Fix spelling and update readme. Prep for 1.9.5 (#319)

This commit is contained in:
Earle F. Philhower, III 2021-09-19 13:43:26 -07:00 committed by GitHub
parent ad905ae992
commit adf1c88c27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 2 deletions

View file

@ -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)

Binary file not shown.

View file

@ -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",

View file

@ -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