Files
Ben Meadors a6ef5d1ce6 fix(esp32s3): drop the SenseCAP Indicator's 120 MHz boot clock (#11705)
boards/seeed-sensecap-indicator.json was the only board file carrying
"f_boot": "120000000L". Under platformio/espressif32 6.x that key only
selected a prebuilt bootloader image. Under pioarduino HybridCompile,
which this board uses since it moved to the 3.3.11-based core (#11238),
f_boot becomes the compile-time clock for both flash and PSRAM, so every
2.8 build of the Indicator is compiled with CONFIG_ESPTOOLPY_FLASHFREQ_120M,
CONFIG_SPI_FLASH_HPM_ON and CONFIG_SPIRAM_SPEED_120M (octal PSRAM at
120 MHz is an experimental ESP-IDF feature). The device hangs in early
flash/PSRAM init before the boot watchdog is disarmed and reset-loops
with RTCWDT_RTC_RST and no bootloader output, also after a full erase
and install.

Without the key the build falls back to f_flash (80 MHz) like every
other ESP32-S3 board, reports "80MHz for both Flash and PSRAM", and
produces a bootloader byte-identical to the T-Deck's 2.8 bootloader.

Fixes #11691
2026-09-02 12:48:03 +00:00
..
2024-03-07 15:51:28 -06:00
2024-02-10 17:55:32 -06:00
2024-10-26 19:24:30 -05:00
2024-12-28 08:29:58 -06:00
2025-08-20 11:52:10 +08:00
2023-03-29 13:41:45 +02:00
2023-03-29 13:41:45 +02:00
2024-02-10 17:55:32 -06:00
2025-10-01 13:32:44 -05:00
2025-06-15 07:40:45 -05:00
2026-02-19 07:16:33 -06:00
2025-07-21 19:33:24 +02:00
2024-12-18 15:46:18 +11:00
2025-11-21 10:14:06 +01:00
2026-05-11 11:46:13 -05:00
2024-05-06 06:48:57 -05:00
2024-02-10 17:55:32 -06:00