diff options
author | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-05-21 08:41:08 +0000 |
---|---|---|
committer | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-05-21 08:41:08 +0000 |
commit | b7990242e58acd5834eb0d34091a02cc90935ed8 (patch) | |
tree | 78bb64784219a73aab80edbcb07138bac867779a /testhal | |
parent | 6d8322126585801381cf3974753c40aacc89d845 (diff) | |
download | ChibiOS-b7990242e58acd5834eb0d34091a02cc90935ed8.tar.gz ChibiOS-b7990242e58acd5834eb0d34091a02cc90935ed8.tar.bz2 ChibiOS-b7990242e58acd5834eb0d34091a02cc90935ed8.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9497 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal')
-rw-r--r-- | testhal/STM32/STM32F3xx/SPI-L3GD20/readme.txt | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/testhal/STM32/STM32F3xx/SPI-L3GD20/readme.txt b/testhal/STM32/STM32F3xx/SPI-L3GD20/readme.txt index 0bad189d3..39d8d97f6 100644 --- a/testhal/STM32/STM32F3xx/SPI-L3GD20/readme.txt +++ b/testhal/STM32/STM32F3xx/SPI-L3GD20/readme.txt @@ -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
\ No newline at end of file |