This commit is contained in:
Serg Podtynnyi 2026-07-31 07:08:30 +02:00 committed by GitHub
commit c5ffd45f4d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -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