First commit

I shall move all this to another branch -> master_vendored or something
This commit is contained in:
2025-03-12 21:42:39 +00:00
commit f9d0bfa4d9
226 changed files with 240315 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
[env:esp32-s3-devkitc-1]
platform = espressif32
board = esp32-s3-devkitc-1
framework = arduino
monitor_speed = 115200
upload_port = "/dev/ttyUSB1"
# lib_deps = moononournation/GFX Library for Arduino@
# lvgl/lvgl
# tamctec/TAMC_GT911
lib_deps =
${PROJECT_DIR}/lib/u8g2/csrc
${PROJECT_DIR}/lib/u8g2/cppsrc
build_flags = -Iinclude/
-DBOARD_HAS_PSRAM
-mfix-esp32-psram-cache-issue
-Ilib/u8g2/csrc
-Ilib/u8g2/cppsrc
board_build.arduino.memory_type = qio_opi