zephyr/subsys
Ryan McClelland 1216f19a89 logging: fix LOG_TAG_MAX_LEN min warning
if CONFIG_LOG_TAG_MAX_LEN is 0, then a warning would be generated
on the MIN macro always being false, but as
CONFIG_LOG_TAG_MAX_LEN is a constant, then it is better to just
compile out the function if it's 0.

Signed-off-by: Ryan McClelland <ryanmcclelland@fb.com>
2022-04-19 11:49:34 +02:00
..
bluetooth bluetooth: audio: remove superfluous default n for boolean 2022-04-19 11:49:27 +02:00
canbus canbus: isotp: remove superfluous default n for boolean 2022-04-19 11:49:27 +02:00
console
cpp
debug debug: Revert ASSERT options dependency 2022-03-29 12:29:55 -07:00
demand_paging
dfu
disk
emul
fb cfb: support for HPACKED fonts 2022-04-06 09:49:00 -05:00
fs fs: Kconifg: use rsource instead of source for local Kconfigs 2022-04-11 12:12:20 +02:00
ipc ipc_service: static_vrings: Add NOCOPY capability 2022-04-01 09:05:06 -05:00
jwt
logging logging: fix LOG_TAG_MAX_LEN min warning 2022-04-19 11:49:34 +02:00
lorawan
mgmt mgmt/mcumgr/lib: doc: Minor fixes to zcbor_bulk documentation 2022-04-19 11:35:16 +02:00
modbus modbus: stop bits can now be set individually in client mode 2022-03-24 08:23:17 -04:00
net net: remove superfluous default n for boolean 2022-04-19 11:49:27 +02:00
pm pm: device: Dynamically add a device to a power domain 2022-04-18 17:25:01 -07:00
portability include: Prefix includes to use a scope 2022-04-08 19:03:32 +02:00
random random: rand32_ctr_drbg: fix bug preventing initialization 2022-03-23 07:42:34 -05:00
settings settings: Add support for overriding settings partition 2022-03-24 08:16:46 -04:00
shell shell: remove superfluous default n for boolean 2022-04-19 11:49:27 +02:00
stats
storage
task_wdt
testsuite testsuite: ztest: remove superfluous default n for boolean 2022-04-19 11:49:27 +02:00
timing
tracing tracing: remove superfluous default n for boolean 2022-04-19 11:49:27 +02:00
usb include: Prefix includes to use a scope 2022-04-08 19:03:32 +02:00
CMakeLists.txt usb: move USB device stack code to own directory 2022-03-31 18:30:14 +02:00
Kconfig usb: move USB device stack code to own directory 2022-03-31 18:30:14 +02:00