From b6f015f14c42044713fe14604555ea1a7c87b3a5 Mon Sep 17 00:00:00 2001 From: Terraneo Federico <fede.tft@hotmail.it> Date: Sun, 24 Mar 2013 11:05:34 +0100 Subject: [PATCH] Deed Doxyfile to version control, changed urls from old site to miosix.org --- Readme.txt | 2 +- main.cpp | 4 ++-- miosix/examples/sad_trombone/Readme.txt | 2 +- miosix/kernel/sync.h | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Readme.txt b/Readme.txt index ce3f37b6..5935fb13 100644 --- a/Readme.txt +++ b/Readme.txt @@ -3,7 +3,7 @@ Welcome to the Miosix kernel ============================ You can find information on how to configure and use the kernel -at the following url: http://www.webalice.it/fede.tft/miosix +at the following url: http://miosix.org The testsuite has been moved in the miosix/testsuite directory. The examples have been moved in the miosix/examples directory. diff --git a/main.cpp b/main.cpp index d1e01564..8764b9fa 100644 --- a/main.cpp +++ b/main.cpp @@ -7,5 +7,5 @@ using namespace miosix; int main() { - iprintf("Hello world, write your application here\n"); -} \ No newline at end of file + //iprintf("Hello world, write your application here\n"); +} diff --git a/miosix/examples/sad_trombone/Readme.txt b/miosix/examples/sad_trombone/Readme.txt index 4ffadf87..a3e9e0e0 100644 --- a/miosix/examples/sad_trombone/Readme.txt +++ b/miosix/examples/sad_trombone/Readme.txt @@ -17,7 +17,7 @@ make; make program and plug headphone jack to the board's connector. Follow the kernel configuration procedure for this board here: -http://www.webalice.it/fede.tft/miosix/boards/stm32vldiscovery-config.html +http://miosix.org/boards/stm32vldiscovery-config.html To be able to hear the audio file, build one of the two circuits found in the circuit.jpeg file. The top one is a speaker amplifier, the bottom one diff --git a/miosix/kernel/sync.h b/miosix/kernel/sync.h index f33e4d07..61f3d2be 100644 --- a/miosix/kernel/sync.h +++ b/miosix/kernel/sync.h @@ -44,7 +44,7 @@ * available we can use it to check which compiler is being used. */ #warning "You upgraded to gcc 4.7.2 and mandatory newlib patches, did you?" -#warning "If not, see http://www.webalice.it/fede.tft/miosix/gcc-4.7.2.html" +#warning "If not, see http://miosix.org/gcc-4.7.2.html" #endif #ifndef _MIOSIX /* @@ -55,7 +55,7 @@ * was defined by the Makefile, now it became a gcc intrinsic. */ #error "You upgraded to gcc 4.7.2, did you?" -#error "If not, see http://www.webalice.it/fede.tft/miosix/gcc-4.7.2.html" +#error "If not, see http://miosix.org/gcc-4.7.2.html" #endif namespace miosix { -- GitLab