##// END OF EJS Templates
LFR's Leon3 target added and and tested with simple hello world.
LFR's Leon3 target added and and tested with simple hello world.

File last commit:

r13:8ca866292111 default
r13:8ca866292111 default
Show More
main.c
15 lines | 110 B | text/x-c | CLexer
#include <stdio.h>
#include <bsp.h>
int main(void)
{
bsp_init();
printf("hello world");
return 0;
}