Update dependencies in Devices/ and remove "useDeprecatedHal" (#599)

- Updated dependencies in `Devices/`: remove unused ones, update incorrect ones
- Removed `dependencies.useDeprecatedHal` from device properties (and related scripting/code)
This commit is contained in:
Ken Van Hoeylandt
2026-07-29 18:47:19 +02:00
committed by GitHub
parent acb2f1d4c7
commit de6fc3b346
67 changed files with 15 additions and 129 deletions
-1
View File
@@ -72,7 +72,6 @@ else ()
# Devices/simulator/Source/Simulator.cpp always defines its own hardwareConfiguration; without
# this, Firmware/Source/Main.cpp's #else branch also defines an empty one (its ESP32-only
# fallback for devices migrated off the deprecated HAL), causing a duplicate-definition link error.
add_compile_definitions(CONFIG_TT_USE_DEPRECATED_HAL)
add_compile_definitions(CONFIG_TT_DEVICE_ID="simulator")
add_compile_definitions(CONFIG_TT_DEVICE_NAME="Simulator")
add_compile_definitions(CONFIG_TT_DEVICE_VENDOR="")