aboutsummaryrefslogtreecommitdiffstats
path: root/demos/ARM7-AT91SAM7S-FATFS-GCC/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-07-03 07:53:04 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-07-03 07:53:04 +0000
commit3efae5da4a8da8a0d76db680f9031887eb9bc9a2 (patch)
treebd0a9a972f71c1f8557192d4a4af48569eb876bb /demos/ARM7-AT91SAM7S-FATFS-GCC/readme.txt
parentdd8ed26a097f263222c08a0cc6a5c48871d4dbbc (diff)
downloadChibiOS-3efae5da4a8da8a0d76db680f9031887eb9bc9a2.tar.gz
ChibiOS-3efae5da4a8da8a0d76db680f9031887eb9bc9a2.tar.bz2
ChibiOS-3efae5da4a8da8a0d76db680f9031887eb9bc9a2.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2051 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/ARM7-AT91SAM7S-FATFS-GCC/readme.txt')
-rw-r--r--demos/ARM7-AT91SAM7S-FATFS-GCC/readme.txt24
1 files changed, 24 insertions, 0 deletions
diff --git a/demos/ARM7-AT91SAM7S-FATFS-GCC/readme.txt b/demos/ARM7-AT91SAM7S-FATFS-GCC/readme.txt
new file mode 100644
index 000000000..cc9659d8e
--- /dev/null
+++ b/demos/ARM7-AT91SAM7S-FATFS-GCC/readme.txt
@@ -0,0 +1,24 @@
+*****************************************************************************
+** ChibiOS/RT + FatFS demo for SAM7. **
+*****************************************************************************
+
+** TARGET **
+
+The demo runs on an Olimex SAM-P256 board. The port on other boards or other
+members of the SAM7 family should be an easy task.
+
+** The Demo **
+
+This demo shows how to integrate the FatFs file system and use the SPI and MMC
+drivers.
+The demo flashes the board LEDs using two threads and monitors the MMC slot for
+a card insertion. When a card is inserted then the file system is mounted
+and the LED1 flashes faster.
+A command line shell is spawned on SD1, all the interaction with the demo is
+performed using the command shell, type "help" for a list of the available
+commands.
+
+** Build Procedure **
+
+The demo was built using the YAGARTO toolchain but any toolchain based on GCC
+and GNU userspace programs will work.