From b7990242e58acd5834eb0d34091a02cc90935ed8 Mon Sep 17 00:00:00 2001 From: Rocco Marco Guglielmi Date: Sat, 21 May 2016 08:41:08 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9497 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- testhal/STM32/STM32F3xx/SPI-L3GD20/readme.txt | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'testhal/STM32/STM32F3xx/SPI-L3GD20') 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 -- cgit v1.2.3