[core] Prepare for project name change

This commit is contained in:
Kuba Szczodrzyński
2023-04-24 11:35:39 +02:00
parent 85a687fc56
commit 461e4c6df0
56 changed files with 105 additions and 103 deletions

View File

@@ -68,6 +68,7 @@ queue.AddLibrary(
queue.AppendPublic(
CPPDEFINES=[
("LIBRETUYA_ARDUINO", 1),
("LIBRETINY_ARDUINO", 1),
("ARDUINO", 10812),
("ARDUINO_SDK", 1),
],

View File

@@ -121,6 +121,7 @@ queue.AppendPublic(
],
CPPDEFINES=[
("LIBRETUYA", 1),
("LIBRETINY", 1),
("LT_VERSION", env["LT_VERSION"]),
("LT_BOARD", "${VARIANT}"),
("LT_VARIANT_H", r"\"${VARIANT}.h\""),

View File

@@ -112,7 +112,7 @@ def env_print_info(
# Print information about installed core versions
print("PLATFORM VERSIONS:")
print(" - libretuya @", env["LT_VERSION"])
print(" - libretiny @", env["LT_VERSION"])
print(" - ltchiptool @", get_version())
# Print custom platformio.ini options
if platform.custom_opts: