Skip to content

Commit b589dc2

Browse files
authored
Merge pull request #8091 from bill88t/update-picow
Update pico-sdk to 1.5.1
2 parents bae7e52 + 67c5563 commit b589dc2

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

ports/raspberrypi/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ SRC_SDK := \
236236

237237
SRC_SDK := $(addprefix sdk/, $(SRC_SDK))
238238
$(patsubst %.c,$(BUILD)/%.o,$(SRC_SDK) $(SRC_CYW43)): CFLAGS += -Wno-missing-prototypes -Wno-undef -Wno-unused-function -Wno-nested-externs -Wno-strict-prototypes -Wno-double-promotion -Wno-sign-compare -Wno-unused-variable -Wno-strict-overflow -Ilib/cyw43-driver
239+
$(BUILD)/sdk/src/rp2_common/pico_standard_link/crt0.o: CFLAGS += -Wno-undef
239240

240241
SRC_C += \
241242
boards/$(BOARD)/board.c \

ports/raspberrypi/sdk

Submodule sdk updated 151 files

0 commit comments

Comments
 (0)