We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement a simple serial controller for ARM32.
And complete the PlatformPlug.SerialPlug plug interface:
https://github.com/mosa/MOSA-Project/blob/master/Source/Mosa.Kernel.BareMetal.ARM32/PlatformPlug.cs#L116
This is the first step to integrating the baremetal kernel.
The text was updated successfully, but these errors were encountered:
Might be helpful:
https://github.com/umanovskis/baremetal-arm/blob/master/doc/06_uart.md
Sorry, something went wrong.
And this shorter version:
https://github.com/ronalterde/raspberrypi-zero/blob/master/uart01/notmain.c
No branches or pull requests
Implement a simple serial controller for ARM32.
And complete the PlatformPlug.SerialPlug plug interface:
https://github.com/mosa/MOSA-Project/blob/master/Source/Mosa.Kernel.BareMetal.ARM32/PlatformPlug.cs#L116
This is the first step to integrating the baremetal kernel.
The text was updated successfully, but these errors were encountered: