From aab8190aed34cd6fdc63f1dd4d54fbad023387d8 Mon Sep 17 00:00:00 2001 From: c0smic Date: Thu, 18 Jun 2026 04:50:08 -0400 Subject: [PATCH] feat(build): add ESP32-C5 boards to default build targets Adds esp32-c5, esp32-c5-tft, and nm-cyd-c5 to default_envs in platformio.ini. These boards use the RISC-V ESP32-C5 chip and were previously excluded from default builds. --- platformio.ini | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/platformio.ini b/platformio.ini index fa639618e2..e3c5520320 100644 --- a/platformio.ini +++ b/platformio.ini @@ -11,8 +11,8 @@ [platformio] default_envs = m5stack-cardputer - ;m5stack-sticks3 - ;m5stack-cplus2 + m5stack-sticks3 + m5stack-cplus2 ;m5stack-cplus1_1 ;LAUNCHER_m5stack-cplus1_1 ;m5stack-core2 @@ -22,7 +22,7 @@ default_envs = ;m5stack-dinmeter ;arduino-nesso-n1 ;esp32-s3-devkitc-1 - ;CYD-2432S028 + CYD-2432S028 ;CYD-2USB ;CYD-2432W328C ;CYD-2432W328C_2 @@ -35,9 +35,9 @@ default_envs = ;LAUNCHER_CYD-2432W328C ;LAUNCHER_CYD-3248S035R ;LAUNCHER_CYD-3248S035C - ;lilygo-t-embed-cc1101 + lilygo-t-embed-cc1101 ;lilygo-t-embed - ;lilygo-t-deck + lilygo-t-deck ;lilygo-t-watch-s3 ;lilygo-t-deck-pro # This is T-Deck Plus!! ;lilygo-t-display-s3 @@ -65,10 +65,10 @@ default_envs = ;Awok-Touch" ;LAUNCHER_WaveSentry-R1 ;WaveSentry-R1 - ;esp32-c5-tft - ;esp32-c5 + esp32-c5-tft + esp32-c5 ;ES3C28P - ;nm-cyd-c5 + nm-cyd-c5 ;elecrow-24B ;elecrow-28B ;elecrow-35B @@ -128,6 +128,7 @@ build_src_filter = - build_flags = + -DHEAVYBUTTER_HARDENED=1 ; Security hardening on by default. Set =0 for stock-Bruce compat. -DBRUCE_VERSION='"dev"' -DEEPROMSIZE=128 -DLH=8