Unverified Commit adf1c88c authored by Earle F. Philhower, III's avatar Earle F. Philhower, III Committed by GitHub

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

parent ad905ae9
...@@ -20,6 +20,7 @@ See https://arduino-pico.readthedocs.io/en/latest/ along with the examples for m ...@@ -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)
......
No preview for this file type
{ {
"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() ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment