aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32F1xx/I2C
diff options
context:
space:
mode:
authorbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-08-09 11:05:13 +0000
committerbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-08-09 11:05:13 +0000
commit9bc63715a08a8deeb3f9afe3cf646302a21d02b4 (patch)
treec25c8cbf24915bc082c9bbb1381cf3e940131a59 /testhal/STM32F1xx/I2C
parent1bcc0f1dc26c3358ca0c17f0b52e8b44dbc89d42 (diff)
parent68ae8aa1bca89d841dc539562dd53cd546fe2649 (diff)
downloadChibiOS-9bc63715a08a8deeb3f9afe3cf646302a21d02b4.tar.gz
ChibiOS-9bc63715a08a8deeb3f9afe3cf646302a21d02b4.tar.bz2
ChibiOS-9bc63715a08a8deeb3f9afe3cf646302a21d02b4.zip
I2C. Syncing with trunk (final step)
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3217 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32F1xx/I2C')
-rw-r--r--testhal/STM32F1xx/I2C/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/testhal/STM32F1xx/I2C/Makefile b/testhal/STM32F1xx/I2C/Makefile
index 9f95a5914..b8b1b0741 100644
--- a/testhal/STM32F1xx/I2C/Makefile
+++ b/testhal/STM32F1xx/I2C/Makefile
@@ -54,16 +54,16 @@ endif
PROJECT = ch
# Define linker script file here
-LDSCRIPT= ch.ld
+LDSCRIPT= $(PORTLD)/STM32F103xB.ld
# Imported source files
CHIBIOS = ../../..
include $(CHIBIOS)/boards/OLIMEX_STM32_P103/board.mk
-include $(CHIBIOS)/os/hal/platforms/STM32/platform.mk
+include $(CHIBIOS)/os/hal/platforms/STM32F1xx/platform.mk
include $(CHIBIOS)/os/hal/hal.mk
-include $(CHIBIOS)/os/ports/GCC/ARMCMx/STM32/port.mk
+include $(CHIBIOS)/os/ports/GCC/ARMCMx/STM32F1xx/port.mk
include $(CHIBIOS)/os/kernel/kernel.mk
-include $(CHIBIOS)/test/test.mk
+#include $(CHIBIOS)/test/test.mk
# C sources that can be compiled in ARM or THUMB mode depending on the global
# setting.