-
my motivation is to write apps that test baremetal functionality and to script testing. the first thing i want to do is automate testing of the newlib port say i write how do i
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
This is possible by replacing In
You can change the output via the commenting the I'll look into There is an API call for Let me try to get a newib-based C program up and running. Then I can work on having it auto execute. |
Beta Was this translation helpful? Give feedback.
-
A basic autorun program that outputs a string via serial and then shuts down: https://github.com/IanSeyler/BareMetal-Autorun This replaces |
Beta Was this translation helpful? Give feedback.
Done!