git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9497 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
6d83221265
commit
b7990242e5
|
@ -1,19 +1,21 @@
|
||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
** ChibiOS/RT port for ARM-Cortex-M4 STM32F303. **
|
** ChibiOS/HAL + ChibiOS/EX - SPI + L3GD20 demo for STM32F3xx. **
|
||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
|
|
||||||
** TARGET **
|
** TARGET **
|
||||||
|
|
||||||
The demo runs on an ST STM32F3-Discovery board.
|
The demo runs on an STM32F3 Discovery board.
|
||||||
|
|
||||||
** The Demo **
|
** The Demo **
|
||||||
|
|
||||||
|
The demo flashes the board LED using a thread, read data from L3GD20 printing
|
||||||
|
it on a BaseSequentialStream (SDU1, mapped on USB virtual COM port).
|
||||||
|
|
||||||
** Build Procedure **
|
** Build Procedure **
|
||||||
|
|
||||||
The demo has been tested by using the free Codesourcery GCC-based toolchain
|
The demo has been tested by using the free Codesourcery GCC-based toolchain
|
||||||
and YAGARTO. just modify the TRGT line in the makefile in order to use
|
and YAGARTO.
|
||||||
different GCC toolchains.
|
Just modify the TRGT line in the makefile in order to use different GCC ports.
|
||||||
|
|
||||||
** Notes **
|
** Notes **
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue