8000 Add espruino pico to board list · pdp7/circuitpython@383854a · GitHub
[go: up one dir, main page]

Skip to content

Commit 383854a

Browse files
committed
Add espruino pico to board list
1 parent 08cf152 commit 383854a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ jobs:
144144
- "electronut_labs_blip"
145145
- "electronut_labs_papyr"
146146
- "escornabot_makech"
147+
- "espruino_pico"
147148
- "feather_bluefruit_sense"
148149
- "feather_m0_adalogger"
149150
- "feather_m0_basic"

ports/stm32f4/boards/espruino_pico/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The Espruino Pico is normally updated via a bootloader activated by the Espruino
44

55
- Short out the BOOT0/BTN solder jumper on the back of the board - you can do this by drawing over it with a pencil.
66
- Install ST's DFU utility on Windows, or dfu-util for Mac or Linux
7-
- **Mac**: install Homebrew: `brew install dfu-util`
7+
- **Mac**: install with Homebrew: `brew install dfu-util`
88
- **Linux**: install with apt-get: `sudo apt-get install dfu-util`
99
- **Windows**: download [ST's application](https://www.st.com/en/development-tools/stsw-stm32080.html) or install the Linux subsystem for Windows 10 and follow the linux instructions.
1010
- Hold down the Pico's button while plugging it into USB (when overwriting Espruino's default firmware)

0 commit comments

Comments
 (0)
0