incubator-nuttx/sched/misc
raiden00pl cd4e53c28a sched/misc/assert.c: don't compile dump_task logic if CONFIG_DEBUG_ALERT=n
Don't compile dump_task logic if CONFIG_DEBUG_ALERT=n.
With _alert() disabled this logic does nothing, but the compiler
is not smart enough to optimize this code.

on minimal stm32f3 configuration it saves 396B of flash.
2024-11-03 19:35:36 +08:00
..
CMakeLists.txt
Make.defs
assert.c sched/misc/assert.c: don't compile dump_task logic if CONFIG_DEBUG_ALERT=n 2024-11-03 19:35:36 +08:00
coredump.c
coredump.h
deadlock.c
panic_notifier.c
reboot_notifier.c userspace: Exclude nuttx/arch.h 2024-11-01 16:59:37 +08:00