aboutsummaryrefslogtreecommitdiffstats
path: root/demos/rt/ARMCM4-STM32F407-DISCOVERY
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-09-02 10:16:38 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-09-02 10:16:38 +0000
commite0887e12607b11cb838f77ff956ddd73460fcbed (patch)
treeed718be79e1ac37c57c7789562778eeef0e1c8f6 /demos/rt/ARMCM4-STM32F407-DISCOVERY
parent7ba36f20e4ba16537088ce78fafb073311c8d46c (diff)
downloadChibiOS-e0887e12607b11cb838f77ff956ddd73460fcbed.tar.gz
ChibiOS-e0887e12607b11cb838f77ff956ddd73460fcbed.tar.bz2
ChibiOS-e0887e12607b11cb838f77ff956ddd73460fcbed.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6246 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/rt/ARMCM4-STM32F407-DISCOVERY')
-rw-r--r--demos/rt/ARMCM4-STM32F407-DISCOVERY/.project2
-rw-r--r--demos/rt/ARMCM4-STM32F407-DISCOVERY/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/demos/rt/ARMCM4-STM32F407-DISCOVERY/.project b/demos/rt/ARMCM4-STM32F407-DISCOVERY/.project
index 785aff973..e24444fb2 100644
--- a/demos/rt/ARMCM4-STM32F407-DISCOVERY/.project
+++ b/demos/rt/ARMCM4-STM32F407-DISCOVERY/.project
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
- <name>ARMCM4-STM32F407-DISCOVERY</name>
+ <name>RT-STM32F407-DISCOVERY</name>
<comment></comment>
<projects>
</projects>
diff --git a/demos/rt/ARMCM4-STM32F407-DISCOVERY/Makefile b/demos/rt/ARMCM4-STM32F407-DISCOVERY/Makefile
index 119c17090..fbbfe020f 100644
--- a/demos/rt/ARMCM4-STM32F407-DISCOVERY/Makefile
+++ b/demos/rt/ARMCM4-STM32F407-DISCOVERY/Makefile
@@ -66,10 +66,10 @@ PROJECT = ch
# Imported source files and paths
CHIBIOS = ../../..
include $(CHIBIOS)/os/hal/hal.mk
-include $(CHIBIOS)/os/hal/osal/chibios/osal.mk
include $(CHIBIOS)/os/hal/boards/ST_STM32F4_DISCOVERY/board.mk
include $(CHIBIOS)/os/hal/ports/STM32F4xx/platform.mk
include $(CHIBIOS)/os/rt/rt.mk
+include $(CHIBIOS)/os/rt/osal/osal.mk
include $(CHIBIOS)/os/rt/ports/ARMCMx/compilers/GCC/mk/port_stm32f4xx.mk
include $(CHIBIOS)/test/test.mk