From 4f32bbc46a48276bba949364dc44d532c19dae78 Mon Sep 17 00:00:00 2001 From: taitep Date: Thu, 29 Jan 2026 21:27:36 +0100 Subject: i think i managed to make a working uart driver for the new interface?? --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index f00d15f..85cc3f6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,6 +9,7 @@ set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -mcmodel=medany -march=rv64im -mabi=lp64") set(SRC_FILES src/syscalls.c src/crt0.S + src/uart.c ) include_directories(include) -- cgit v1.2.3