2016-10-24 20:23:25 +03:00
|
|
|
; PlatformIO Project Configuration File
|
|
|
|
|
;
|
|
|
|
|
; Build options: build flags, source filter, extra scripting
|
|
|
|
|
; Upload options: custom port, speed and extra flags
|
|
|
|
|
; Library options: dependencies, extra library storages
|
|
|
|
|
;
|
|
|
|
|
; Please visit documentation for the other options and examples
|
2024-07-17 15:29:13 +02:00
|
|
|
; http://docs.platformio.org/page/projectconf.html
|
2018-02-08 15:45:31 +02:00
|
|
|
|
2023-03-20 18:49:57 -06:00
|
|
|
[env:esp-wrover-kit]
|
2016-10-24 20:23:25 +03:00
|
|
|
platform = espressif32
|
|
|
|
|
framework = arduino
|
2018-07-30 15:28:58 +03:00
|
|
|
board = esp-wrover-kit
|
2018-06-27 14:28:05 +03:00
|
|
|
monitor_speed = 115200
|
2025-07-03 17:12:25 +02:00
|
|
|
|
|
|
|
|
[env:esp32-s2]
|
|
|
|
|
platform = espressif32
|
|
|
|
|
framework = arduino
|
|
|
|
|
board = esp32-s2-saola-1
|
|
|
|
|
upload_protocol = esp-prog
|
|
|
|
|
monitor_speed = 115200
|
|
|
|
|
check_tool = clangtidy
|
|
|
|
|
|
|
|
|
|
[env:esp32-s3]
|
|
|
|
|
platform = espressif32
|
|
|
|
|
framework = arduino
|
|
|
|
|
board = esp32-s3-devkitc-1
|
|
|
|
|
upload_protocol = esp-builtin
|
|
|
|
|
monitor_speed = 115200
|
|
|
|
|
check_tool = cppcheck
|
|
|
|
|
|
|
|
|
|
[env:esp32-c2]
|
|
|
|
|
platform = espressif32
|
|
|
|
|
framework = arduino
|
|
|
|
|
board = esp32-c2-devkitm-1
|
|
|
|
|
upload_protocol = esp-prog
|
|
|
|
|
monitor_speed = 115200
|
|
|
|
|
check_tool = clangtidy
|
|
|
|
|
custom_component_remove =
|
|
|
|
|
espressif/esp-dsp
|
|
|
|
|
espressif/network_provisioning
|
|
|
|
|
espressif/esp-zboss-lib
|
|
|
|
|
espressif/esp-zigbee-lib
|
|
|
|
|
espressif/esp_rainmaker
|
|
|
|
|
espressif/esp-sr
|
|
|
|
|
espressif/esp-modbus
|
|
|
|
|
espressif/esp32-camera
|
|
|
|
|
|
|
|
|
|
[env:esp32-c3]
|
|
|
|
|
platform = espressif32
|
|
|
|
|
framework = arduino
|
|
|
|
|
board = esp32-c3-devkitm-1
|
|
|
|
|
upload_protocol = esp-builtin
|
|
|
|
|
monitor_speed = 115200
|
|
|
|
|
check_tool = pvs-studio
|
|
|
|
|
|
|
|
|
|
[env:esp32-c6]
|
|
|
|
|
platform = espressif32
|
|
|
|
|
framework = arduino
|
|
|
|
|
board = esp32-c6-devkitm-1
|
|
|
|
|
upload_protocol = esp-builtin
|
|
|
|
|
monitor_speed = 115200
|