Releases: earlephilhower/arduino-pico
Releases · earlephilhower/arduino-pico
Release 1.3.1 - USB Keyboard/Mouse and SPI bug fix
15 May 23:31
Compare
Sorry, something went wrong.
No results found
Add support for shared USB Serial, Keyboard, Mouse (#132 )
Fix SPI default pinouts to SPI0, not SPI1 pins (#135 )
Add missing USB header (d'oh! I need a CI system)
Release 1.2.2 - Minor Cleanup
14 May 00:50
Compare
Sorry, something went wrong.
No results found
Point people to READTHEDOCS for help, not GitHub
Add stdlib_noniso.h to Arduino.h (#131 )
Added Printable.h in dir where it can be found
Clean up directory organization, libpico build (#129 )
Clean up platform.txt, libpico build (#128 )
Release 1.2.1 - Multicore/tone fixes
08 May 18:22
Compare
Sorry, something went wrong.
No results found
Fix memory leak in tone/noTone calls (#125 )
Minor keyword and mutex fixes for multicore
Additional multicore fixes, BOOTSEL and PIO (#123 )
Release 1.2.0 - Muilticore support
07 May 03:09
Compare
Sorry, something went wrong.
No results found
Major update includes support for running setup and loop on core1.
See the updated documentation and Muilticore.ino for information.
Look for UF2 drives in additional spots on Linux (#37 )
Add multicore support via setup1()/loop1()
Update pico-sdk to 1.1.2
Add HWSerial redirect
PWM functions definitions added (#114 )
Release 1.1.0 - Pinouts for Pico and Feather RP2040
17 Apr 21:21
Compare
Sorry, something went wrong.
No results found
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
09 Apr 12:48
Compare
Sorry, something went wrong.
No results found
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
09 Apr 01:23
Compare
Sorry, something went wrong.
No results found
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
07 Apr 14:11
Compare
Sorry, something went wrong.
No results found
Fix an issue while installing under Windows
Release 1.0.0 - All major portions there
07 Apr 03:57
Compare
Sorry, something went wrong.
No results found
Add full-fledged documentation, update I2S API (#80 )
Allow misaligned pgm_read_XXX macro reads (#81 )
Fix Picoprobe USB PID
Global JSON
21 Mar 19:06
Compare
Sorry, something went wrong.
No results found
This release will contain the updated package.json files as they are created