Rename icons, fix T-Lora Pager config and more (#502)

* **New Features**
  * Added NFC chip-select to SD card hardware configuration.

* **Refactor**
  * Consolidated and renamed icon resources; apps and status-bar now reference unified icon headers and new icon constants.
  * Renamed LVGL lock API (timed → lvgl_try_lock) and updated callers.

* **Documentation**
  * Updated module README and license files; added Apache-2.0 license document.
This commit is contained in:
Ken Van Hoeylandt
2026-02-15 13:32:52 +01:00
committed by GitHub
parent 72b55b221e
commit 3a24d058c9
46 changed files with 422 additions and 840 deletions
+3 -1
View File
@@ -1,3 +1,5 @@
# hal-device-module
**WARNING: This module contains deprecated code**
This module is the basis for the old Tactility HAL.
@@ -5,4 +7,4 @@ This HAL existed before TactilityKernel.
The C++ `tt::hal::Device` class is replaced by `struct Device` from TactilityKernel.
License: Apache v2.0
License: [Apache v2.0](LICENSE-Apache-2.0.md)