1
0
Fork 0

feat/kernel: Added built-in UART support

This commit is contained in:
Kevin Alavik 2025-05-14 13:33:38 +02:00
parent 9375cc74bd
commit 6cde9b4c19
Signed by: cmpsb
GPG key ID: 10D1CC0526FDC6D7
10 changed files with 295 additions and 91 deletions

6
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,6 @@
{
"files.associations": {
"stdnoreturn.h": "c",
"serial.h": "c"
}
}