native,ioe: add uart

This commit is contained in:
Zihao Yu 2024-01-17 13:01:52 +08:00
parent 81ac173949
commit 493a0650ce
3 changed files with 36 additions and 1 deletions

View file

@ -8,6 +8,7 @@ AM_SRCS := native/trm.c \
native/ioe/input.c \
native/ioe/timer.c \
native/ioe/gpu.c \
native/ioe/uart.c \
native/ioe/audio.c \
native/ioe/disk.c \