zephyr/subsys
Krzysztof Chruscinski 5e346812ac logging: Refactor LOG_MODULE_REGISTER and LOG_MODULE_DECLARE macros
Changed LOG_MODULE_REGISTER and LOG_MODULE_DECLARE macros to take log
level as optional parameter. LOG_MODULE_DECLARE can now also be used
in static inline functions in headers. Added LOG_LEVEL_SET macro
which is used when instance logging API is used to indicate maximal
log level compiled into the file.

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
2018-11-10 12:38:29 -05:00
..
app_memory subsys: app_memory: Fixed the size calculation for power of 2 MPUs 2018-09-20 11:25:53 -04:00
bluetooth logging: Fix errors in log usage 2018-11-10 12:38:29 -05:00
console subsys: console: Switch to POSIX-like read/write interface 2018-11-04 17:31:39 -05:00
cpp C++: Fix vtable with libstdc++ 2018-10-30 08:11:28 -04:00
debug subsys: debug: tracing: Fix interrupt hooks 2018-11-06 16:15:29 -05:00
dfu dfu: image_mgr: make Kconfigs depend on IMG_MANAGER 2018-11-02 15:31:44 -05:00
disk subsys: disk: move conditional location 2018-11-02 15:31:44 -05:00
fb subsys: add monochrome character framebuffer 2018-10-16 14:54:47 -04:00
fs subsys: nvs: increase NVS_BLOCK_SIZE 2018-11-06 17:09:03 -05:00
logging logging: start log processing thread in enable_logger() 2018-11-07 14:39:55 +02:00
mgmt mgmt: Add function to unregister GATT service 2018-11-07 14:35:22 +02:00
net logging: Fix errors in log usage 2018-11-10 12:38:29 -05:00
power logging: Refactor LOG_MODULE_REGISTER and LOG_MODULE_DECLARE macros 2018-11-10 12:38:29 -05:00
random subsys: random: xoroshiro128: Use entropy get isr during init 2018-09-05 13:04:20 -04:00
settings cmake: settings: Don't add ext nffs include dir to global includes 2018-07-25 08:27:45 -04:00
shell shell: Fix reference to nonexistent Kconfig symbol 2018-11-09 11:01:06 -06:00
storage subsys: storage: flash_map: add API for check flash driver support 2018-09-27 16:24:21 +02:00
usb logging: Fix errors in log usage 2018-11-10 12:38:29 -05:00
CMakeLists.txt subsys: add monochrome character framebuffer 2018-10-16 14:54:47 -04:00
Kconfig Build: Improve C++ support 2018-10-29 09:15:04 -04:00