zephyr/subsys
Michał Barnaś e0fbd35fc0 usbc: explicitly declare sizes of state machines arrays
The asserts in the USB-C stack functions were causing compilation
errors when asserts were enabled in Kconfig.
This was caused because the asserts checked if the functions
parameters were within limits specified by the state machine arrays.
At the position of these asserts, these arrays were only declared
without specifying the size of them, what prohibited the asserts from
knowing the size of arrays and checking if specified value is within
limit of it.

Signed-off-by: Michał Barnaś <mb@semihalf.com>
2023-03-03 09:17:11 +01:00
..
bluetooth Bluetooth: Host: Log incomplete adv reports 2023-03-02 21:19:16 +01:00
canbus
console
debug modules: build segger debugmon code with config 2022-12-28 12:00:46 +01:00
demand_paging
dfu mcuboot: Remove public dependency on bootutil 2023-01-12 19:08:23 +01:00
disk
dsp zdsp: add ARC DSPLIB backend for zdsp 2023-02-21 15:06:06 +01:00
emul emul: Cleanup emul directory 2023-02-24 11:50:10 +01:00
fb fb: cfb: cfb_shell command to set font kerning 2023-03-02 13:51:55 +01:00
fs fs: fs_shell: Add read test 2023-02-20 09:48:24 +01:00
ipc ipc: multi-endpoint icmsg cleanup 2023-02-23 10:46:25 +01:00
jwt
logging logging: shell command "disable" fails for "backend" subcommand 2023-02-20 11:13:15 +01:00
lorawan lorawan: services: add Application Layer Clock Synchronization 2023-01-23 10:05:49 +00:00
mgmt subsys/mgmt/ec_host_cmd: rework Host Command support 2023-02-28 10:42:23 +01:00
modbus modbus: Remove redundant check 2023-02-06 10:03:20 +01:00
net net: dns: prevent crash on nullptr as callback 2023-03-02 21:58:07 -05:00
pm pm: device_runtime: Early feature enabled check 2023-02-28 10:41:30 +01:00
portability
random rand32_timer: make it more random-like for tests to pass 2023-01-27 17:38:26 +09:00
rtio
sd sd: Enable eMMC cache 2023-01-14 09:22:22 +01:00
settings settings: Make settings_subsys_init() thread safe 2023-02-20 09:52:26 +01:00
shell shell: backends: dummy: default to log level INF 2023-02-23 09:55:11 +01:00
stats
storage storage: flash_map: Add name for select integrity backend 2023-01-09 15:24:10 +00:00
task_wdt
testsuite ztest: Add initial zexpect API for delayed failing 2023-02-23 20:34:39 +01:00
timing
tracing tracing: Add event tracing to sysview 2023-02-02 20:21:12 +09:00
usb usbc: explicitly declare sizes of state machines arrays 2023-03-03 09:17:11 +01:00
zbus
CMakeLists.txt build: sort and compact drivers and subsys CMakeLists and Kconfig 2023-02-22 10:25:11 +01:00
Kconfig build: sort and compact drivers and subsys CMakeLists and Kconfig 2023-02-22 10:25:11 +01:00