From 8a1943d1ea66d5b358b54f12ea0cd5c8b7d044b1 Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Fri, 28 May 2021 14:15:14 -0400 Subject: [PATCH] v1.3.0 to add support to Mbed RP2040-based boards ### 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. --- src/DoubleResetDetector_Generic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DoubleResetDetector_Generic.h b/src/DoubleResetDetector_Generic.h index cd00057..3f594f0 100644 --- a/src/DoubleResetDetector_Generic.h +++ b/src/DoubleResetDetector_Generic.h @@ -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