Quantum
80dc438fd0
Seems to work well enough to take over the OpenSBI putchar TODO: Add some kind of flush() to avoid trashing data still in the FIFO when we take over from OpenSBI
9 lines
123 B
Meson
9 lines
123 B
Meson
kernel_sources += [
|
|
files(
|
|
'uart_16550.cpp',
|
|
),
|
|
]
|
|
|
|
kernel_includes += include_directories(
|
|
'include'
|
|
)
|