nuttx/arch/arm/src/a1x
Xiang Xiao e42780bb0f arch/arm: Disable -Warray-bound for rp2040, dm320 and lpc31xx
since gcc report the false alarm if the pointer offset from zero address:
    inlined from 'up_vectormapping' at chip/dm320_boot.c:162:7,
    inlined from 'arm_boot' at chip/dm320_boot.c:211:3:
Error: chip/dm320_boot.c:117:17: error: array subscript 0 is outside array bounds of 'uint32_t[0]' {aka 'long unsigned int[]'} [-Werror=array-bounds=]
  117 |   ctable[index] = (paddr | mmuflags);
      |   ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2023-12-19 08:36:49 +08:00
..
hardware fix led panic feature 2023-09-21 00:35:12 +08:00
a1x_boot.c arch/arm: Disable -Warray-bound for rp2040, dm320 and lpc31xx 2023-12-19 08:36:49 +08:00
a1x_boot.h
a1x_config.h fix led panic feature 2023-09-21 00:35:12 +08:00
a1x_irq.c arch: move non arm g_current_regs defintion to common place 2022-09-21 22:23:11 +02:00
a1x_irq.h
a1x_lowputc.c arch: Merge up_arch.h into up_internal.h 2022-03-14 09:32:17 +02:00
a1x_lowputc.h
a1x_pio.c arm/a1x: fix compile break 2022-04-18 10:02:17 +08:00
a1x_pio.h
a1x_serial.c fix led panic feature 2023-09-21 00:35:12 +08:00
a1x_serial.h fix led panic feature 2023-09-21 00:35:12 +08:00
a1x_timerisr.c fix led panic feature 2023-09-21 00:35:12 +08:00
chip.h
Kconfig Fix Kconfig style 2023-06-20 12:54:50 -03:00
Make.defs arch/cortex-[a|r]/Make.defs: unify arch common source include 2022-04-30 21:50:16 +08:00