zephyr/tests/subsys
Johann Fischer 5296339fde usb: rework to use macro STRUCT_SECTION_FOREACH
Replace deprecated macro USBD_CFG_DATA_DEFINE by
USBD_DEFINE_CFG_DATA which places usb_cfg_data structures
in specific iterable section.

Replace __usb_data_start, __usb_data_end usage patterns
  size_t size = (__usb_data_end - __usb_data_start);
  for (size_t i = 0; i < size; i++) {...}
by
  STRUCT_SECTION_FOREACH(usb_cfg_data, ...) {...}

Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
2021-12-10 07:22:15 -06:00
..
canbus drivers: can: deprecate the use of CAN-specific error return values 2021-12-09 12:37:40 -05:00
cpp coredump: add support for RISC-V 2021-12-08 08:54:32 -05:00
debug coredump: add support for RISC-V 2021-12-08 08:54:32 -05:00
dfu cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
edac kernel: mem_domain: add/remove partition funcs to return errors 2021-11-22 12:45:22 -05:00
fs fs: fat_fs: Set FS_MOUNT_FLAG_USE_DISK_ACCESS on mount 2021-12-06 08:08:26 -05:00
ipc/ipc_service ipc: ipc_service: Add support for multiple instances 2021-11-04 18:03:16 +01:00
jwt tests: jwt: This test requires csprng 2021-10-07 14:02:40 -05:00
logging tests: subsys: logging: log_msg2: disable some tests on qemu_cortex_a9 2021-12-02 23:55:23 -05:00
mgmt/ec_host_cmd cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
modbus cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
openthread cmake: use find_package() instead of literal include in tests and samples 2021-11-01 10:33:09 -04:00
pm tests: pm: s/power/pm tag 2021-12-10 07:43:01 -05:00
portability cmsis_rtos_v1: fix thread instances management. 2021-09-09 12:01:06 -04:00
settings cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
shell cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
storage storage/flash_map: Add option to use MBEDTLS for img integrity check. 2021-11-24 21:52:08 -05:00
tracing/tracing_api tests: subsys: Adding testcases to check trace API 2021-09-05 07:25:34 -04:00
usb usb: rework to use macro STRUCT_SECTION_FOREACH 2021-12-10 07:22:15 -06:00