Skip to content

Commit

Permalink
Merge pull request #205 from dtashmore547/patch-supermini
Browse files Browse the repository at this point in the history
Patch supermini
  • Loading branch information
mp-se authored Jan 20, 2025
2 parents 9a4b8e7 + 2751a6b commit ce22ee3
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,35 @@ board_build.partitions = part32.csv
board_build.filesystem = littlefs
board_build.embed_txtfiles = ${common_env_data.html_files}

[env:gravity32c3SuperMini-release] #D Ashmore new environment for super mini board
framework = arduino
platform = ${common_env_data.platform32}
upload_speed = ${common_env_data.upload_speed}
monitor_speed = ${common_env_data.monitor_speed}
extra_scripts = ${common_env_data.extra_scripts}
build_unflags =
${common_env_data.build_unflags}
build_flags =
-Wl,-Map,output.map
${common_env_data.build_flags}
-D LOG_LEVEL=5
#-D CORE_DEBUG_LEVEL=6
-D ESP32C3
-D ARDUINO_ESP32C3_DEV
#-D ESPFWK_DISABLE_LED # D Ashmore re-enable LED for super mini board
#-D ARDUINO_USB_CDC_ON_BOOT=1
#-DUSE_SERIAL_PINS # Use the TX/RX pins for the serial port
lib_deps =
${common_env_data.lib_deps}
${common_env_data.lib_deps32}
${common_env_data.lib_ble32}
lib_ignore =
board = super_mini_esp32c3 # D Ashmore define super mini board
build_type = release
board_build.partitions = part32.csv
board_build.filesystem = littlefs
board_build.embed_txtfiles = ${common_env_data.html_files}

[env:gravity32s2-release]
framework = arduino
platform = ${common_env_data.platform32}
Expand Down

0 comments on commit ce22ee3

Please sign in to comment.