Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Major Release v1.3.0 to add support to RP2040-based boards, such as RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040, using Earle Philhower's arduino-pico core (https://github.com/earlephilhower/arduino-pico)

Compare
Choose a tag to compare
@khoih-prog khoih-prog released this 15 May 05:24
· 52 commits to master since this release
4260bf6

Major Release v1.3.0

  1. Add support to RP2040-based boards, such as RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040, using Earle Philhower's arduino-pico core using LittleFS
  2. Using new efficient features of FlashStorage_SAMD library v1.1.0+
  3. Optimize code and fix bug
  4. Update examples with new features