Skip to content

Instantly share code, notes, and snippets.

@maxpromer
Created July 31, 2024 18:23
Show Gist options
  • Save maxpromer/74e414c9f9d66320748844cef444bac3 to your computer and use it in GitHub Desktop.
Save maxpromer/74e414c9f9d66320748844cef444bac3 to your computer and use it in GitHub Desktop.
platformio.ini for ATD3.5-S3 (Arduino Core of ESP32 V3.x.x)
; PlatformIO Project Configuration File
;
; Build options: build flags, source filter
; Upload options: custom upload port, speed and extra flags
; Library options: dependencies, extra library storages
; Advanced options: extra scripting
;
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
[env:esp32s3]
platform = https://github.com/pioarduino/platform-espressif32/releases/download/51.03.03/platform-espressif32.zip
board = atd35-s3
framework = arduino
board_build.partitions = 8m_ota_app.csv
upload_speed = 921600
monitor_speed = 115200
build_flags =
-I./include
; -Ilib/lvgl/demos
; -Ilib
; -DLV_LVGL_H_INCLUDE_SIMPLE
-DCORE_DEBUG_LEVEL=5
build_src_filter =
+<*>
; Force compile LVGL demo, remove when working on your own project
; +<C:\Users\sonth\GitHub\ATD3.5-S3-Template-PIO\lib\lvgl\demos>
monitor_filters = esp32_exception_decoder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment