zephyr/subsys
Joakim Andersson b5bf46fe3c Bluetooth: host: Don't use struct with zero size
Don't use the ATT structs that has contains only a flexible array
member. This is not supported by C99 standard, only through GNU C
extension with zero length array.

Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
2020-10-07 14:51:30 +02:00
..
bluetooth Bluetooth: host: Don't use struct with zero size 2020-10-07 14:51:30 +02:00
canbus
console
cpp
debug
dfu misc: Replace assert include and calls by sys/__assert.h equivalent 2020-10-02 11:42:40 +02:00
disk misc: Replace assert include and calls by sys/__assert.h equivalent 2020-10-02 11:42:40 +02:00
emul emul: Add an emulator for the Bosch BMI160 accelerometer 2020-10-05 15:33:00 -04:00
fb
fs drivers: flash: Pass bool to flash_write_protection_set() 2020-10-02 12:06:28 -04:00
jwt
logging misc: Replace assert include and calls by sys/__assert.h equivalent 2020-10-02 11:42:40 +02:00
mgmt mgmt: smp: shell: log warning when buf allocation fails 2020-10-07 14:51:06 +02:00
net net: websocket: Fix remnant of message type 2020-10-06 12:01:39 +03:00
power
random
settings settings_fcb: initialize rc variable 2020-10-02 12:07:06 -04:00
shell mgmt: smp: shell: allow to configure multiple RX buffers via Kconfig 2020-10-07 14:51:06 +02:00
stats misc: Replace assert include and calls by sys/__assert.h equivalent 2020-10-02 11:42:40 +02:00
storage
testsuite
timing
tracing
usb
CMakeLists.txt
Kconfig