zephyr/samples/subsys/usb
Johann Fischer 0dc1414237 samples: usb: remove hid-cdc sample
We have some other simpler CDC ACM and HID samples in the tree.
Providing multiple functions is a core functionality of USB device
support, and we have other samples to demonstrate this as well. This
sample does not really provide anything unique, but has a few issues
such as unsafe HID buffer handling and calling uart_fifo_fill() outside
of the UART driver's IRQ context.
Remove the hid-cdc sample, as there is no value in this sample, and to
avoid spending time fixing and cleaning up the code.

Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
2024-06-13 16:47:22 -04:00
..
audio hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
cdc_acm samples: usb: enable next usb device stack samples on NXP platforms 2024-06-13 17:59:31 +02:00
cdc_acm_composite
common usb: device_next: Rename usbd_contex to usbd_context 2024-06-03 06:43:20 -07:00
console usb: device_next: Rename usbd_contex to usbd_context 2024-06-03 06:43:20 -07:00
dfu flash: Move dependency on FLASH_PAGE_LAYOUT where it belongs 2024-04-10 10:01:40 +02:00
hid samples/subsys: Use hwmv2 native targets identifiers 2024-03-15 16:13:12 +01:00
hid-keyboard usb: device_next: rename the rate properties to use the correct unit 2024-06-13 08:03:49 -04:00
hid-mouse usb: device_next: rename the rate properties to use the correct unit 2024-06-13 08:03:49 -04:00
inf
mass samples: usb: enable next usb device stack samples on NXP platforms 2024-06-13 17:59:31 +02:00
shell samples: usb: enable next usb device stack samples on NXP platforms 2024-06-13 17:59:31 +02:00
testusb samples/subsys: Use hwmv2 native targets identifiers 2024-03-15 16:13:12 +01:00
uac2_explicit_feedback samples: usb: use new usbd test feature 2024-06-11 11:38:09 +01:00
webusb usb: device: Do not claim to be USB 3.2 device 2024-05-06 14:54:23 +01:00
usb.rst