d1a3f5e47f
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> |
||
---|---|---|
.. | ||
hardware | ||
chip.h | ||
imxrt102x_daisy.c | ||
imxrt105x_daisy.c | ||
imxrt106x_daisy.c | ||
imxrt_adc.c | ||
imxrt_adc.h | ||
imxrt_allocateheap.c | ||
imxrt_clockconfig.c | ||
imxrt_clockconfig.h | ||
imxrt_clrpend.c | ||
imxrt_config.h | ||
imxrt_daisy.c | ||
imxrt_edma.c | ||
imxrt_edma.h | ||
imxrt_ehci.c | ||
imxrt_ehci.h | ||
imxrt_enc.c | ||
imxrt_enc.h | ||
imxrt_enet.c | ||
imxrt_enet.h | ||
imxrt_flexcan.c | ||
imxrt_flexcan.h | ||
imxrt_flexpwm.c | ||
imxrt_flexpwm.h | ||
imxrt_flexspi.c | ||
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 | ||
imxrt_irq.h | ||
imxrt_lcd.c | ||
imxrt_lcd.h | ||
imxrt_lowputc.c | ||
imxrt_lowputc.h | ||
imxrt_lpi2c.c | ||
imxrt_lpi2c.h | ||
imxrt_lpspi.c | ||
imxrt_lpspi.h | ||
imxrt_lpsrtc.c | ||
imxrt_lpsrtc.h | ||
imxrt_mpuinit.c | ||
imxrt_mpuinit.h | ||
imxrt_ocotp.c | ||
imxrt_ocotp.h | ||
imxrt_periphclks.c | ||
imxrt_periphclks.h | ||
imxrt_rtc_lowerhalf.c | ||
imxrt_serial.c | ||
imxrt_serial.h | ||
imxrt_start.c | ||
imxrt_start.h | ||
imxrt_tickless.c | ||
imxrt_timerisr.c | ||
imxrt_usbdev.c | ||
imxrt_usdhc.c | ||
imxrt_usdhc.h | ||
imxrt_userspace.c | ||
imxrt_userspace.h | ||
imxrt_wdog.c | ||
imxrt_wdog.h | ||
imxrt_xbar.c | ||
imxrt_xbar.h | ||
Kconfig | ||
Make.defs |