mirror of
https://github.com/esphome/esphome.git
synced 2024-11-21 11:37:27 +01:00
Prevent rp2040 randomly breaking the build (#7507)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
parent
c2518cff89
commit
050e2547ea
@ -92,7 +92,7 @@ rp2040:
|
|||||||
board: {board}
|
board: {board}
|
||||||
framework:
|
framework:
|
||||||
# Required until https://github.com/platformio/platform-raspberrypi/pull/36 is merged
|
# Required until https://github.com/platformio/platform-raspberrypi/pull/36 is merged
|
||||||
platform_version: https://github.com/maxgerhardt/platform-raspberrypi.git
|
platform_version: https://github.com/maxgerhardt/platform-raspberrypi.git#5e87ae34ca025274df25b3303e9e9cb6c120123c
|
||||||
"""
|
"""
|
||||||
|
|
||||||
BK72XX_CONFIG = """
|
BK72XX_CONFIG = """
|
||||||
|
@ -165,7 +165,7 @@ platform_packages =
|
|||||||
extends = common:arduino
|
extends = common:arduino
|
||||||
board_build.filesystem_size = 0.5m
|
board_build.filesystem_size = 0.5m
|
||||||
|
|
||||||
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
|
platform = https://github.com/maxgerhardt/platform-raspberrypi.git#5e87ae34ca025274df25b3303e9e9cb6c120123c
|
||||||
platform_packages =
|
platform_packages =
|
||||||
; earlephilhower/framework-arduinopico@~1.20602.0 ; Cannot use the platformio package until old releases stop getting deleted
|
; 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/3.9.4/rp2040-3.9.4.zip
|
earlephilhower/framework-arduinopico@https://github.com/earlephilhower/arduino-pico/releases/download/3.9.4/rp2040-3.9.4.zip
|
||||||
|
@ -6,7 +6,7 @@ rp2040:
|
|||||||
board: rpipicow
|
board: rpipicow
|
||||||
framework:
|
framework:
|
||||||
# Waiting for https://github.com/platformio/platform-raspberrypi/pull/36
|
# Waiting for https://github.com/platformio/platform-raspberrypi/pull/36
|
||||||
platform_version: https://github.com/maxgerhardt/platform-raspberrypi.git
|
platform_version: https://github.com/maxgerhardt/platform-raspberrypi.git#5e87ae34ca025274df25b3303e9e9cb6c120123c
|
||||||
|
|
||||||
logger:
|
logger:
|
||||||
level: VERY_VERBOSE
|
level: VERY_VERBOSE
|
||||||
|
Loading…
Reference in New Issue
Block a user