index
:
freedom-e-sdk
useTimerIRQ
my bad beginner RISC-V assembly LED blinking code.
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
software
/
hello
/
hello.c
blob: 85c5d87a94098f4865dfbed0320cc815aaa4f8a8 (
plain
)
1
2
3
4
5
6
7
8
#include <stdio.h> int main() { printf("hello world!\n"); return 0; }