Skip to content

Commit

Permalink
Fix spelling and update readme. Prep for 1.9.5 (earlephilhower#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
earlephilhower authored Sep 19, 2021
1 parent ad905ae commit adf1c88
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ See https://arduino-pico.readthedocs.io/en/latest/ along with the examples for m
* Arduino Nano RP2040 Connect (preliminary)
* Invector Labs Challenger RP2040 WiFi
* Invector Labs Challenger RP2040 LTE
* Melopero Shake RP2040
* SparkFun ProMicro RP2040
* Generic (configurable flash, I/O pins)

Expand Down
Binary file modified lib/libpico.a
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "framework-arduinopico",
"version": "1.10903.0",
"version": "1.10905.0",
"description": "Arduino Wiring-based Framework (RPi Pico RP2040)",
"keywords": [
"framework",
Expand Down
2 changes: 1 addition & 1 deletion tools/libpico/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pico_sdk_init()

add_library(pico STATIC)

# Use a longer XOSC startup time, to accomodate Adafruit and other boards that may need it.
# Use a longer XOSC startup time, to accommodate Adafruit and other boards that may need it.
target_compile_definitions(pico PUBLIC
PICO_PRINTF_ALWAYS_INCLUDED=1
PICO_FLASH_SIZE_BYTES=16777216
Expand Down

0 comments on commit adf1c88

Please sign in to comment.