zephyr/kernel
Krzysztof Chruscinski c0808e3f59 logging: Minimal mode configuration cleanup
Remove LOG_MINIMAL kconfig option which was confusing
since LOG_MODE_MINIMAL existed. LOG_MINIMAL was used to
force minimal mode but because of invalid dependencies
it was leading to issues.

Refactored code to use LOG_MODE_MINIMAL everywhere and
renamed LOG_MINIMAL to LOG_DEFAULT_MINIMAL which has impact
on defualt logging mode (which still can be later changed
in conf file or in menuconfig).

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
2021-11-20 11:58:40 -05:00
..
include logging: Minimal mode configuration cleanup 2021-11-20 11:58:40 -05:00
paging
atomic_c.c
banner.c
cache_handlers.c
CMakeLists.txt kernel: add support for event objects 2021-10-16 06:27:10 -04:00
compiler_stack_protect.c
condvar.c
device.c
errno.c
events.c kernel: add support for event objects 2021-10-16 06:27:10 -04:00
fatal.c
futex.c
idle.c pm: Remove unused parameter 2021-11-17 11:15:49 -05:00
init.c
Kconfig scripts: gen_handles.py: remove size restrictions 2021-11-16 10:41:59 +01:00
kheap.c
mailbox.c
main_weak.c
mem_domain.c
mem_slab.c
mempool.c Tracing: k_free tracing hook heap reference added 2021-11-16 09:45:01 -05:00
mmu.c kernel: mmu: exclude some funcs from coverage 2021-11-12 11:57:50 -05:00
msg_q.c
mutex.c
pipes.c
poll.c
queue.c
sched.c kernel/sched: Separate idle from app thread stats in THREAD_USAGE 2021-11-08 21:32:20 -05:00
sem.c
smp.c
stack.c
system_work_q.c
thread.c kernel/sched: Separate idle from app thread stats in THREAD_USAGE 2021-11-08 21:32:20 -05:00
timeout.c
timer.c kernel: timer: Call user handler without spinlock 2021-11-08 11:05:49 -05:00
userspace_handler.c
userspace.c
version.c
work.c
xip.c