# HG changeset patch # User jeandet # Date 2014-01-13 20:30:43 # Node ID 9fa0b042767202c5bed773c6f10778f5fae0413d # Parent 4fd5a5f0eb16c600bb1cfcedc353751fa76872a1 # Parent ac0656f4856d826faeb23dd2109b1ab9f591f730 Fusion diff --git a/examples/TEST_SIMULATOR/main.c b/examples/TEST_SIMULATOR/main.c --- a/examples/TEST_SIMULATOR/main.c +++ b/examples/TEST_SIMULATOR/main.c @@ -122,9 +122,9 @@ int libuc_main() printf("hello world\n"); delay_100us(10000); // streamdevicePrint(__opnfiles__[1],"test Hello %d %f \n",1234567,8.96); - lcd0.paintText(&lcd0,"A",10,100,&ComicSansMS_18,0x0); - while(1)test_address(&lcd0); - // listFiles(); + listFiles(); + // lcd0.paintText(&lcd0,"A",10,100,&ComicSansMS_18,0x0); + // while(1)test_address(&lcd0); // while (scanf("%c",in)) // { sleep(5); diff --git a/libuc2.pro b/libuc2.pro --- a/libuc2.pro +++ b/libuc2.pro @@ -2,7 +2,7 @@ TEMPLATE = subdirs CONFIG += ordered SUBDIRS += src/lib.pro \ - bsp\ + bsp \ examples diff --git a/mkspecs/features/stm32f4/syscalls.c b/mkspecs/features/stm32f4/syscalls.c --- a/mkspecs/features/stm32f4/syscalls.c +++ b/mkspecs/features/stm32f4/syscalls.c @@ -11,7 +11,6 @@ #include #include #include -#include #undef errno