diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-05-29 06:09:11 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-05-29 06:09:11 +0000 |
commit | a5e0616537530926193d73c2e41bf780d4a55f05 (patch) | |
tree | f1e2a510c21f709f62ac9d3660935bf86bd6edaf /demos/ARM7-AT91SAM7X-UIP-GCC | |
parent | 29d727356b71e0706a7069e41e70e1d5e885f4d3 (diff) | |
download | ChibiOS-a5e0616537530926193d73c2e41bf780d4a55f05.tar.gz ChibiOS-a5e0616537530926193d73c2e41bf780d4a55f05.tar.bz2 ChibiOS-a5e0616537530926193d73c2e41bf780d4a55f05.zip |
Added AT91SAM7S256 demo.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1961 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/ARM7-AT91SAM7X-UIP-GCC')
-rw-r--r-- | demos/ARM7-AT91SAM7X-UIP-GCC/readme.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/ARM7-AT91SAM7X-UIP-GCC/readme.txt b/demos/ARM7-AT91SAM7X-UIP-GCC/readme.txt index 129f245c2..9d3b84e97 100644 --- a/demos/ARM7-AT91SAM7X-UIP-GCC/readme.txt +++ b/demos/ARM7-AT91SAM7X-UIP-GCC/readme.txt @@ -24,7 +24,7 @@ The demo requires the patcher uIP 1.0 stack, see: ./ext/readme.txt Some files used by the demo are not part of ChibiOS/RT but are Atmel copyright
and are licensed under a different license, see the header present in all the
-source files under ./demos/AT91SAM7X256/at91lib for details.
+source files under ./demos/os/hal/platform/AT91SAM7/at91lib for details.
Also note that not all the files present in the Atmel library are distribuited
with ChibiOS/RT, you can find the whole library on the Atmel web site:
|