aboutsummaryrefslogtreecommitdiffstats
path: root/demos/ARMCM3-STM32F103-FATFS-GCC/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-04-25 09:31:04 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-04-25 09:31:04 +0000
commite53a1a32089e2f0d1983cc92d1d4a6d28c4db07f (patch)
treecaccd1fdf68e288ce65749b6dcd28d8acab802f1 /demos/ARMCM3-STM32F103-FATFS-GCC/readme.txt
parent7c799d9dfd136b37cb8af7b59302e491ba24300d (diff)
downloadChibiOS-e53a1a32089e2f0d1983cc92d1d4a6d28c4db07f.tar.gz
ChibiOS-e53a1a32089e2f0d1983cc92d1d4a6d28c4db07f.tar.bz2
ChibiOS-e53a1a32089e2f0d1983cc92d1d4a6d28c4db07f.zip
Added command shell to the STM32 FatFs demo.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1890 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/ARMCM3-STM32F103-FATFS-GCC/readme.txt')
-rw-r--r--demos/ARMCM3-STM32F103-FATFS-GCC/readme.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/demos/ARMCM3-STM32F103-FATFS-GCC/readme.txt b/demos/ARMCM3-STM32F103-FATFS-GCC/readme.txt
index 65f40a89a..619e89aa5 100644
--- a/demos/ARMCM3-STM32F103-FATFS-GCC/readme.txt
+++ b/demos/ARMCM3-STM32F103-FATFS-GCC/readme.txt
@@ -11,9 +11,11 @@ The demo will on an Olimex STM32-P103 board.
This demo shows how to integrate the FatFs file system and use the SPI and MMC
drivers.
The demo flashes the board LED using a thread and monitors the MMC slot for
-a card insertion. By pressing the button located on the board while a card is
-inserted a directory dump on the serial port is performed, if a card is not
-inserted then the test procedure is activated.
+a card insertion. When a card is inserted then the file system is mounted
+and the LED flashes faster.
+A command line shell is spawned on SD2, all the interaction with the demo is
+performed using the command shell, type "help" for a list of the available
+commands.
** Build Procedure **