Skip to content

Releases: earlephilhower/arduino-pico

Release 1.9.1 - TinyUSB 1.3.0

30 Jun 15:44
d67329a
Compare
Choose a tag to compare
  • Rename assembly dir to boot2, only has boot2.Ss (#230)
  • Update tinyusb 1.3.0 (#228)
  • Clean up include paths, remove duplicates/invalids (#229)

Release 1.9.0 - Updated toolchain, TinyUSB fixes, 64-bit formatting

29 Jun 03:56
03e740a
Compare
Choose a tag to compare
  • Add CPU cycle counter accessors (#226)
  • Upgrade Newlib to include 64-bit/8-bit %llu/%hhd (#227)
  • Use correct tusb_config.h for built-in usb (pico-sdk) (#219)

Release 1.8.8 - I2C Slave Fix

26 Jun 01:48
Compare
Choose a tag to compare
  • Clear I2C status on short slave reads
  • Remove accidental debug message

Release 1.8.7 - I2C Slave Fix

26 Jun 01:43
Compare
Choose a tag to compare
  • Clear I2C status on short slave reads

Release 1.8.6 - Fix SD file creation

19 Jun 19:16
35c974d
Compare
Choose a tag to compare
  • Fix file creation on SD and SDFS (#216)

Release 1.8.5 - PDM library and Serial1/2.flush fix

16 Jun 15:27
2747681
Compare
Choose a tag to compare
  • Fix SerialUART flush (#215)
  • Add PDM library for Arduino Nano RP2040 Connect (#213)

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)