Fix rp2040 pio tool download (#4994)

This commit is contained in:
Jesse Hills
2023-06-23 16:42:37 +12:00
committed by GitHub
parent fc0e1a3cb9
commit eb145757e5
4 changed files with 97 additions and 21 deletions
@@ -127,6 +127,7 @@ def time_to_cycles(time_us):
CONF_PIO = "pio"
AUTO_LOAD = ["rp2040_pio"]
CODEOWNERS = ["@Papa-DMan"]
DEPENDENCIES = ["rp2040"]
@@ -265,9 +266,3 @@ async def to_code(config):
time_to_cycles(config[CONF_BIT1_LOW]),
),
)
cg.add_platformio_option(
"platform_packages",
[
"earlephilhower/tool-pioasm-rp2040-earlephilhower",
],
)