[core] Migrate to GPIO-based pin numbering

This commit is contained in:
Kuba Szczodrzyński
2023-03-20 21:28:43 +01:00
parent 201db4668e
commit c51bf0b7db
67 changed files with 3212 additions and 1849 deletions

View File

@@ -59,7 +59,7 @@ queue.AddLibrary(
name="board_${VARIANT}",
base_dir="$VARIANTS_DIR",
srcs=[
"+<${VARIANT}.cpp>",
"+<${VARIANT}.c>",
],
# not adding includes since they're added with the base core
)

View File

@@ -48,6 +48,7 @@ def env_uf2ota(env: Environment, *args, **kwargs):
f"--lt-version {lt_version}",
f'--fw "{project_name}:{project_version}"',
f"--date {int(now.timestamp())}",
"--legacy",
*env["UF2OTA"],
]