Skip to content

Releases: earlephilhower/arduino-pico

Release 1.8.4 - Arduino Nano RP204 Connect preliminary support

14 Jun 16:01
6afcf58
Compare
Choose a tag to compare
  • Initial Arduino Nano RP2040 Connect support (#212)

Release 1.8.3 - Serial read timeout fix

13 Jun 21:12
30704a7
Compare
Choose a tag to compare
  • Obey timeout value on SerialUART.read/.peek (#211)

Release 1.8.2 - Upgrade Pico-SDK, bugfix Tone() and Servo()

11 Jun 19:50
08b6748
Compare
Choose a tag to compare
  • Update to PICO-SDK version 1.2.0 (#207)
  • Clear PIO FIFOs when updating Tone and Servos (#206)
  • Clean up Arduino.h header, remove duplicates (#205)

Release 1.8.1 - Minor bugfix, SparkFun ProMicro RP2040

10 Jun 15:00
793496d
Compare
Choose a tag to compare
  • Set GPIO digital output on digitalWrite (#203)
  • Add PIOASM online tool link, thanks @jake653! (#197)
  • Add new boards to package.json
  • Add SparkFun ProMicro RP2040 (#196)
  • Add back Featherwing CI test (#195)

Release 1.8.0 - GCC 10.3 and OpenOCD binaries for non Linux x86_64

07 Jun 05:45
f87ccac
Compare
Choose a tag to compare
  • Upgrade to GCC 10.3. Fix OpenOCD packaging (#194)

Release 1.7.1 - Add Adafruit Macropad board

06 Jun 20:39
d2a2fcb
Compare
Choose a tag to compare
  • Add a new board - the Adafruit Macropad w/RP2040 (#191)

Release 1.7.0 - Update tone generator, panic on illegal pin selection

04 Jun 14:46
c65c4bf
Compare
Choose a tag to compare
  • Allow continuous tone frequency changes (#186)
  • Add tone music example (#185)
  • Use optimal bundled library names (#183)
  • PANIC on attempting an invalid setXXX pin (#182)

Release 1.6.2 - Fix broken 1.6.1 packaging

29 May 02:56
79539d7
Compare
Choose a tag to compare
  • Re-add pico-sdk/extra submodules to release ZIP (#181)

Release 1.6.1 - Automated release process

29 May 02:40
457e763
Compare
Choose a tag to compare
  • Add TinyUSB include to all libs (#180)
  • Create README describing release publish process (#179)
  • CI to update JSON when releases are published (#178)
  • Use CI to build draft releases on a tag push (#177)
  • Check in Arduino API directory to avoid symlink (#176)

Release 1.6.0 - Bugfixes, new Adafruit board support, CI

28 May 01:59
e0d33e2
Compare
Choose a tag to compare
  • Try to mount Pico drive if not already present during sketch upload (#175)
  • Docs: clarify pin assignments for i2c (#173)
  • Two board variant definitions and a high speed SPI transfer function (#172)
  • Add baud rate to main Serial.begin() (#170)
  • Add TinyUSB usage note. (#168)
  • CI for style, compilation checks (#166 #163 #159)
  • Add quasi-sane abs() implementation to Arduino.h (#157)
  • Fix debug level "Wire" compile error (#151)
  • Ignore non-UTF8 chars in UF2 upload (#148)