File tree 4 files changed +3
-2
lines changed
4 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ See https://arduino-pico.readthedocs.io/en/latest/ along with the examples for m
20
20
* Arduino Nano RP2040 Connect (preliminary)
21
21
* Invector Labs Challenger RP2040 WiFi
22
22
* Invector Labs Challenger RP2040 LTE
23
+ * Melopero Shake RP2040
23
24
* SparkFun ProMicro RP2040
24
25
* Generic (configurable flash, I/O pins)
25
26
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " framework-arduinopico" ,
3
- "version" : " 1.10903 .0" ,
3
+ "version" : " 1.10905 .0" ,
4
4
"description" : " Arduino Wiring-based Framework (RPi Pico RP2040)" ,
5
5
"keywords" : [
6
6
" framework" ,
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ pico_sdk_init()
13
13
14
14
add_library (pico STATIC )
15
15
16
- # Use a longer XOSC startup time, to accomodate Adafruit and other boards that may need it.
16
+ # Use a longer XOSC startup time, to accommodate Adafruit and other boards that may need it.
17
17
target_compile_definitions (pico PUBLIC
18
18
PICO_PRINTF_ALWAYS_INCLUDED=1
19
19
PICO_FLASH_SIZE_BYTES=16777216
You can’t perform that action at this time.
0 commit comments