zephyr/samples/subsys
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
..
canbus samples: canbus: isotp: add option for running in loopback mode 2023-02-06 10:03:31 +01:00
console
debug samples: add debug monitor sample 2022-12-28 12:00:46 +01:00
display samples: display: cfb_custom_font: turn off display_blanking at boot 2023-02-24 09:26:30 +01:00
edac tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
fs samples/fs/littlefs: Separate SPI, QSPI and SoC nrf52840dk configs 2023-02-23 09:03:58 +01:00
ipc samples: ipc: Fix incorrect license 2023-02-06 22:36:05 +09:00
logging treewide: Use CONFIG_CPP instead of CONFIG_CPLUSPLUS 2023-01-13 17:42:55 -05:00
lorawan samples: subsys: lorawan: class_a: add clock sync option 2023-01-23 10:05:49 +00:00
mgmt samples: mgmt: mcumgr: smp_svr: Add missing base64 selects 2023-02-20 15:58:27 +01:00
modbus samples: Explicitly disable boot USB device support init at boot 2023-01-10 12:21:10 +01:00
nvs yamllint: fix all yamllint line-length errors 2023-01-04 01:16:45 +09:00
pm tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
portability samples/philosophers: Fix expected output in test configuration 2023-02-24 12:34:26 +01:00
rtio/sensor_batch_processing rtio: Add macro to define iodev submission queue 2022-10-05 12:42:16 +02:00
settings yamllint: fix all yamllint line-length errors 2023-01-04 01:16:45 +09:00
shell samples: Explicitly disable boot USB device support init at boot 2023-01-10 12:21:10 +01:00
task_wdt samples: subsys: task_wdt: skip for s32z270dc2 2023-02-09 11:14:24 +01:00
testsuite pytest: Fix typo in comment in pytest suite 2023-02-19 20:41:34 -05:00
tracing samples: Explicitly disable boot USB device support init at boot 2023-01-10 12:21:10 +01:00
usb usb: device_next: new USB Mass Storage implementation 2023-02-24 15:19:20 +01:00
usb_c samples: usb-c: sink: Enable Dead Battery functionality on Port1 2023-02-06 10:03:13 +01:00
video tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
zbus samples: zbus: runtime_obs_registration: fix running on QEMU 2023-02-20 10:53:25 +01:00
subsys.rst