nuttx/arch/arm
chao.an db54b0b836 arm/assert: fix build warning on clang
common/arm_assert.c:80:14: warning: format specifies type 'unsigned int' but the argument has type 'uint32_t' (aka 'unsigned long') [-Wformat]
             stack, ptr[0], ptr[1], ptr[2], ptr[3],
             ^~~~~
include/debug.h:119:59: note: expanded from macro '_alert'
   __arch_syslog(LOG_EMERG, EXTRA_FMT format EXTRA_ARG, ##__VA_ARGS__)
                                      ~~~~~~              ^~~~~~~~~~~

Signed-off-by: chao.an <anchao@xiaomi.com>
2022-04-27 14:18:42 +08:00
..
include arch/arm: Remove all lazy fpu related code 2022-04-19 11:09:36 +03:00
src arm/assert: fix build warning on clang 2022-04-27 14:18:42 +08:00
Kconfig arch/arm: Remove all lazy fpu related code 2022-04-19 11:09:36 +03:00