[testapp] Re-add testapp to default manifest

This commit re-adds testapp to the default manifest and does some
housecleaning on the module:

- Remove the old serial.* and io.*
- Update it to use current syscall APIs
- Update it to use libj6's higher-level thread API
This commit is contained in:
Justin C. Miller
2023-02-08 22:44:05 -08:00
parent f05a1d3310
commit 1cb8f1258d
8 changed files with 30 additions and 174 deletions

View File

@@ -5,7 +5,5 @@ module("testapp",
deps = [ "libc" ],
description = "Testbed app",
sources = [
"io.cpp",
"main.cpp",
"serial.cpp",
])