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
14 lines
159 B
YAML
14 lines
159 B
YAML
---
|
|
location: jsix
|
|
init: srv.init
|
|
initrd:
|
|
name: initrd.dat
|
|
format: zstd
|
|
panic:
|
|
- panic.serial
|
|
services:
|
|
- srv.logger
|
|
- testapp
|
|
drivers:
|
|
- drv.uart
|