aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32F1xx
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-12-18 12:14:48 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-12-18 12:14:48 +0000
commit3aa821af1a657f41cfb284f2ca60a695aa4b08c3 (patch)
tree3ebfb9eb621304ff76ae3447b18d72ef6839b93b /testhal/STM32F1xx
parent9863c4f33b79f94f0664cb2b10f0bce0e24dd62e (diff)
downloadChibiOS-3aa821af1a657f41cfb284f2ca60a695aa4b08c3.tar.gz
ChibiOS-3aa821af1a657f41cfb284f2ca60a695aa4b08c3.tar.bz2
ChibiOS-3aa821af1a657f41cfb284f2ca60a695aa4b08c3.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3637 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32F1xx')
-rw-r--r--testhal/STM32F1xx/ADC/readme.txt2
-rw-r--r--testhal/STM32F1xx/CAN/readme.txt2
-rw-r--r--testhal/STM32F1xx/EXT/readme.txt2
-rw-r--r--testhal/STM32F1xx/EXT_WAKEUP/readme.txt2
-rw-r--r--testhal/STM32F1xx/GPT/readme.txt2
-rw-r--r--testhal/STM32F1xx/IRQ_STORM/readme.txt2
-rw-r--r--testhal/STM32F1xx/MAC/readme.txt2
-rw-r--r--testhal/STM32F1xx/PWM-ICU/readme.txt2
-rw-r--r--testhal/STM32F1xx/SDC/readme.txt2
-rw-r--r--testhal/STM32F1xx/SPI/readme.txt2
-rw-r--r--testhal/STM32F1xx/UART/readme.txt2
11 files changed, 11 insertions, 11 deletions
diff --git a/testhal/STM32F1xx/ADC/readme.txt b/testhal/STM32F1xx/ADC/readme.txt
index 9d6bbd192..245540a41 100644
--- a/testhal/STM32F1xx/ADC/readme.txt
+++ b/testhal/STM32F1xx/ADC/readme.txt
@@ -12,7 +12,7 @@ The application demonstrates the use of the STM32 ADC driver.
** Build Procedure **
-The demo has been tested by using the free Codesourcery GCC-based toolchain
+The demo has been tested using the free Codesourcery GCC-based toolchain
and YAGARTO.
Just modify the TRGT line in the makefile in order to use different GCC ports.
diff --git a/testhal/STM32F1xx/CAN/readme.txt b/testhal/STM32F1xx/CAN/readme.txt
index 81ef4c60a..d0668f868 100644
--- a/testhal/STM32F1xx/CAN/readme.txt
+++ b/testhal/STM32F1xx/CAN/readme.txt
@@ -12,7 +12,7 @@ The application demonstrates the use of the STM32 CAN driver.
** Build Procedure **
-The demo has been tested by using the free Codesourcery GCC-based toolchain
+The demo has been tested using the free Codesourcery GCC-based toolchain
and YAGARTO.
Just modify the TRGT line in the makefile in order to use different GCC ports.
diff --git a/testhal/STM32F1xx/EXT/readme.txt b/testhal/STM32F1xx/EXT/readme.txt
index 514c0d5c6..b85cd318e 100644
--- a/testhal/STM32F1xx/EXT/readme.txt
+++ b/testhal/STM32F1xx/EXT/readme.txt
@@ -12,7 +12,7 @@ The application demonstrates the use of the STM32 EXT driver.
** Build Procedure **
-The demo has been tested by using the free Codesourcery GCC-based toolchain
+The demo has been tested using the free Codesourcery GCC-based toolchain
and YAGARTO.
Just modify the TRGT line in the makefile in order to use different GCC ports.
diff --git a/testhal/STM32F1xx/EXT_WAKEUP/readme.txt b/testhal/STM32F1xx/EXT_WAKEUP/readme.txt
index 514c0d5c6..b85cd318e 100644
--- a/testhal/STM32F1xx/EXT_WAKEUP/readme.txt
+++ b/testhal/STM32F1xx/EXT_WAKEUP/readme.txt
@@ -12,7 +12,7 @@ The application demonstrates the use of the STM32 EXT driver.
** Build Procedure **
-The demo has been tested by using the free Codesourcery GCC-based toolchain
+The demo has been tested using the free Codesourcery GCC-based toolchain
and YAGARTO.
Just modify the TRGT line in the makefile in order to use different GCC ports.
diff --git a/testhal/STM32F1xx/GPT/readme.txt b/testhal/STM32F1xx/GPT/readme.txt
index 3f3164120..6fecf9435 100644
--- a/testhal/STM32F1xx/GPT/readme.txt
+++ b/testhal/STM32F1xx/GPT/readme.txt
@@ -12,7 +12,7 @@ The application demonstrates the use of the STM32 GPT driver.
** Build Procedure **
-The demo has been tested by using the free Codesourcery GCC-based toolchain
+The demo has been tested using the free Codesourcery GCC-based toolchain
and YAGARTO.
Just modify the TRGT line in the makefile in order to use different GCC ports.
diff --git a/testhal/STM32F1xx/IRQ_STORM/readme.txt b/testhal/STM32F1xx/IRQ_STORM/readme.txt
index 94dfa4cd6..05aa0c0c4 100644
--- a/testhal/STM32F1xx/IRQ_STORM/readme.txt
+++ b/testhal/STM32F1xx/IRQ_STORM/readme.txt
@@ -17,7 +17,7 @@ None.
** Build Procedure **
-The demo has been tested by using the free Codesourcery GCC-based toolchain
+The demo has been tested using the free Codesourcery GCC-based toolchain
and YAGARTO.
Just modify the TRGT line in the makefile in order to use different GCC ports.
diff --git a/testhal/STM32F1xx/MAC/readme.txt b/testhal/STM32F1xx/MAC/readme.txt
index 5c40b1c3f..c5d177aca 100644
--- a/testhal/STM32F1xx/MAC/readme.txt
+++ b/testhal/STM32F1xx/MAC/readme.txt
@@ -12,7 +12,7 @@ The application demonstrates the use of the STM32 MAC driver.
** Build Procedure **
-The demo has been tested by using the free Codesourcery GCC-based toolchain
+The demo has been tested using the free Codesourcery GCC-based toolchain
and YAGARTO.
Just modify the TRGT line in the makefile in order to use different GCC ports.
diff --git a/testhal/STM32F1xx/PWM-ICU/readme.txt b/testhal/STM32F1xx/PWM-ICU/readme.txt
index 520f2feeb..0e3c3c3f8 100644
--- a/testhal/STM32F1xx/PWM-ICU/readme.txt
+++ b/testhal/STM32F1xx/PWM-ICU/readme.txt
@@ -14,7 +14,7 @@ PWM output. The ICU unit will measure the generated PWM.
** Build Procedure **
-The demo has been tested by using the free Codesourcery GCC-based toolchain
+The demo has been tested using the free Codesourcery GCC-based toolchain
and YAGARTO.
Just modify the TRGT line in the makefile in order to use different GCC ports.
diff --git a/testhal/STM32F1xx/SDC/readme.txt b/testhal/STM32F1xx/SDC/readme.txt
index de5af6948..66a260e7a 100644
--- a/testhal/STM32F1xx/SDC/readme.txt
+++ b/testhal/STM32F1xx/SDC/readme.txt
@@ -12,7 +12,7 @@ The application demonstrates the use of the STM32 SDC driver.
** Build Procedure **
-The demo has been tested by using the free Codesourcery GCC-based toolchain
+The demo has been tested using the free Codesourcery GCC-based toolchain
and YAGARTO.
Just modify the TRGT line in the makefile in order to use different GCC ports.
diff --git a/testhal/STM32F1xx/SPI/readme.txt b/testhal/STM32F1xx/SPI/readme.txt
index b3d53c5a2..01ed81af0 100644
--- a/testhal/STM32F1xx/SPI/readme.txt
+++ b/testhal/STM32F1xx/SPI/readme.txt
@@ -12,7 +12,7 @@ The application demonstrates the use of the STM32 SPI driver.
** Build Procedure **
-The demo has been tested by using the free Codesourcery GCC-based toolchain
+The demo has been tested using the free Codesourcery GCC-based toolchain
and YAGARTO.
Just modify the TRGT line in the makefile in order to use different GCC ports.
diff --git a/testhal/STM32F1xx/UART/readme.txt b/testhal/STM32F1xx/UART/readme.txt
index 0fc5de144..9dc783310 100644
--- a/testhal/STM32F1xx/UART/readme.txt
+++ b/testhal/STM32F1xx/UART/readme.txt
@@ -12,7 +12,7 @@ The application demonstrates the use of the STM32 UART driver.
** Build Procedure **
-The demo has been tested by using the free Codesourcery GCC-based toolchain
+The demo has been tested using the free Codesourcery GCC-based toolchain
and YAGARTO.
Just modify the TRGT line in the makefile in order to use different GCC ports.