nuttx/arch/arm/src/armv6-m
chao an 0bf9e5eb8d armv6-m/dumpnvic: fix build warning
armv6-m/arm_dumpnvic.c: In function 'arm_dumpnvic':
armv6-m/arm_dumpnvic.c:67:13: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'uint32_t' {aka 'long unsigned int'} [-Wformat=]
   67 |       _info("   IPR%d: %08x  IPR%d: %08x  IPR%d: %08x  IPR%d: %08x\n",
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
armv6-m/arm_dumpnvic.c:67:27: note: format string is defined here
   67 |       _info("   IPR%d: %08x  IPR%d: %08x  IPR%d: %08x  IPR%d: %08x\n",
      |                        ~~~^
      |                           |
      |                           unsigned int
      |                        %08lx

Signed-off-by: chao an <anchao@xiaomi.com>
2023-11-29 03:58:05 -08:00
..
arm_cpuinfo.c Remove FAR from source code under 32bit arch and board 2023-09-16 19:12:13 +03:00
arm_doirq.c arch/armv6-m: Supports interrupt nesting 2023-08-07 05:43:13 -07:00
arm_dumpnvic.c armv6-m/dumpnvic: fix build warning 2023-11-29 03:58:05 -08:00
arm_exception.S arch/armv6-m: Supports interrupt nesting 2023-08-07 05:43:13 -07:00
arm_hardfault.c Indent the define statement by two spaces 2023-05-21 09:52:08 -03:00
arm_initialstate.c arch/armv6-m: Supports interrupt nesting 2023-08-07 05:43:13 -07:00
arm_ramvec_attach.c
arm_ramvec_initialize.c
arm_saveusercontext.S The character U+ff0c "," could be confused with the ASCII character U+002c ",", which is more common in source code. 2023-10-03 16:53:12 -04:00
arm_schedulesigaction.c arch/armv6-m: Supports interrupt nesting 2023-08-07 05:43:13 -07:00
arm_sigdeliver.c arch: move [enter|leave]_critical_section 2023-07-27 11:34:09 +02:00
arm_svcall.c arch/armv6-m: Supports interrupt nesting 2023-08-07 05:43:13 -07:00
arm_systemreset.c
arm_tcbinfo.c tcbinfo:remove total_num form tcbinfo. 2023-11-21 21:52:24 -08:00
arm_vectors.c
barriers.h
CMakeLists.txt cmake: port stm32f0l0g0 2023-07-24 10:13:26 -07:00
exc_return.h arch/armv6-m: Supports interrupt nesting 2023-08-07 05:43:13 -07:00
Kconfig
Make.defs procfs:add armv6-m cpuinfo 2023-08-10 14:13:35 +08:00
nvic.h
psr.h
ram_vectors.h
Toolchain.defs arm/clang: replace deprecated parameter 2023-11-29 03:58:05 -08:00