##// END OF EJS Templates
More buid system cleaning....
More buid system cleaning. Terminal widget almost working. Need to debug 8bit acces on ILI9328.

File last commit:

r18:bd9ab647f70a default
r65:d4bc0ad7470d dev_alexis
Show More
main.c
9 lines | 107 B | text/x-c | CLexer
#include <stdio.h>
int main()
{
printf("Hello world from project 'STM32F4IT'!\n");
return 0;
}