diff --git a/README.md b/README.md index aa32a694b..d38d18b7a 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/lib/libpico.a b/lib/libpico.a index fe127fe11..d75b65873 100644 Binary files a/lib/libpico.a and b/lib/libpico.a differ diff --git a/package.json b/package.json index b58b89cbf..e1f23ce23 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/tools/libpico/CMakeLists.txt b/tools/libpico/CMakeLists.txt index c7ae5180a..7fe6d47f9 100644 --- a/tools/libpico/CMakeLists.txt +++ b/tools/libpico/CMakeLists.txt @@ -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