mirror of
https://github.com/apache/nuttx.git
synced 2026-08-18 12:08:16 +00:00
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>
|
||
|---|---|---|
| .. | ||
| arm | ||
| arm64 | ||
| avr | ||
| ceva | ||
| dummy | ||
| hc | ||
| mips | ||
| misoc | ||
| or1k | ||
| renesas | ||
| risc-v | ||
| sim | ||
| sparc | ||
| tricore | ||
| x86 | ||
| x86_64 | ||
| xtensa | ||
| z16 | ||
| z80 | ||
| CMakeLists.txt | ||
| Kconfig | ||