]> Projects (at) Tadryanom (dot) Me - AdrOS.git/commit
hal: add UART HAL and refactor uart_console to use it
authorTulio A M Mendes <[email protected]>
Thu, 5 Feb 2026 19:40:15 +0000 (16:40 -0300)
committerTulio A M Mendes <[email protected]>
Thu, 5 Feb 2026 19:40:15 +0000 (16:40 -0300)
commit64b204f50fa9580df398b01fb7e5a33a3518cb25
tree05875f43323b07ebf69c546c4ca5eafe10ede7a0
parent4f3958774b3a50079fec1c532f4956476a8a1995
hal: add UART HAL and refactor uart_console to use it
include/hal/uart.h [new file with mode: 0644]
src/drivers/uart_console.c
src/hal/arm/uart.c [new file with mode: 0644]
src/hal/mips/uart.c [new file with mode: 0644]
src/hal/riscv/uart.c [new file with mode: 0644]
src/hal/x86/uart.c [new file with mode: 0644]