Skip to content

Commit adf1c88

Browse files
Fix spelling and update readme. Prep for 1.9.5 (earlephilhower#319)
1 parent ad905ae commit adf1c88

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ See https://arduino-pico.readthedocs.io/en/latest/ along with the examples for m
2020
* Arduino Nano RP2040 Connect (preliminary)
2121
* Invector Labs Challenger RP2040 WiFi
2222
* Invector Labs Challenger RP2040 LTE
23+
* Melopero Shake RP2040
2324
* SparkFun ProMicro RP2040
2425
* Generic (configurable flash, I/O pins)
2526

lib/libpico.a

-11.6 KB
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "framework-arduinopico",
3-
"version": "1.10903.0",
3+
"version": "1.10905.0",
44
"description": "Arduino Wiring-based Framework (RPi Pico RP2040)",
55
"keywords": [
66
"framework",

tools/libpico/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pico_sdk_init()
1313

1414
add_library(pico STATIC)
1515

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.
1717
target_compile_definitions(pico PUBLIC
1818
PICO_PRINTF_ALWAYS_INCLUDED=1
1919
PICO_FLASH_SIZE_BYTES=16777216

0 commit comments

Comments
 (0)