This website requires JavaScript.
Explore
Help
Sign In
mathieu
/
raspberry3_bare
Watch
1
Star
0
Fork
0
You've already forked raspberry3_bare
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
757c27c8a6
raspberry3_bare
/
hello.c
8 lines
96 B
C
Raw
Normal View
History
Unescape
Escape
Initial import with uart
2022-03-14 07:46:32 +01:00
#
include
"uart.h"
int
kernelmain
(
void
)
{
init_uart
(
)
;
add puts
2022-03-14 20:28:46 +01:00
puts
(
"
Hello world
\n
"
)
;
Initial import with uart
2022-03-14 07:46:32 +01:00
return
0
;
}
Reference in New Issue
Copy Permalink