regression: test serial port r/w.
authorMinep <lunaixsky@qq.com>
Tue, 5 Sep 2023 23:50:17 +0000 (00:50 +0100)
committerMinep <lunaixsky@qq.com>
Tue, 5 Sep 2023 23:51:17 +0000 (00:51 +0100)
commit8efc0cf32160c68772a2ce1887e6a397852d3d96
tree037cec4fe2d2fed86cf823e4239de2864e1233a0
parent8fce4520de1f257819b16f9253fa28dcdae743f4
regression: test serial port r/w.
fix: uart register bitmap
fix: refine context switch trace message
feat: add a dedicated program to host all test routines
lunaix-os/hal/char/serial.c
lunaix-os/hal/char/uart/16550.h
lunaix-os/hal/char/uart/16550_base.c
lunaix-os/hal/char/uart/16550_pmio.c
lunaix-os/kernel/debug/trace.c
lunaix-os/makeinc/qemu.mkinc
lunaix-os/usr/makefile
lunaix-os/usr/testp/main.c [new file with mode: 0644]
lunaix-os/usr/testp/makefile [new file with mode: 0644]