aboutsummaryrefslogtreecommitdiffstats
path: root/demos/ARMCM3-STM32F103-GCC
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-04-19 08:22:29 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-04-19 08:22:29 +0000
commit5f310adb748bd2a9e62c85f2d3b9a982049144a9 (patch)
treeb8c7f07a2f20c0ae4bd63cd67e6a7cbb538069ea /demos/ARMCM3-STM32F103-GCC
parentcc13cac88e0a05da37bc4c3c28c541e9227c4c77 (diff)
downloadChibiOS-5f310adb748bd2a9e62c85f2d3b9a982049144a9.tar.gz
ChibiOS-5f310adb748bd2a9e62c85f2d3b9a982049144a9.tar.bz2
ChibiOS-5f310adb748bd2a9e62c85f2d3b9a982049144a9.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@273 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/ARMCM3-STM32F103-GCC')
-rw-r--r--demos/ARMCM3-STM32F103-GCC/Makefile1
-rw-r--r--demos/ARMCM3-STM32F103-GCC/readme.txt5
2 files changed, 4 insertions, 2 deletions
diff --git a/demos/ARMCM3-STM32F103-GCC/Makefile b/demos/ARMCM3-STM32F103-GCC/Makefile
index 465e405b2..d51c8113d 100644
--- a/demos/ARMCM3-STM32F103-GCC/Makefile
+++ b/demos/ARMCM3-STM32F103-GCC/Makefile
@@ -17,6 +17,7 @@
#
TRGT = arm-none-eabi-
+#TRGT = arm-eabi-
CC = $(TRGT)gcc
CP = $(TRGT)objcopy
AS = $(TRGT)gcc -x assembler-with-cpp
diff --git a/demos/ARMCM3-STM32F103-GCC/readme.txt b/demos/ARMCM3-STM32F103-GCC/readme.txt
index d3954897a..ca17e697f 100644
--- a/demos/ARMCM3-STM32F103-GCC/readme.txt
+++ b/demos/ARMCM3-STM32F103-GCC/readme.txt
@@ -14,8 +14,9 @@ COM2 (USART2).
** Build Procedure **
-The demo was built using the YAGARTO toolchain but any toolchain based on GCC
-and GNU userspace programs will work.
+The demo was tested by using the free Codesourcery GCC-based toolchain (a
+modified 4.2.1 GCC) and an experimental WinARM build including GCC 4.3.0.
+Just modify the TRGT line in the makefile in order to use different GCC ports.
** Notes **