git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4370 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
08e6d98c0d
commit
535f38dd0b
|
@ -4,13 +4,15 @@
|
||||||
|
|
||||||
** TARGET **
|
** TARGET **
|
||||||
|
|
||||||
The demo runs on an Olimex STM32-P407 board.
|
The demo runs on an Olimex STM32-E407 board.
|
||||||
|
|
||||||
** The Demo **
|
** The Demo **
|
||||||
|
|
||||||
The demo currently just flashes a LED using a thread and serves HTTP requests
|
The demo currently just flashes a LED using a thread and serves HTTP requests
|
||||||
at address 192.168.1.20 on port 80.
|
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 **
|
** Build Procedure **
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue