Merge develop into main (#419)

- Apply IRAM optimization to all platforms instead of only ESP32
- Implement performance optimizations
- Created `tt::hal::uart::open(uart_port_t)`
This commit is contained in:
Ken Van Hoeylandt
2025-11-23 00:11:08 +01:00
committed by GitHub
parent eba1f8955a
commit 6ab6ae5686
7 changed files with 62 additions and 38 deletions
+1
View File
@@ -1,6 +1,7 @@
#include "Tactility/hal/Device.h"
#include <Tactility/Mutex.h>
#include <algorithm>
namespace tt::hal {