zephyr/subsys
Krzysztof Chruscinski 68fd304d19 logging: Increase default CONFIG_LOG_STRDUP_MAX_STRING to 2
In modes where string duplication is not used, the code is
still compiled. On some compilers it was failing due to calling
strncpy which will do nothing because n is 0. Increase
CONFIG_LOG_STRDUP_MAX_STRING to 2 to ensure that n is 1 in that
case

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
2021-03-24 21:42:10 -04:00
..
bluetooth Bluetooth: audio: Fix compilation issue with BT_AUDIO 2021-03-23 20:58:35 -05:00
canbus canbus: canopen: program: read flash in 32 byte chunks 2021-01-20 14:18:03 -06:00
console kernel: sem: add K_SEM_MAX_LIMIT 2021-03-05 08:13:53 -06:00
cpp
debug debug: Clean up thread awareness data sections 2021-03-17 14:43:01 -05:00
demand_paging mmu: backing stores reserve page fault room 2021-01-23 19:47:23 -05:00
dfu modules: introduce MCUBOOT_BOOTUTIL module 2021-01-14 18:03:38 +01:00
disk include: move disk_access.h to storage 2021-03-23 12:16:01 +01:00
emul emul: Add an emulator for the eSPI Host 2021-01-20 17:49:19 -05:00
fb
fs fs: shell: Remove unneeded flags from fs_open calls 2021-03-04 06:10:58 -05:00
ipc ipc: Make log level configurable for RPMsg service and backend 2021-03-06 09:09:50 -06:00
jwt
logging logging: Increase default CONFIG_LOG_STRDUP_MAX_STRING to 2 2021-03-24 21:42:10 -04:00
lorawan lorawan: add callback for datarate changes 2021-02-28 16:36:57 -05:00
mgmt mgmt/osdp: Fix coverity identified logical dead-code 2021-03-10 10:15:48 -05:00
modbus modbus: fix potential null pointer dereference 2021-03-24 10:56:06 +02:00
net net: l2: ethernet: fix k_work API usage in carrier on/off handling 2021-03-23 16:18:29 +02:00
power pm: fix header guard 2021-03-22 13:46:03 -04:00
random
settings settings: Handle unhandled error 2021-02-03 08:37:11 -05:00
shell shell: make flag modification atomic 2021-03-24 05:44:14 -04:00
stats
storage storage/stream/flash: Failed write of reminder rewinds buffer offset 2021-03-03 11:40:11 +03:00
task_wdt clocks: rename z_tick_get -> sys_clock_tick_get 2021-03-19 11:22:17 -04:00
testsuite tests: ztest: Fix assert hook dependency 2021-03-22 15:59:25 -04:00
timing
tracing tracing: add RAM backend 2021-03-06 07:33:59 -05:00
usb include: move disk_access.h to storage 2021-03-23 12:16:01 +01:00
CMakeLists.txt modbus: add MODBUS RTU subsystem 2021-03-19 15:50:21 +01:00
Kconfig modbus: add MODBUS RTU subsystem 2021-03-19 15:50:21 +01:00