Releases: earlephilhower/arduino-pico
Releases · earlephilhower/arduino-pico
Release 1.2.2 - Minor Cleanup
Release 1.2.1 - Multicore/tone fixes
Release 1.2.0 - Muilticore support
Major update includes support for running setup and loop on core1.
See the updated documentation and Muilticore.ino for information.
Release 1.1.0 - Pinouts for Pico and Feather RP2040
-
Set default pins for peripherals per datasheet (#103)
Using the official Raspberry Pi Pico datasheet and the Adafruit Feather
RP2040 schematic, set the default pins for peripherals to match. -
Miscellaneous multicore fixes, include paths
Release 1.0.3 - Arduino IDE 2.0 + Another Windows hotfix
Remove api from include path, add redirects Can't have cores/rp2040/api in the include path because the Arduino API dir has a "String.h" file. On Windows, because it is case-insensitive normally, this overrides the POSIX "string.h" header leading to bad stuff. Add manual redirect includes for commonly accessed headers in the cores/rp2040 path instead.
Release 1.0.2 - Arduino Beta compat
- Add HAVE_HWSERIALX and api/dir to include path (#94)
- Fix JSON to allow Arduino Beta 2.0 to parse properly
Release 1.0.1 - Windows fix
- Fix an issue while installing under Windows
Release 1.0.0 - All major portions there
Global JSON
This release will contain the updated package.json files as they are created