zephyr/subsys/usb/device
Johann Fischer 6130417212 usb: device: add dummy configure API
We cannot implement configure API because there is
no notification of configuration changes provided
for the Abstract Control Model and the UART controller
is only emulated.
However, it allows us to use CDC ACM UART together with
subsystems like Modbus which require configure API for
real controllers.

Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
2022-07-13 11:36:59 +02:00
..
class usb: device: add dummy configure API 2022-07-13 11:36:59 +02:00
bos.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
CMakeLists.txt
Kconfig
os_desc.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
os_desc.h
usb_descriptor.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
usb_descriptor.h
usb_device.c usb: device: Update to use gpio_dt_spec 2022-07-04 15:34:13 +02:00
usb_transfer.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
usb_transfer.h
usb_work_q.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
usb_work_q.h subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00