From 7941098261bd0ec28831e8ec236e697c6ab2165b Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 5 Feb 2012 08:56:06 +0000 Subject: Fixed typo. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3918 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- testhal/STM32F4xx/ADC/readme.txt | 2 +- testhal/STM32F4xx/EXT/readme.txt | 2 +- testhal/STM32F4xx/GPT/readme.txt | 2 +- testhal/STM32F4xx/IRQ_STORM/readme.txt | 2 +- testhal/STM32F4xx/IRQ_STORM_FPU/readme.txt | 2 +- testhal/STM32F4xx/PWM-ICU/readme.txt | 2 +- testhal/STM32F4xx/SPI/readme.txt | 2 +- testhal/STM32F4xx/UART/readme.txt | 4 ++-- 8 files changed, 9 insertions(+), 9 deletions(-) (limited to 'testhal/STM32F4xx') diff --git a/testhal/STM32F4xx/ADC/readme.txt b/testhal/STM32F4xx/ADC/readme.txt index 3bc758ef1..849be3b27 100644 --- a/testhal/STM32F4xx/ADC/readme.txt +++ b/testhal/STM32F4xx/ADC/readme.txt @@ -24,7 +24,7 @@ Just modify the TRGT line in the makefile in order to use different GCC ports. Some files used by the demo are not part of ChibiOS/RT but are copyright of ST Microelectronics and are licensed under a different license. -Also note that not all the files present in the ST library are distribited +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 diff --git a/testhal/STM32F4xx/EXT/readme.txt b/testhal/STM32F4xx/EXT/readme.txt index 106de2171..4de20c331 100644 --- a/testhal/STM32F4xx/EXT/readme.txt +++ b/testhal/STM32F4xx/EXT/readme.txt @@ -24,7 +24,7 @@ Just modify the TRGT line in the makefile in order to use different GCC ports. Some files used by the demo are not part of ChibiOS/RT but are copyright of ST Microelectronics and are licensed under a different license. -Also note that not all the files present in the ST library are distribited +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 diff --git a/testhal/STM32F4xx/GPT/readme.txt b/testhal/STM32F4xx/GPT/readme.txt index 1376b4c64..1039a330e 100644 --- a/testhal/STM32F4xx/GPT/readme.txt +++ b/testhal/STM32F4xx/GPT/readme.txt @@ -24,7 +24,7 @@ Just modify the TRGT line in the makefile in order to use different GCC ports. Some files used by the demo are not part of ChibiOS/RT but are copyright of ST Microelectronics and are licensed under a different license. -Also note that not all the files present in the ST library are distribited +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 diff --git a/testhal/STM32F4xx/IRQ_STORM/readme.txt b/testhal/STM32F4xx/IRQ_STORM/readme.txt index 639203a80..d3ae97797 100644 --- a/testhal/STM32F4xx/IRQ_STORM/readme.txt +++ b/testhal/STM32F4xx/IRQ_STORM/readme.txt @@ -25,7 +25,7 @@ Just modify the TRGT line in the makefile in order to use different GCC ports. Some files used by the demo are not part of ChibiOS/RT but are copyright of ST Microelectronics and are licensed under a different license. -Also note that not all the files present in the ST library are distribited +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 diff --git a/testhal/STM32F4xx/IRQ_STORM_FPU/readme.txt b/testhal/STM32F4xx/IRQ_STORM_FPU/readme.txt index f2ba305ea..fea7f2d89 100644 --- a/testhal/STM32F4xx/IRQ_STORM_FPU/readme.txt +++ b/testhal/STM32F4xx/IRQ_STORM_FPU/readme.txt @@ -24,7 +24,7 @@ Just modify the TRGT line in the makefile in order to use different GCC ports. Some files used by the demo are not part of ChibiOS/RT but are copyright of ST Microelectronics and are licensed under a different license. -Also note that not all the files present in the ST library are distribited +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 diff --git a/testhal/STM32F4xx/PWM-ICU/readme.txt b/testhal/STM32F4xx/PWM-ICU/readme.txt index e4b61c33f..856a62799 100644 --- a/testhal/STM32F4xx/PWM-ICU/readme.txt +++ b/testhal/STM32F4xx/PWM-ICU/readme.txt @@ -24,7 +24,7 @@ Just modify the TRGT line in the makefile in order to use different GCC ports. Some files used by the demo are not part of ChibiOS/RT but are copyright of ST Microelectronics and are licensed under a different license. -Also note that not all the files present in the ST library are distribited +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 diff --git a/testhal/STM32F4xx/SPI/readme.txt b/testhal/STM32F4xx/SPI/readme.txt index 7a16a680b..d3d78bc8c 100644 --- a/testhal/STM32F4xx/SPI/readme.txt +++ b/testhal/STM32F4xx/SPI/readme.txt @@ -24,7 +24,7 @@ Just modify the TRGT line in the makefile in order to use different GCC ports. Some files used by the demo are not part of ChibiOS/RT but are copyright of ST Microelectronics and are licensed under a different license. -Also note that not all the files present in the ST library are distribited +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 diff --git a/testhal/STM32F4xx/UART/readme.txt b/testhal/STM32F4xx/UART/readme.txt index 778e24982..19a8e26da 100644 --- a/testhal/STM32F4xx/UART/readme.txt +++ b/testhal/STM32F4xx/UART/readme.txt @@ -12,7 +12,7 @@ The application demonstrates the use of the STM32F4xx UART driver. ** Board Setup ** -- Connect an RS232 transceiver to pins PA2(TX) and PA10(9). +- Connect an RS232 transceiver to pins PA2(TX) and PA3(RX). - Connect a terminal emulator to the transceiver (38400-N-8-1). ** Build Procedure ** @@ -25,7 +25,7 @@ Just modify the TRGT line in the makefile in order to use different GCC ports. Some files used by the demo are not part of ChibiOS/RT but are copyright of ST Microelectronics and are licensed under a different license. -Also note that not all the files present in the ST library are distribited +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 -- cgit v1.2.3