nuttx/libs/libc/assert
xuxingliang 2589b86709 assert: avoid syscall when system is not ready
If system crashed before irq is initialized, the syscall may cause PC jump to wrong place.

In this patch, we check the os init state and call _assert directly.
Signed-off-by: xuxingliang <xuxingliang@xiaomi.com>
2026-04-21 01:30:54 +08:00
..
CMakeLists.txt Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
Kconfig libs/libc/assert: add LIBC_ASSERT_CUSTOM 2026-04-21 01:26:17 +08:00
Make.defs libc/assert: fix makefile judgment condition error 2026-04-21 01:14:46 +08:00
lib_assert.c assert: avoid syscall when system is not ready 2026-04-21 01:30:54 +08:00
lib_stackchk.c lib_stackchk.c: a duplicate implementation error will be reported during compilation. 2026-04-21 01:29:42 +08:00