Skip to content

Commit 20ae887

Browse files
authored
Merge pull request #142 from fhoedemakers/WSRP2350-USBA
Support for waveshare RP2350-USBA with PCB
2 parents 84c182b + 36b2b54 commit 20ae887

File tree

10 files changed

+6636
-9342
lines changed

10 files changed

+6636
-9342
lines changed

.github/workflows/BuildAndRelease.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ jobs:
105105
releases/*.uf2
106106
PCB/pico_nesPCB_v2.1.zip
107107
PCB/Gerber_PicoNES_Mini_PCB_v1.0.zip
108+
PCB/Gerber_PicoNES_Micro_v1.2.zip
108109
releases/PicoNesMetadata.zip
109110
body_path: CHANGELOG.md
110111

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88

99
[See setup section in readme how to install and wire up](https://github.com/fhoedemakers/pico-infonesPlus#pico-setup)
1010

11-
# v0.32 release notes (To be released)
11+
# v0.32 release notes
1212

13+
- Added support for Waveshare RP2350-USBA with PCB. More info and build guide at: https://www.instructables.com/PicoNES-RaspberryPi-Pico-Based-NES-Emulator/
1314
- Added support for [Spotpear HDMI](https://spotpear.com/index/product/detail/id/1207.html) board.
1415

1516
## Known issues
@@ -165,6 +166,15 @@ PCB: [Gerber_PicoNES_Mini_PCB_v1.0.zip](https://github.com/fhoedemakers/pico-inf
165166
3D-printed case designs for PCB WS2XX0-Zero:
166167
[https://www.thingiverse.com/thing:7041536](https://www.thingiverse.com/thing:7041536)
167168

169+
### PCB Waveshare RP2350-USBA with PCB
170+
[Binary](https://github.com/fhoedemakers/pico-infonesPlus/releases/latest/download/piconesPlus_WaveShare2350USBA_arm_piousb.uf2)
171+
172+
PCB: [Gerber_PicoNES_Micro_v1.2.zip](https://github.com/fhoedemakers/pico-infonesPlus/releases/latest/download/Gerber_PicoNES_Micro_v1.2.zip)
173+
174+
[Readme](README.md#pcb-with-waveshare-rp2350-usb-a)
175+
176+
[Build guide](https://www.instructables.com/PicoNES-RaspberryPi-Pico-Based-NES-Emulator/)
177+
168178
### Pimoroni Pico DV
169179

170180
| Board | Binary | Readme |
@@ -198,6 +208,11 @@ Extract the zip file to the root folder of the SD card. Select a game in the men
198208

199209

200210

211+
212+
213+
214+
215+
201216

202217

203218

DefaultSS444.c

Lines changed: 1439 additions & 1784 deletions
Large diffs are not rendered by default.

DefaultSS555.c

Lines changed: 1575 additions & 1920 deletions
Large diffs are not rendered by default.

assets/DefaultSS160_NES.444

-11.9 KB
Binary file not shown.

assets/DefaultSS160_NES.555

-11.9 KB
Binary file not shown.

assets/DefaultSS444_NES.c

Lines changed: 1802 additions & 2818 deletions
Large diffs are not rendered by default.

assets/DefaultSS555_NES.c

Lines changed: 1802 additions & 2818 deletions
Large diffs are not rendered by default.

assets/DefaultSS_NES.png

-151 KB
Loading

0 commit comments

Comments
 (0)