Skip to content
  • Vipin KUMAR's avatar
    Enable high speed support for USB device framework and usbtty · f9da0f89
    Vipin KUMAR authored
    
    
    This patch adds the support for high speed in usb device framework and usbtty
    driver. This feature has been kept within a macro CONFIG_USBD_HS, so the board
    configuration files have to define this macro to enable high speed support.
    
    Along with that specific peripheral drivers also need to define a function to
    let the framework know that the enumeration has happened at high speed.
    This function prototype is "int is_usbd_high_speed(void)"
    
    Signed-off-by: default avatarVipin Kumar <vipin.kumar@st.com>
    Signed-off-by: default avatarAmit Virdi <amit.virdi@st.com>
    f9da0f89