diff options
Diffstat (limited to 'demos/rt/ARMCM4-STM32F407-DISCOVERY')
-rw-r--r-- | demos/rt/ARMCM4-STM32F407-DISCOVERY/.project | 2 | ||||
-rw-r--r-- | demos/rt/ARMCM4-STM32F407-DISCOVERY/Makefile | 2 |
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
|