Fix spelling and update readme. Prep for 1.9.5 (#319)
This commit is contained in:
parent
ad905ae992
commit
adf1c88c27
4 changed files with 3 additions and 2 deletions
|
|
@ -20,6 +20,7 @@ See https://arduino-pico.readthedocs.io/en/latest/ along with the examples for m
|
||||||
* Arduino Nano RP2040 Connect (preliminary)
|
* Arduino Nano RP2040 Connect (preliminary)
|
||||||
* Invector Labs Challenger RP2040 WiFi
|
* Invector Labs Challenger RP2040 WiFi
|
||||||
* Invector Labs Challenger RP2040 LTE
|
* Invector Labs Challenger RP2040 LTE
|
||||||
|
* Melopero Shake RP2040
|
||||||
* SparkFun ProMicro RP2040
|
* SparkFun ProMicro RP2040
|
||||||
* Generic (configurable flash, I/O pins)
|
* Generic (configurable flash, I/O pins)
|
||||||
|
|
||||||
|
|
|
||||||
BIN
lib/libpico.a
BIN
lib/libpico.a
Binary file not shown.
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "framework-arduinopico",
|
"name": "framework-arduinopico",
|
||||||
"version": "1.10903.0",
|
"version": "1.10905.0",
|
||||||
"description": "Arduino Wiring-based Framework (RPi Pico RP2040)",
|
"description": "Arduino Wiring-based Framework (RPi Pico RP2040)",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"framework",
|
"framework",
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ pico_sdk_init()
|
||||||
|
|
||||||
add_library(pico STATIC)
|
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
|
target_compile_definitions(pico PUBLIC
|
||||||
PICO_PRINTF_ALWAYS_INCLUDED=1
|
PICO_PRINTF_ALWAYS_INCLUDED=1
|
||||||
PICO_FLASH_SIZE_BYTES=16777216
|
PICO_FLASH_SIZE_BYTES=16777216
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue