##// END OF EJS Templates
Sync
Sync

File last commit:

r89:68078fc5f465 dev_alexis
r94:f7519daa5469 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 }