12345678910111213141516171819202122232425262728293031323334353637383940 |
- [platformio]
- boards_dir = boards
- [env:max80]
- platform = https://github.com/platformio/platform-espressif32.git#feature/arduino-upstream
- board_bootloader.file = bootloader_qio_80m.bin
- board = max80
- framework = arduino
- platform_packages =
- platformio/framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#2.0.2
- #2.0.0-rc1
- board_build.mcu = esp32s2
- description = MAX80
- lib_deps =
- https://git.sweproj.com/pm/esp32S2-usb-host-library.git
- me-no-dev/AsyncTCP
- https://github.com/me-no-dev/ESPAsyncWebServer.git#master
- https://git.sweproj.com/pm/AsyncElegantOTAKEY80.git#master
- https://git.sweproj.com/pm/WebSerialKEY80.git
- https://github.com/bblanchon/ArduinoJson.git#5.x
- https://github.com/lorol/LITTLEFS.git#master
- https://git.sweproj.com/pm/ElegantOTAKEY80.git#master
- hideakitai/ESP32DMASPI@^0.2.0
- # https://github.com/khoih-prog/ESPAsync_WiFiManager#master
- #emard/LibXSVF@^1.0.0
- upload_port = /dev/ttyACM0
- monitor_port = /dev/ttyACM0
- monitor_speed = 115200
- build_type = debug
- board_build.partitions = variants/max80/partitions.csv
- BUILD_FLAGS = -I$PROJECT_DIR/boards/max80 -w
- '-DCORE_HAS_LIBB64'
- '-DCORE_DEBUG_LEVEL=5'
- '-DLOG_LOCAL_LEVEL=5'
- '-DHWVER=102'
|