nuttx/arch/arm/src/dm320
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
..
chip.h
dm320_ahb.h
dm320_allocateheap.c arch/arm: Remove FAR and CODE from chip folder(1) 2022-05-03 16:50:52 +03:00
dm320_boot.c arch/arm: Disable -Warray-bound for rp2040, dm320 and lpc31xx 2023-12-19 08:36:49 +08:00
dm320_busc.h
dm320_clkc.h
dm320_decodeirq.c group_addrenv: Fix call to group_addrenv for targets that don't need it 2023-02-09 00:14:52 +08:00
dm320_emif.h
dm320_framebuffer.c mm/alloc: remove all unnecessary cast for alloc 2023-08-30 14:34:20 +08:00
dm320_gio.h
dm320_intc.h
dm320_irq.c arch: move non arm g_current_regs defintion to common place 2022-09-21 22:23:11 +02:00
dm320_lowputc.S
dm320_memorymap.h
dm320_osd.h
dm320_restart.S
dm320_serial.c Indent the define statement by two spaces 2023-05-21 09:52:08 -03:00
dm320_timer.h Indent the define statement by two spaces 2023-05-21 09:52:08 -03:00
dm320_timerisr.c arch/arm: Remove FAR and CODE from chip folder(1) 2022-05-03 16:50:52 +03:00
dm320_uart.h Indent the include statement by two spaces 2023-05-16 12:34:32 -03:00
dm320_usb.h
dm320_usbdev.c mm/alloc: remove all unnecessary cast for alloc 2023-08-30 14:34:20 +08:00
Kconfig
Make.defs arch/arm: Disable -Warray-bound for rp2040, dm320 and lpc31xx 2023-12-19 08:36:49 +08:00