Ken Van Hoeylandt
a1c835e073
I2S driver implementation ( #480 )
...
* **New Features**
* ESP32 I2S controller support: runtime-configurable digital audio I/O with read/write/set/get operations and multiple formats.
* **Board Support**
* LilyGO T-Deck device tree entry added to enable I2S peripheral pin configuration.
* **Documentation**
* New/updated bindings and descriptors for I2S, I2C, GPIO, and root nodes.
* **Other**
* Added GPIO "no pin" sentinel and exposed I2S controller API symbols.
2026-02-04 23:40:16 +01:00
Ken Van Hoeylandt
71f8369377
TactilityKernel improvements ( #464 )
...
* **New Features**
* Thread API with lifecycle, priority, affinity and state monitoring
* Timer subsystem: one-shot/periodic timers, reset, pending callbacks, expiry queries
* Expanded I²C: register-level ops, bulk writes, presence checks, ESP32 integration and new config properties
* GPIO controller: pin level and options APIs
* Error utilities: new error code, error-to-string, timeout helper and common macros
* Device construction helpers (construct+start)
* **Tests**
* New unit tests for thread and timer behavior
* **Documentation**
* Expanded coding style guide (files/folders, C conventions)
2026-01-28 23:58:11 +01:00
Ken Van Hoeylandt
d551e467b8
Moved and renamed files for consistent C code style ( #463 )
...
* **Documentation**
* Added new C coding style guide detailing naming conventions for files, directories, macros, constants, variables, functions, and type definitions with illustrative examples.
* Updated C++ coding style documentation with clarifications on C naming conventions and header directory organization patterns.
* **Refactor**
* Updated header include paths throughout the codebase to use lowercase naming conventions consistently.
2026-01-27 20:17:33 +01:00