31a6ffa15c
chip/sam_emaca.c: In function 'sam_emac_interrupt': Error: /github/workspace/sources/nuttx/arch/arm/src/common/arm_internal.h:140:25: error: array subscript 0 is outside array bounds of 'volatile uint32_t[0]' {aka 'volatile long unsigned int[]'} [-Werror=array-bounds=] 140 | #define getreg32(a) (*(volatile uint32_t *)(a)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~~ chip/sam_emaca.c:364:37: note: in expansion of macro 'getreg32' 364 | # define sam_getreg(priv,addr) getreg32(addr) | ^~~~~~~~ chip/sam_emaca.c:1630:9: note: in expansion of macro 'sam_getreg' 1630 | tsr = sam_getreg(priv, SAM_EMAC_TSR_OFFSET); | ^~~~~~~~~~ Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> |
||
---|---|---|
.. | ||
include | ||
src | ||
CMakeLists.txt | ||
Kconfig |