mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
Merge dc921836b9 into 10571e6d4c
This commit is contained in:
commit
c5ffd45f4d
2 changed files with 2 additions and 0 deletions
|
|
@ -23,6 +23,7 @@
|
|||
include armv8-m/Make.defs
|
||||
|
||||
CFLAGS += -Wno-array-bounds
|
||||
LDFLAGS += --no-warn-rwx-segments
|
||||
|
||||
CHIP_CSRCS += rp23xx_idle.c
|
||||
CHIP_CSRCS += rp23xx_irq.c
|
||||
|
|
|
|||
|
|
@ -27,6 +27,7 @@ include common/Make.defs
|
|||
HEAD_ASRC = rp23xx_head.S
|
||||
|
||||
CFLAGS += -Wno-array-bounds
|
||||
LDFLAGS += --no-warn-rwx-segments
|
||||
|
||||
CHIP_CSRCS += rp23xx_idle.c
|
||||
CHIP_CSRCS += rp23xx_irq.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue