##// END OF EJS Templates
Sync, Still trying to solve 8bits ILI9328 read problems.
Sync, Still trying to solve 8bits ILI9328 read problems.

File last commit:

r65:d4bc0ad7470d dev_alexis
r67:604c231d911c 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();
More buid system cleaning....
r65 libuc_main();
Added Simulator target to run code on x86 and debug functions....
r63 }