nuttx/arch/arm
chao an 4e3aa83706 arm/backtrace_fp: fix build warning
common/arm_backtrace_fp.c: In function 'up_backtrace':
common/arm_backtrace_fp.c:126:23: warning: assignment to 'void *' from 'uintptr_t' {aka 'unsigned int'} makes pointer from integer without a cast [-Wint-conversion]
  126 |           istacklimit = arm_intstack_top();
      |                       ^

Signed-off-by: chao an <anchao@xiaomi.com>
2022-10-15 03:09:55 +08:00
..
include libc: Move queue.h from include to include/nuttx 2022-09-26 08:04:58 +02:00
src arm/backtrace_fp: fix build warning 2022-10-15 03:09:55 +08:00
Kconfig arm/tlsr82xx: Don't select ARCH_HAVE_BACKTRACE 2022-10-11 00:01:35 +02:00