1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 22:53:59 +00:00

Expand the platformio dep installer to also install platforms and tools (#4716)

This commit is contained in:
Jesse Hills
2023-04-27 12:26:06 +12:00
committed by GitHub
parent 77f71acbc8
commit 6476357596
9 changed files with 69 additions and 47 deletions

View File

@@ -79,9 +79,9 @@ build_flags =
; This are common settings for the ESP8266 using Arduino.
[common:esp8266-arduino]
extends = common:arduino
platform = platformio/espressif8266 @ 3.2.0
platform = platformio/espressif8266@3.2.0
platform_packages =
platformio/framework-arduinoespressif8266 @ ~3.30002.0
platformio/framework-arduinoespressif8266@~3.30002.0
framework = arduino
lib_deps =
@@ -103,9 +103,9 @@ extra_scripts = post:esphome/components/esp8266/post_build.py.script
; This are common settings for the ESP32 (all variants) using Arduino.
[common:esp32-arduino]
extends = common:arduino
platform = platformio/espressif32 @ 5.3.0
platform = platformio/espressif32@5.3.0
platform_packages =
platformio/framework-arduinoespressif32 @ ~3.20005.0
platformio/framework-arduinoespressif32@~3.20005.0
framework = arduino
board = nodemcu-32s
@@ -133,9 +133,9 @@ extra_scripts = post:esphome/components/esp32/post_build.py.script
; This are common settings for the ESP32 (all variants) using IDF.
[common:esp32-idf]
extends = common:idf
platform = platformio/espressif32 @ 5.3.0
platform = platformio/espressif32@5.3.0
platform_packages =
platformio/framework-espidf @ ~3.40404.0
platformio/framework-espidf@~3.40404.0
framework = espidf
lib_deps =
@@ -156,8 +156,8 @@ board_build.filesystem_size = 0.5m
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
platform_packages =
; earlephilhower/framework-arduinopico @ ~1.20602.0 ; Cannot use the platformio package until old releases stop getting deleted
earlephilhower/framework-arduinopico @ https://github.com/earlephilhower/arduino-pico/releases/download/2.6.2/rp2040-2.6.2.zip
; earlephilhower/framework-arduinopico@~1.20602.0 ; Cannot use the platformio package until old releases stop getting deleted
earlephilhower/framework-arduinopico@https://github.com/earlephilhower/arduino-pico/releases/download/2.6.2/rp2040-2.6.2.zip
framework = arduino
lib_deps =