[core] Include board name in banner, fix version

This commit is contained in:
Kuba Szczodrzyński
2022-04-29 16:37:58 +02:00
parent 7efc097b1f
commit c7a90c0ec7
4 changed files with 22 additions and 10 deletions

View File

@@ -24,12 +24,6 @@ env.Replace(
SIZETOOL="arm-none-eabi-size",
)
env.Append(
CPPDEFINES=[
("LT_VERSION", "0.1.0"),
]
)
# Flash layout defines
flash_layout: dict = board.get("flash")
if flash_layout: