zephyr/samples/subsys/usb
Tomasz Moń 509c033c1d usb: device_next: new USB Mass Storage implementation
Introduce new USB Mass Storage Bulk-Only Transport implementation
written from scratch. Main goal behind new implementation was to
separate USB and SCSI parts as clearly as possible.

Limited set of SCSI disk commands is implemented in separate source code
file that is internal to USB device stack. While it should be possible
to use the SCSI implementation by other components there is currently no
other user besides USB MSC and therefore SCSI header is kept private.

Signed-off-by: Tomasz Moń <tomasz.mon@nordicsemi.no>
2023-02-24 15:19:20 +01:00
..
audio samples: Explicitly disable boot USB device support init at boot 2023-01-10 12:21:10 +01:00
cdc_acm samples: Explicitly disable boot USB device support init at boot 2023-01-10 12:21:10 +01:00
cdc_acm_composite samples: Explicitly disable boot USB device support init at boot 2023-01-10 12:21:10 +01:00
console samples: Explicitly disable boot USB device support init at boot 2023-01-10 12:21:10 +01:00
dfu samples: Explicitly disable boot USB device support init at boot 2023-01-10 12:21:10 +01:00
hid samples: Explicitly disable boot USB device support init at boot 2023-01-10 12:21:10 +01:00
hid-cdc samples: Explicitly disable boot USB device support init at boot 2023-01-10 12:21:10 +01:00
hid-mouse samples: Explicitly disable boot USB device support init at boot 2023-01-10 12:21:10 +01:00
inf
mass usb: device_next: new USB Mass Storage implementation 2023-02-24 15:19:20 +01:00
shell samples: usb: Remove unneeded old configuration 2023-02-23 17:51:31 +01:00
testusb samples: Explicitly disable boot USB device support init at boot 2023-01-10 12:21:10 +01:00
webusb samples: Explicitly disable boot USB device support init at boot 2023-01-10 12:21:10 +01:00
usb.rst