nuttx/arch
hujun5 4f3f9751c1 fix compile error
lcd/st7565.c:107:4: warning: #warning "Optimal setting of CONFIG_LCD_MAXCONTRAST is 255" [-Wcpp]
  107 | #  warning "Optimal setting of CONFIG_LCD_MAXCONTRAST is 255"
      |    ^~~~~~~
chip/lc823450_cpuindex.c:36: warning: "CORE_COREID" redefined
   36 | #define CORE_COREID (LC823450_CORE_BASE + 0x0)
      |
In file included from /home/hujun5/downloads1/vela_sim/nuttx/arch/arm/src/common/arm_internal.h:37,
                 from chip/lc823450_cpuindex.c:29:
/home/hujun5/downloads1/vela_sim/nuttx/arch/arm/src/chip/chip.h:48: note: this is the location of the previous definition
   48 | #define CORE_COREID         (LC823450_CORE_BASE + 0)
      |
chip/lc823450_cpuindex.c:37: warning: "CORE_COREID_ID" redefined
   37 | #define   CORE_COREID_ID  (0x1 << 0)
      |
/home/hujun5/downloads1/vela_sim/nuttx/arch/arm/src/chip/chip.h:49: note: this is the location of the previous definition
   49 | #define CORE_COREID_ID      (1 << 0)

Signed-off-by: hujun5 <hujun5@xiaomi.com>
2024-12-03 18:27:54 +08:00
..
arm fix compile error 2024-12-03 18:27:54 +08:00
arm64 arm64/imx8: fix build break 2024-12-03 09:38:35 +08:00
avr arch/avr: migrate to SPDX identifier 2024-12-02 22:43:23 +08:00
ceva arch/ceva: migrate to SPDX identifier 2024-12-02 22:43:23 +08:00
dummy
hc arch/hc: migrate to SPDX identifier 2024-12-02 22:43:23 +08:00
mips arch/misps: migrate to SPDX identifier 2024-12-02 22:43:23 +08:00
misoc arch/misoc: migrate to SPDX identifier 2024-12-02 22:43:23 +08:00
or1k arch/or1k: migrate to SPDX identifier 2024-12-02 22:43:23 +08:00
renesas arch/renesas: migrate to SPDX identifier 2024-12-02 17:23:25 +08:00
risc-v riscv: remove up_set_current_regs/up_current_regs 2024-12-02 22:46:04 +08:00
sim arch/sim: migrate to SPDX identifier 2024-12-02 17:23:25 +08:00
sparc arch/sparc: migrate to SPDX identifier 2024-12-02 17:23:25 +08:00
tricore arch/tricore: migrate to SPDX identifier 2024-12-02 17:23:25 +08:00
x86 arch/x86: migrate to SPDX identifier 2024-12-02 17:23:25 +08:00
x86_64 arch/x86_64: migrate to SPDX identifier 2024-12-02 17:23:25 +08:00
xtensa xtensa: syscall SYS_switch_context and SYS_restore_context use 0 para 2024-12-02 20:05:05 +08:00
z16 arch/z16: migrate to SPDX identifier 2024-12-02 17:23:25 +08:00
z80 arch/z80: migrate to SPDX identifier 2024-12-02 17:23:25 +08:00
CMakeLists.txt arch/z80: migrate to SPDX identifier 2024-12-02 17:23:25 +08:00
Kconfig nuttx/arch: remove the custom board check in up_testset implementation 2024-11-28 15:06:57 +08:00