[core] Add logger utility

This commit is contained in:
Kuba Szczodrzyński
2022-04-28 17:10:24 +02:00
parent 8383ebabeb
commit db5c99cfea
16 changed files with 411 additions and 14 deletions

View File

@@ -24,6 +24,12 @@ 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: