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

This commit is contained in:
Rocco Marco Guglielmi 2016-05-21 08:41:08 +00:00
parent 6d83221265
commit b7990242e5
1 changed files with 7 additions and 5 deletions

View File

@ -1,19 +1,21 @@
*****************************************************************************
** ChibiOS/RT port for ARM-Cortex-M4 STM32F303. **
** ChibiOS/HAL + ChibiOS/EX - SPI + L3GD20 demo for STM32F3xx. **
*****************************************************************************
** TARGET **
The demo runs on an ST STM32F3-Discovery board.
The demo runs on an STM32F3 Discovery board.
** 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 **
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
different GCC toolchains.
and YAGARTO.
Just modify the TRGT line in the makefile in order to use different GCC ports.
** Notes **
@ -22,4 +24,4 @@ ST Microelectronics and are licensed under a different license.
Also note that not all the files present in the ST library are distributed
with ChibiOS/RT, you can find the whole library on the ST web site:
http://www.st.com
http://www.st.com