Skip to content

Commit 94a98fa

Browse files
committed
Adding CircuitPython
Adding CircuitPython docs page w/updates to relevant pages.
1 parent 8fbfb7a commit 94a98fa

File tree

4 files changed

+23
-0
lines changed

4 files changed

+23
-0
lines changed

docs/circuitpython_setup.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
2+
3+
4+
5+
## Setup
6+
7+
The Pro Micro - RP2350 is included in the [latest release](https://github.com/adafruit/circuitpython/releases/tag/9.2.1) of CircuitPython. If you've never used CircuitPython before, take a read through their tutorial [here](https://learn.adafruit.com/welcome-to-circuitpython) or click the button below:
8+
9+
<center>
10+
[Welcome to CircuitPython](https://learn.adafruit.com/welcome-to-circuitpython){ .md-button .md-button--primary}
11+
</center>
12+
13+
## Thing Plus - RP2350 Firmware
14+
15+
Download the latest firmware for the Pro Micro - RP2350 from the [CircuitPython downloads page](https://circuitpython.org/downloads) and search for "Pro Micro RP2350".

docs/picoSDK_setup.md

+4
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,7 @@ The Pico C SDK is a C/C++ development kit for Raspberry Pi microcontrollers incl
1313
<center>
1414
[Pico C SDK GitHub Repository](https://github.com/raspberrypi/pico-sdk){ .md-button .md-button--primary }
1515
</center>
16+
17+
### Pro Micro - RP2350 Board Definition
18+
19+
With the release of Pico SDK v2.1, the Pro Micro - RP2350 is included with it's on board definition. When uploading, select `sparkfun_promicro_rp2350`.

docs/single_page.md

+3
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ icon: fontawesome/solid/scroll
3030
## MicroPython
3131
--8<-- "./docs/micropython_setup.md:5"
3232

33+
## CircuitPython
34+
--8<-- "./docs/circuitpython_setup.md:5"
35+
3336
## Arduino
3437
--8<-- "./docs/arduino_setup.md:5"
3538

mkdocs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@ nav:
281281
- UF2 Bootloader: uf2.md
282282
- Pico SDK: picoSDK_setup.md
283283
- MicroPython: micropython_setup.md
284+
- CircuitPython: circuitpython_setup.md
284285
- Arduino: arduino_setup.md
285286
- Examples:
286287
- Arducam Demo: camera_demo.md

0 commit comments

Comments
 (0)