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
- Added second PCB design for use with Waveshare [RP2040-Zero](https://www.waveshare.com/rp2040-zero.htm) or [RP2350-Zero](https://www.waveshare.com/rp2350-zero.htm) mini development board. The PCB is designed to fit in a 3D-printed case. PCB and Case design by [@DynaMight1124](https://github.com/DynaMight1124).
40
+
Based around cheaper but harder to solder components for those that fancy a bigger challenge. It also allows the design to be smaller.
41
+
- Added new configuration to BoardConfigs.cmake and bld.sh to support the new configuration for this PCB.
- Support added for Adafruit Metro RP2350 board. See README for more info. No RISCV support yet.
31
-
- Switched to SD card driver pico_fatfs from https://github.com/elehobica/pico_fatfs. This is required for the Adafruit Metro RP2350. Thanks to [elehobica](https://github.com/elehobica/pico_fatfs) for helping making it work for the Pimoroni Pico DV Demo board.
32
-
- Besides FAT32, SD cards can now also be formatted as exFAT.
33
-
- Nes controller PIO code updated by [@ManCloud](https://github.com/ManCloud). This fixes the NES controller issues on the Waveshare RP2040 - PiZero board. [#8](https://github.com/fhoedemakers/pico_shared/issues/8)
34
-
- Board configs are moved to pico_shared.
35
47
36
48
## Fixes
37
-
- Fixed Pico 2 W: Led blinking causes screen flicker and ioctl timeouts [#2](https://github.com/fhoedemakers/pico_shared/issues/2). Solved with in SDK 2.1.1
38
-
- WII classic controller: i2c bus instance (i2c0 / i2c1) not hardcoded anymore but configurable via CMakeLists.txt.
49
+
- Pico 2 W executables added to the release.
39
50
40
51
All changes are in the pico_shared submodule. When building from source, make sure you do a **git submodule update --init** from within the source folder to get the latest pico_shared module.
Copy file name to clipboardExpand all lines: README.md
+3-6Lines changed: 3 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -813,10 +813,7 @@ For games which support it, saves will be stored in the /SAVES folder of the SD
813
813
***
814
814
815
815
# Raspberry Pico W and Pico2 W support
816
-
The emulator works with the Pico W (RP2040). Use the pico_w_ versions of the uf2 files in the latest release. The Pico W has a built-in wifi module. The wifi module is not used by the emulator. It is only used for enabling the led to blink every 60 frames on the Pico W. If you don't mind the led blinking, you can use the pico_ versions of the uf2 files on the Pico W.
817
-
818
-
Although you can build them yourself, there are no pico2_w .uf2 binaries for the Pico2 W (RP2350) in the latest release, use the pico2_ versions instead.
819
-
There are issues with the display on the Pico2 W when blinking the led. Also ioctl timeout errors are printed on the uart console.
816
+
The emulator works with the Pico W (RP2040). Use the pico_w_ or pico2_w_ versions of the uf2 files in the latest release. The Pico W has a built-in wifi module. The wifi module is not used by the emulator. It is only used for enabling the led to blink every 60 frames on the Pico W. If you don't mind the led blinking, you can use the pico_ versions of the uf2 files on the Pico W.
820
817
821
818
***
822
819
@@ -898,7 +895,7 @@ chmod +x build*.sh
898
895
Alternatively, you can use the [bld.sh](bld.sh) shell script:
0 commit comments