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

Commit

Permalink
v1.3.0 to add support to Mbed RP2040-based boards
Browse files Browse the repository at this point in the history
### Major Releases v1.3.0

1. Add support to RP2040-based boards, such as **Nano RP2040 Connect**, using [**Arduino mbed OS for Nano boards**](https://github.com/arduino/ArduinoCore-mbed) and LittleFS.
1. Add support to RP2040-based boards, such as **RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040**, using [**Arduino-mbed RP2040** v2.1.0+ core](https://github.com/arduino/ArduinoCore-mbed) and LittleFS.
  • Loading branch information
khoih-prog authored May 28, 2021
1 parent 149489a commit 8a1943d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DoubleResetDetector_Generic.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
1.0.3 K Hoang 28/12/2020 Suppress all possible compiler warnings
1.1.0 K Hoang 27/04/2021 Use new FlashStorage_STM32 library. Add support to new STM32 core v2.0.0 and STM32L5
1.2.0 K Hoang 12/05/2021 Add support to RASPBERRY_PI_PICO using Arduino-pico core
1.3.0 K Hoang 28/05/2021 Add support to RASPBERRY_PI_PICO using Arduino mbed_rp2040 core
1.3.0 K Hoang 28/05/2021 Add support to Nano_RP2040_Connect, RASPBERRY_PI_PICO using RP2040 Arduino mbed core
*****************************************************************************************************************************/

#pragma once
Expand Down

0 comments on commit 8a1943d

Please sign in to comment.