nuttx/arch/arm/src/imxrt
Xiang Xiao d1a3f5e47f arch/arm: Replace xxx_[bus|usage]fault with arm_[bus|usage]fault
to fix the following clang warning:
Error: chip/eoss3_irq.c:138:47: error: format specifies type 'unsigned int' but the argument has type 'uint32_t' (aka 'unsigned long') [-Werror,-Wformat]
  _err("PANIC!!! Bus fault received: %08x\n", getreg32(NVIC_CFAULTS));
                                     ~~~~     ^~~~~~~~~~~~~~~~~~~~~~
                                     %08lx
/github/workspace/sources/nuttx/include/debug.h:126:57: note: expanded from macro '_err'
   __arch_syslog(LOG_ERR, EXTRA_FMT format EXTRA_ARG, ##__VA_ARGS__)
                                    ~~~~~~              ^~~~~~~~~~~
/github/workspace/sources/nuttx/arch/arm/src/common/arm_internal.h:134:24: note: expanded from macro 'getreg32'
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: chip/eoss3_irq.c:146:49: error: format specifies type 'unsigned int' but the argument has type 'uint32_t' (aka 'unsigned long') [-Werror,-Wformat]
  _err("PANIC!!! Usage fault received: %08x\n", getreg32(NVIC_CFAULTS));
                                       ~~~~     ^~~~~~~~~~~~~~~~~~~~~~
                                       %08lx

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2022-10-30 16:03:35 +01:00
..
hardware imxrt: add support for ADC triggering by an external signal 2022-09-22 22:13:56 +08:00
chip.h
imxrt102x_daisy.c
imxrt105x_daisy.c
imxrt106x_daisy.c
imxrt_adc.c imxrt: add support for ADC triggering by an external signal 2022-09-22 22:13:56 +08:00
imxrt_adc.h
imxrt_allocateheap.c arch: Change the linker generated symbols from uint32_t to uint8_t * 2022-09-24 21:26:56 +02:00
imxrt_clockconfig.c imrt102x:ENET Match Data sheet Naming 2022-08-06 15:31:23 +08:00
imxrt_clockconfig.h
imxrt_clrpend.c
imxrt_config.h
imxrt_daisy.c
imxrt_edma.c sem:remove sem default protocl 2022-10-22 14:50:48 +08:00
imxrt_edma.h imxrt:EDMA add loop support 2022-08-05 09:44:36 +08:00
imxrt_ehci.c sem:remove sem default protocl 2022-10-22 14:50:48 +08:00
imxrt_ehci.h
imxrt_enc.c Replace nxsem API when used as a lock with nxmutex API 2022-10-17 15:59:46 +09:00
imxrt_enc.h
imxrt_enet.c arch: Replace __builtin_bswapxx with bswapxx 2022-10-25 20:24:19 -03:00
imxrt_enet.h
imxrt_flexcan.c
imxrt_flexcan.h
imxrt_flexpwm.c imxrt: disable PWM synchronization when XBAR connection fails 2022-09-21 04:53:57 +08:00
imxrt_flexpwm.h
imxrt_flexspi.c Replace nxsem API when used as a lock with nxmutex API 2022-10-17 15:59:46 +09:00
imxrt_flexspi.h
imxrt_gpio.c
imxrt_gpio.h
imxrt_gpioirq.c
imxrt_hprtc.c
imxrt_hprtc.h
imxrt_idle.c
imxrt_iomuxc.c
imxrt_iomuxc.h
imxrt_irq.c arch/arm: Replace xxx_[bus|usage]fault with arm_[bus|usage]fault 2022-10-30 16:03:35 +01:00
imxrt_irq.h
imxrt_lcd.c
imxrt_lcd.h
imxrt_lowputc.c
imxrt_lowputc.h imxrt:lowputc add extern "C" 2022-08-05 09:43:36 +08:00
imxrt_lpi2c.c use SEM_INITIALIZER inside of NXSEM_INITIALIZER 2022-10-22 14:50:48 +08:00
imxrt_lpi2c.h
imxrt_lpspi.c sem:remove sem default protocl 2022-10-22 14:50:48 +08:00
imxrt_lpspi.h
imxrt_lpsrtc.c imxrt:Correct register usage in up_rtc_settime 2022-08-05 09:43:36 +08:00
imxrt_lpsrtc.h
imxrt_mpuinit.c
imxrt_mpuinit.h
imxrt_ocotp.c
imxrt_ocotp.h
imxrt_periphclks.c
imxrt_periphclks.h imxrt:ETH Add Support for ETH2 2022-08-06 15:31:23 +08:00
imxrt_rtc_lowerhalf.c Replace nxsem API when used as a lock with nxmutex API 2022-10-17 15:59:46 +09:00
imxrt_serial.c sem:remove sem default protocl 2022-10-22 14:50:48 +08:00
imxrt_serial.h imxrt:serial add TX & RX DMA support 2022-08-06 15:32:07 +08:00
imxrt_start.c arch: Change the linker generated symbols from uint32_t to uint8_t * 2022-09-24 21:26:56 +02:00
imxrt_start.h
imxrt_tickless.c
imxrt_timerisr.c
imxrt_usbdev.c
imxrt_usdhc.c sem:remove sem default protocl 2022-10-22 14:50:48 +08:00
imxrt_usdhc.h
imxrt_userspace.c
imxrt_userspace.h
imxrt_wdog.c
imxrt_wdog.h
imxrt_xbar.c
imxrt_xbar.h
Kconfig stm32fh7:Allow the use of the Network Monitor via polling 2022-10-25 21:52:14 +08:00
Make.defs