aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-06-30 19:34:11 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-06-30 19:34:11 +0000
commit535f38dd0bd802cb2e529d8b538bc3aba4ba4a01 (patch)
tree336a0a05afc6f089e7db77b5881d0fd175b2aa4a
parent08e6d98c0d7e243f00e6020e12697ff29c4e0f2b (diff)
downloadChibiOS-535f38dd0bd802cb2e529d8b538bc3aba4ba4a01.tar.gz
ChibiOS-535f38dd0bd802cb2e529d8b538bc3aba4ba4a01.tar.bz2
ChibiOS-535f38dd0bd802cb2e529d8b538bc3aba4ba4a01.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4370 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--demos/ARMCM4-STM32F407-LWIP-FATFS-USB/readme.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/demos/ARMCM4-STM32F407-LWIP-FATFS-USB/readme.txt b/demos/ARMCM4-STM32F407-LWIP-FATFS-USB/readme.txt
index 57a2526ca..f7cc4c942 100644
--- a/demos/ARMCM4-STM32F407-LWIP-FATFS-USB/readme.txt
+++ b/demos/ARMCM4-STM32F407-LWIP-FATFS-USB/readme.txt
@@ -4,13 +4,15 @@
** TARGET **
-The demo runs on an Olimex STM32-P407 board.
+The demo runs on an Olimex STM32-E407 board.
** The Demo **
The demo currently just flashes a LED using a thread and serves HTTP requests
at address 192.168.1.20 on port 80.
-The button activates che ChibiOS/RT test suite, output on SD6.
+FatFs integrated using SDIO.
+The USB-FS port is used as USB-CDC and a command shell is ready to accepts
+commands there.
** Build Procedure **