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 arch: arm: cm320: fix nxstyle errors 2021-03-25 01:34:38 -07:00
dm320_ahb.h arch: arm: cm320: fix nxstyle errors 2021-03-25 01:34:38 -07:00
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 arch: arm: cm320: fix nxstyle errors 2021-03-25 01:34:38 -07:00
dm320_clkc.h arch: arm: cm320: fix nxstyle errors 2021-03-25 01:34:38 -07:00
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 arch: arm: cm320: fix nxstyle errors 2021-03-25 01:34:38 -07:00
dm320_framebuffer.c mm/alloc: remove all unnecessary cast for alloc 2023-08-30 14:34:20 +08:00
dm320_gio.h arch: Merge up_arch.h into up_internal.h 2022-03-14 09:32:17 +02:00
dm320_intc.h arch: arm: cm320: fix nxstyle errors 2021-03-25 01:34:38 -07:00
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 arch/arm: Fix the style issue in assemble files 2021-04-04 14:39:16 +01:00
dm320_memorymap.h arch: arm: cm320: fix nxstyle errors 2021-03-25 01:34:38 -07:00
dm320_osd.h arch: arm: cm320: fix nxstyle errors 2021-03-25 01:34:38 -07:00
dm320_restart.S arm/armv7-a/r: set the default CPU mode to System 2022-03-14 19:54:53 +09:00
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 arch: arm: cm320: fix nxstyle errors 2021-03-25 01:34:38 -07:00
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