You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> git clone -b main https://github.com/elehobica/RPi_Pico_WAV_Player.git
129
129
> cd RPi_Pico_WAV_Player
@@ -143,7 +143,7 @@ For complete portable player with Li-Po battery operation, refer to the followin
143
143
```
144
144
* Put "*.uf2" on RPI-RP2 or RP2350 drive
145
145
### Linux
146
-
* Build is confirmed with [pico-sdk-dev-docker:sdk-2.2.0](https://hub.docker.com/r/elehobica/pico-sdk-dev-docker)
146
+
* Build is confirmed with [pico-sdk-dev-docker:sdk-2.3.0](https://hub.docker.com/r/elehobica/pico-sdk-dev-docker)
147
147
* Confirmed with cmake-3.22.1 and arm-none-eabi-gcc (15:10.3-2021.07-4) 10.3.1
148
148
```
149
149
$ cd RPi_Pico_WAV_Player
@@ -154,7 +154,7 @@ $ make -j4
154
154
```
155
155
* Download "*.uf2" on RPI-RP2 or RP2350 drive
156
156
### Local build with Docker (build_docker.sh)
157
-
*`build_docker.sh` builds this project inside the same SDK image as CI ([pico-sdk-dev-docker:sdk-2.2.0](https://hub.docker.com/r/elehobica/pico-sdk-dev-docker)), so no local Pico SDK installation is required
157
+
*`build_docker.sh` builds this project inside the same SDK image as CI ([pico-sdk-dev-docker:sdk-2.3.0](https://hub.docker.com/r/elehobica/pico-sdk-dev-docker)), so no local Pico SDK installation is required
158
158
* Requirements: Docker, and submodules initialized (`git submodule update -i`)
159
159
* No need to set PICO_SDK_PATH / PICO_EXTRAS_PATH / PICO_EXAMPLES_PATH (provided by the image)
0 commit comments