zephyr/subsys/usb
Kumar Gala a3480cf87c usb: Fix building error in usb_descriptor with misra test
When we build tests/kernel/common/kernel.common.misra on
bl654_usb we get the following error:

subsys/usb/usb_descriptor.c:313:2: error: ISO C90 forbids array
'hwid' whose size cannot be evaluated [-Werror=vla]

Fix by removing use of usblen variable in array.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2021-09-01 12:34:01 -05:00
..
class usb: class: cdc_acm: Add check for tx_irq_ena in tx_ready function 2021-09-01 11:50:59 +02:00
CMakeLists.txt
Kconfig usb: finally remove Kconfig option CONFIG_USB 2021-08-17 16:58:58 +02:00
bos.c usb: use new USB framework header 2021-08-03 13:20:07 +02:00
os_desc.c usb: use new USB framework header 2021-08-03 13:20:07 +02:00
os_desc.h
usb_descriptor.c usb: Fix building error in usb_descriptor with misra test 2021-09-01 12:34:01 -05:00
usb_descriptor.h
usb_device.c usb: fix SetInterface handling for interfaces without any endpoints 2021-08-05 16:13:10 +02:00
usb_transfer.c
usb_transfer.h
usb_work_q.c
usb_work_q.h