##// END OF EJS Templates
Changed entry point from main to libuc_main, added hello world example.
Changed entry point from main to libuc_main, added hello world example.

File last commit:

r71:608b7f0e27c2 dev_alexis
r78:230ad3b6f43f dev_alexis
Show More
startup.c
7 lines | 49 B | text/x-c | CLexer
Added Simulator target to run code on x86 and debug functions....
r63
int main(void)
{
bsp_init();
Huge cleanup, removed "out of dir building" now libuc contains qmake and...
r71 libuc_main();
Added Simulator target to run code on x86 and debug functions....
r63 }