Tests: Added hello (prints a message to the debug board)

Signed-off-by: Maxim Logaev <maxlogaev@proton.me>
This commit is contained in:
2025-03-23 18:10:56 +03:00
parent 9449b64b05
commit 4c92c11668
5 changed files with 26 additions and 1 deletions

View File

@@ -17,5 +17,4 @@ ExternalProject_Add(
-DCMAKE_C_COMPILER=i586-kolibrios-gcc
-DCMAKE_C_COMPILER_WORKS=1
-DCMAKE_INSTALL_PREFIX=${SDK_SYSROOT_DIR}
DEPENDS copy-kos-app-lds
)