git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4370 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2012-06-30 19:34:11 +00:00
parent 08e6d98c0d
commit 535f38dd0b
1 changed files with 4 additions and 2 deletions

View File

@ -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 **