nuttx/arch
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 armv6-m/dumpnvic: fix build warning 2023-11-29 03:58:05 -08:00
arm64 tcbinfo:remove total_num form tcbinfo. 2023-11-21 21:52:24 -08:00
avr arch/dumponexit: unify dump on exit to common code 2023-11-15 08:28:25 -08:00
ceva format: modify spin_lock_irqsave format 2023-10-06 20:00:04 -04:00
dummy
hc arch/dumponexit: unify dump on exit to common code 2023-11-15 08:28:25 -08:00
mips arch/dumponexit: unify dump on exit to common code 2023-11-15 08:28:25 -08:00
misoc arch/dumponexit: unify dump on exit to common code 2023-11-15 08:28:25 -08:00
or1k arch/dumponexit: unify dump on exit to common code 2023-11-15 08:28:25 -08:00
renesas arch/dumponexit: unify dump on exit to common code 2023-11-15 08:28:25 -08:00
risc-v mpfs/mpfs_corespi.c: Round up divider to prevent overlock of SPI 2023-11-29 01:47:55 -08:00
sim video.c: modify set_buf call seqence in start_capture function. 2023-11-29 02:01:34 -08:00
sparc tcbinfo:remove total_num form tcbinfo. 2023-11-21 21:52:24 -08:00
x86 tcbinfo:remove total_num form tcbinfo. 2023-11-21 21:52:24 -08:00
x86_64 tcbinfo:remove total_num form tcbinfo. 2023-11-21 21:52:24 -08:00
xtensa xtensa/esp32s3: Invalidate cache if the flash address used has a cache mapping. 2023-11-29 03:57:50 -08:00
z16 arch/dumponexit: unify dump on exit to common code 2023-11-15 08:28:25 -08:00
z80 arch/dumponexit: unify dump on exit to common code 2023-11-15 08:28:25 -08:00
CMakeLists.txt build: add initial cmake build system 2023-07-08 13:50:48 +08:00
Kconfig arch: Disable ARCH_HAVE_FORK for arm64 as a precaution 2023-11-16 00:35:43 -08:00