8 Commits

Author SHA1 Message Date
Ken Van Hoeylandt
219970c2ac Fix for build 2026-02-01 21:21:09 +01:00
Ken Van Hoeylandt
69878b4395 Implement lvgl-module for ESP32 and fix various subsystems 2026-02-01 21:10:23 +01:00
Ken Van Hoeylandt
73319c7ba4 Refactor LVGL into module for POSIX 2026-02-01 17:10:40 +01:00
Ken Van Hoeylandt
2cf5c3c853 Work in progress 2026-02-01 16:34:22 +01:00
Ken Van Hoeylandt
56bb9fcc82 Make struct fields consistent, move PC code into platform project 2026-02-01 13:18:54 +01:00
Ken Van Hoeylandt
4b02a98ba2 Remove _Nullable and _Nonnull 2026-02-01 02:01:18 +01:00
Ken Van Hoeylandt
7e3d178315 Add lvgl-module (empty for now) 2026-02-01 01:30:35 +01:00
Ken Van Hoeylandt
3fe1dc0312
Create hal-device module, fix GPIO, fix tests, fix TactilityC (#471)
* **New Features**
  * Added a HAL device module providing device enumeration, type queries and a HAL↔kernel bridge.

* **Improvements**
  * Integrated HAL module into startup; standardized module names, includes and lifecycle logging; safer file append behavior; broader build support.

* **API Changes**
  * Driver lifecycle now uses explicit add/remove semantics; C and HAL device type/lookup APIs clarified.

* **Chores**
  * Added module README and Apache‑2.0 license; updated build configuration to include the new module.

* **Fixes**
  * Updated tests and object file handling to behave correctly.
2026-02-01 01:05:16 +01:00