zephyr/subsys/usb/device_next
Gerard Marull-Paretas dacb3dbfeb iterable_sections: move to specific header
Until now iterable sections APIs have been part of the toolchain
(common) headers. They are not strictly related to a toolchain, they
just rely on linker providing support for sections. Most files relied on
indirect includes to access the API, now, it is included as needed.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2023-05-22 10:42:30 +02:00
..
class iterable_sections: move to specific header 2023-05-22 10:42:30 +02:00
CMakeLists.txt usb: device_next: add CDC ECM class implementation 2023-05-11 11:26:54 +02:00
Kconfig
usbd_ch9.c usb: device_next: do not set alternate 0 for non-existent interfaces 2023-05-11 15:29:58 +02:00
usbd_ch9.h usb: device_next: correct return type of get/set alternate value helper 2023-05-11 15:29:58 +02:00
usbd_class_api.h usb: device_next: add feature endpoint halt/clear state update API 2023-02-24 09:15:55 +01:00
usbd_class.c iterable_sections: move to specific header 2023-05-22 10:42:30 +02:00
usbd_class.h
usbd_config.c
usbd_config.h
usbd_core.c iterable_sections: move to specific header 2023-05-22 10:42:30 +02:00
usbd_data.ld iterable_sections: move to specific header 2023-05-22 10:42:30 +02:00
usbd_desc.c
usbd_desc.h
usbd_device.c
usbd_device.h
usbd_endpoint.c usb: Fix build for 64 bit platforms 2023-02-23 17:51:31 +01:00
usbd_endpoint.h
usbd_init.c usb: Fix build for 64 bit platforms 2023-02-23 17:51:31 +01:00
usbd_init.h
usbd_interface.c usb: device_next: do not set alternate 0 for non-existent interfaces 2023-05-11 15:29:58 +02:00
usbd_interface.h
usbd_shell.c iterable_sections: move to specific header 2023-05-22 10:42:30 +02:00