zephyr/subsys
Tomasz Moń 4f1b5b11b2 usb: device_next: uac2: devicetree descriptor macros
Initial set of macros to generate class specific descriptors based on
devicetree nodes. Descriptors are generated as uint8_t array initializer
list because there is variable number of entities in between standard
USB interface and endpoint descriptors. Because the descriptors are
automatically generated there is no real point in trying to generate
corresponding C structures (especially that some entity descriptors have
variably sized fields in the middle of descriptor, e.g. Clock Selector).

Signed-off-by: Tomasz Moń <tomasz.mon@nordicsemi.no>
2023-12-15 14:24:44 +01:00
..
bindesc
bluetooth bluetooth: shell: Fix stream_start_sine for single stream 2023-12-15 11:42:26 +00:00
canbus
console
debug
demand_paging
dfu dfu: boot: mcuboot_shell: Prevent erasing MCUboot/app flash areas 2023-12-07 14:24:48 +00:00
disk
dsp
emul
fb
fs
input input: kbd_matrix: add an kbd_matrix_state shell command 2023-12-08 20:16:39 +00:00
ipc ipc_service: open-amp: Fix libmetal shared memory registration 2023-12-14 16:18:55 +02:00
jwt
llext llext: merge llext_mem and llext_section enums 2023-12-14 19:06:55 +00:00
logging logging: uart: cleanup device runtime PM checks 2023-12-06 18:00:21 -05:00
lorawan
mem_mgmt
mgmt mgmt: mcumgr: callback: Add op to receive callback 2023-12-15 11:48:59 +00:00
modbus
modem modem: modem_cmux: Support modem CMUX DCE role 2023-12-08 20:17:58 +00:00
net net: shell: Prevent deadlock with net arp command 2023-12-15 11:42:40 +00:00
pm pm: device_runtime: Avoid unnecessary work 2023-12-14 19:07:48 +00:00
portability
random
retention retention: Increase read size variables to 16-bit 2023-12-14 19:05:22 +00:00
rtio
sd
sensing
settings settings: file: do not unlink the settings file unnecessarily 2023-12-12 13:02:15 +01:00
shell shell: correct z_shell_spaces_trim when len equal to zero 2023-12-12 15:02:58 +01:00
sip_svc
stats
storage
task_wdt
testsuite
timing
tracing pm: device_runtime: Add delay to async put 2023-12-12 10:57:34 +01:00
usb usb: device_next: uac2: devicetree descriptor macros 2023-12-15 14:24:44 +01:00
zbus
CMakeLists.txt
Kconfig