add support for hardware rtc, not sure if this version won't crash

This commit is contained in:
2026-01-11 12:04:40 +01:00
parent 06de03a16d
commit a4346aa4f1
22 changed files with 813 additions and 88 deletions

View File

@@ -4,6 +4,7 @@ default_envs = dp66x
[esp32dev]
platform = espressif32
upload_speed = 921600
monitor_speed = 115200
board = esp32dev
framework = arduino
board_build.partitions = maxapp.csv
@@ -19,7 +20,9 @@ build_flags =
-Wl,--gc-sections
-DARDUINO_LOOP_STACK_SIZE=4096
-Werror
monitor_filters =
esp32_exception_decoder
default
build_unflags =
-fexceptions
-frtti