Merge develop into main (#381)

Various fixes and improvements
This commit is contained in:
Ken Van Hoeylandt
2025-10-22 23:15:33 +02:00
committed by GitHub
parent 9c5a427a34
commit e9384e0c11
8 changed files with 24 additions and 8 deletions
+2
View File
@@ -5,6 +5,8 @@
#include <Tactility/app/ElfApp.h>
#include <Tactility/file/FileLock.h>
#include <cstring>
extern "C" {
constexpr auto* TAG = "tt_app";
+2
View File
@@ -1,6 +1,8 @@
#include "tt_hal_uart.h"
#include <Tactility/hal/uart/Uart.h>
#include <cstring>
using namespace tt::hal;
struct UartWrapper {