]> 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)
commita507e756beb74962a221e36abb597299b5502691
tree1b90a7a4a722098d71028d5d698b80db3b3addae
parentbf641833da03fc6c69aaba491cb6e82e9eeab9d6
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]