From 08e68385caf304d8e3efc4f4f501154882b547e4 Mon Sep 17 00:00:00 2001 From: doctea Date: Sun, 4 Feb 2024 22:55:57 +0000 Subject: [PATCH] updated readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ec05509..72e322a 100755 --- a/README.md +++ b/README.md @@ -378,6 +378,7 @@ void loop() ### RP2040 support +- Uses the [earlephilhower core](https://github.com/earlephilhower/arduino-pico) - Doing a 'soft reboot' (eg from reflashing) seems to crash on startup, but starting from cold and powering on works fine. - Using FreeRTOS multithreading fails if the second core is used (via setup1() and loop1()) - using the 'interrupts-based' version of the RP2040 uClock support seems to solve this. - Tick ticking may be off due to repeating_timer following from the end of previous tick, rather than following the start of the previous tick.