2 Star 0 Fork 0

crazyluke/CrazyCube

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
platformio.ini 1.60 KB
一键复制 编辑 原始数据 按行查看 历史
; 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:CrazyCube]
platform = https://github.com/Jason2866/platform-espressif32.git
board = pico32
framework = arduino
board_build.partitions = partitions-crazycube.csv
board_upload.flash_size = "8MB"
board_upload.maximum_ram_size = 2097152
board_upload.maximum_size = 8388608
board_build.mcu = esp32
upload_speed = 921600
board_build.f_cpu = 240000000L
board_build.f_flash = 80000000L
board_build.flash_mode = qio
monitor_speed = 115200
monitor_filters = esp32_exception_decoder
build_flags =
; -DCORE_DEBUG_LEVEL=ARDUHAL_LOG_LEVEL_DEBUG
-DBOARD_HAS_PSRAM
-mfix-esp32-psram-cache-issue
-D LV_LVGL_H_INCLUDE_SIMPLE
-Ofast ; == -O3 -ffast-math
-fexceptions
-D USE_NIMBLE
-w ; supress all warnings
; -Wno-pragma-once-outside-header
; -Wno-nonportable-include-path
-frtti ; To allow dynamic casting ;-fno-rtti
extra_scripts = extra_build_flags.py
build_unflags = -std=gnu99 -std=gnu++11
lib_deps =
bodmer/TFT_eSPI@^2.4.74
seeed-studio/Grove Gesture@1.0.0
jrowberg/I2Cdevlib-MPU6050@^1.0.0
fastled/FastLED@^3.5.0
lvgl/lvgl@^8.3.4
mathertel/OneButton@^2.0.3
ottowinter/ESPAsyncWebServer-esphome@^2.1.0
esphome/ESP32-audioI2S@^2.0.6
bblanchon/ArduinoJson@^6.19.4
tanakamasayuki/TensorFlowLite_ESP32@^1.0.0
NimBLE-Arduino
t-vk/ESP32 BLE Keyboard@^0.3.2
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/crazyluke/crazycube.git
git@gitee.com:crazyluke/crazycube.git
crazyluke
crazycube
CrazyCube
master

搜索帮助