1 Star 0 Fork 4

超级小星星/ESP32C3-JDI-LCD-LVGL

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
platformio.ini 870 Bytes
一键复制 编辑 原始数据 按行查看 历史
甘草酸不酸 提交于 2024-05-07 22:47 . 上传项目文件
; 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:airm2m_core_esp32c3]
platform = espressif32
board = airm2m_core_esp32c3
framework = arduino
monitor_speed = 115200
upload_speed = 3000000
board_build.partitions = huge_app.csv
board_build.f_cpu = 160000000L
board_build.flash_size = 4MB
board_build.f_flash = 80000000L
board_build.flash_mode = dio
board_build.filesystem = littlefs
extra_scripts = ./extra_script.py
monitor_filters = esp32_exception_decoder
build_flags =
-D ARDUINO_USB_MODE=1
-D ARDUINO_USB_CDC_ON_BOOT=1
-D CORE_DEBUG_LEVEL=1
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/cancha/ESP32C3-JDI-LCD-LVGL.git
[email protected]:cancha/ESP32C3-JDI-LCD-LVGL.git
cancha
ESP32C3-JDI-LCD-LVGL
ESP32C3-JDI-LCD-LVGL
main

搜索帮助