zephyr/samples
Tomasz Moń aa6319dcfd usb: device_next: msc: Allow user to sort LUNs
Modify USBD_DEFINE_MSC_LUN() to take in separate id by which the LUNs
are sorted. Previously the disk name itself was implicitly used as a
sorting key. This is a breaking change to Experimental API.

Another advantage of splitting the sorting id from disk name is the
ability to use KConfig symbols as disk name. Currently the MMC disk
driver uses KConfig symbol CONFIG_MMC_VOLUME_NAME.

Mark LUN definitions as static const because the LUNs are ending up in
ITERABLE_SECTION_ROM().

Signed-off-by: Tomasz Moń <tomasz.mon@nordicsemi.no>
2024-09-04 07:03:06 -04:00
..
application_development samples: application_development: use zephyr:code-sample directive 2024-08-27 15:13:43 -04:00
arch samples: pktqueue: remove main.h 2024-05-21 20:54:13 -04:00
basic samples: button: add a note about the input subsystem and samples 2024-07-30 18:29:50 +01:00
bluetooth Bluetooth: Samples: periodical_adv_rps: Added sync wait delay 2024-09-02 11:58:18 +02:00
boards samples: boards: stm32: backup_sram: add magic value 2024-09-02 11:52:03 +02:00
cpp samples: cpp: use zephyr:code-sample directive 2024-08-27 15:13:43 -04:00
drivers samples: adc: Add overlay for UCANS32K1SIC 2024-08-30 11:47:07 -04:00
fuel_gauge Samples: max17048: added units to output 2024-07-10 11:36:28 +02:00
hello_world
kernel
modules samples: modules: use zephyr:code-sample directive 2024-09-02 11:51:37 +02:00
net samples: net: wifi: boards: rdrw612bga: Modify CONFIG_POSIX_MAX_FDS config. 2024-09-02 12:33:50 -04:00
philosophers doc: samples: philosophers: fix formatting and spelling 2024-05-31 03:08:52 -07:00
posix samples: posix: use zephyr:code-sample directive 2024-08-27 15:13:43 -04:00
sensor samples: sensors: drop ti_hdc sample as a more generic one exists 2024-08-31 06:50:32 -04:00
shields style: samples: comply with MISRA C:2012 Rule 15.6 2024-08-20 10:33:51 +02:00
subsys usb: device_next: msc: Allow user to sort LUNs 2024-09-04 07:03:06 -04:00
synchronization samples/synchronization: fix thread b pinning 2024-07-30 18:30:30 +01:00
sysbuild samples: sysbuild: hello_world: add cpuapp/cpuflpr+xip configuration 2024-08-06 14:32:40 +02:00
tfm_integration mbedtls: rename MBEDTLS_ENTROPY_ENABLED as MBEDTLS_ENTROPY_C 2024-08-24 07:16:51 -04:00
userspace samples: shared_mem: support shared_mem for frdm_mcxn236 board 2024-08-15 10:15:12 +01:00
classic.rst
index.rst samples: move lz4 into modules 2024-08-12 19:24:15 -04:00
sample_definition_and_criteria.rst