zephyr/subsys/usb
Johann Fischer 3eec2a56d5 usb: device: get rid of the partial initialization called by SYS_INIT
Part of the initialization is done in the static usb_device_init()
function called by SYS_INIT(). We can move part of it, which initialize
the descriptor and calls usb_set_config(), to usb_enable(). This allow
some usb_get_device_descriptor() dependencies called at application
desired point.

Also make sure that usb_fix_descriptor() is called only once.

Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
2024-05-08 12:00:46 +02:00
..
device usb: device: get rid of the partial initialization called by SYS_INIT 2024-05-08 12:00:46 +02:00
device_next usb: device_next: Properly store enumeration speed 2024-05-07 15:20:13 -05:00
host
usb_c lib: smf: constant number of arguments for SMF_CREATE_STATE() 2024-05-07 17:46:21 +02:00
CMakeLists.txt