Skip to content

Commit 2efb47a

Browse files
committed
update pico-sdk submodule to raspberrypi 2.2.0 and cyw43-driver to v1.1.0
1 parent 9238ee7 commit 2efb47a

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
url = https://github.com/adafruit/Adafruit_CircuitPython_SimpleMath
173173
[submodule "ports/raspberrypi/sdk"]
174174
path = ports/raspberrypi/sdk
175-
url = https://github.com/adafruit/pico-sdk.git
175+
url = https://github.com/raspberrypi/pico-sdk.git
176176
branch = force_inline_critical_section_2.1.1
177177
[submodule "data/nvm.toml"]
178178
path = data/nvm.toml

ports/raspberrypi/Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ INC_CYW43 := \
2525
CFLAGS_CYW43 := \
2626
-DCYW43_LWIP=1 \
2727
-DPICO_CYW43_ARCH_THREADSAFE_BACKGROUND=1 \
28-
-DCYW43_USE_SPI \
28+
-DCYW43_USE_SPI=1 \
29+
-DUSE_SDIOIT=0 \
2930
-DIGNORE_GPIO25 \
3031
-DIGNORE_GPIO23 \
3132
-DIGNORE_GPIO24 \
@@ -125,6 +126,7 @@ INC += \
125126
-isystem sdk/src/rp2_common/hardware_powman/include/ \
126127
-isystem sdk/src/rp2_common/hardware_pwm/include/ \
127128
-isystem sdk/src/rp2_common/hardware_resets/include/ \
129+
-isystem sdk/src/rp2_common/hardware_rcp/include/ \
128130
-isystem sdk/src/rp2_common/hardware_rtc/include/ \
129131
-isystem sdk/src/rp2_common/hardware_spi/include/ \
130132
-isystem sdk/src/rp2_common/hardware_sync/include/ \
@@ -149,6 +151,7 @@ INC += \
149151
-isystem sdk/src/rp2_common/pico_float/include/ \
150152
-isystem sdk/src/rp2_common/pico_runtime/include/ \
151153
-isystem sdk/src/rp2_common/pico_runtime_init/include/ \
154+
-isystem sdk/src/rp2_common/pico_platform_common/include/ \
152155
-isystem sdk/src/rp2_common/pico_platform_compiler/include/ \
153156
-isystem sdk/src/rp2_common/pico_platform_sections/include/ \
154157
-isystem sdk/src/rp2_common/pico_platform_panic/include/ \

ports/raspberrypi/sdk

Submodule sdk updated 385 files

0 commit comments

Comments
 (0)