diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-11-29 08:20:40 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-11-29 08:20:40 +0000 |
commit | 5404d1ee8da67275b467d0ec4ce4ca9da8b98f27 (patch) | |
tree | ded331e9c20286a78e820d2c206836a183c84183 /testhal/STM32/STM32F7xx/IRQ_STORM/Makefile | |
parent | 75d80cabde7e031b5929fa5e7b9b65da8446222a (diff) | |
download | ChibiOS-5404d1ee8da67275b467d0ec4ce4ca9da8b98f27.tar.gz ChibiOS-5404d1ee8da67275b467d0ec4ce4ca9da8b98f27.tar.bz2 ChibiOS-5404d1ee8da67275b467d0ec4ce4ca9da8b98f27.zip |
IRQ Storm for STM32F7.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8548 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32F7xx/IRQ_STORM/Makefile')
-rw-r--r-- | testhal/STM32/STM32F7xx/IRQ_STORM/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/testhal/STM32/STM32F7xx/IRQ_STORM/Makefile b/testhal/STM32/STM32F7xx/IRQ_STORM/Makefile index 6126b5621..c234aa70a 100644 --- a/testhal/STM32/STM32F7xx/IRQ_STORM/Makefile +++ b/testhal/STM32/STM32F7xx/IRQ_STORM/Makefile @@ -88,20 +88,20 @@ PROJECT = ch # Imported source files and paths
CHIBIOS = ../../../..
# Startup files.
-include $(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC/mk/startup_stm32f4xx.mk
+include $(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC/mk/startup_stm32f7xx.mk
# HAL-OSAL files (optional).
include $(CHIBIOS)/os/hal/hal.mk
-include $(CHIBIOS)/os/hal/ports/STM32/STM32F4xx/platform.mk
-include $(CHIBIOS)/os/hal/boards/ST_STM32F4_DISCOVERY/board.mk
+include $(CHIBIOS)/os/hal/ports/STM32/STM32F7xx/platform.mk
+include $(CHIBIOS)/os/hal/boards/ST_STM32F746G_DISCOVERY/board.mk
include $(CHIBIOS)/os/hal/osal/rt/osal.mk
# RTOS files (optional).
include $(CHIBIOS)/os/rt/rt.mk
include $(CHIBIOS)/os/rt/ports/ARMCMx/compilers/GCC/mk/port_v7m.mk
# Other files (optional).
-#include $(CHIBIOS)/test/rt/test.mk
+include $(CHIBIOS)/test/rt/test.mk
# Define linker script file here
-LDSCRIPT= $(STARTUPLD)/STM32F407xG.ld
+LDSCRIPT= $(STARTUPLD)/STM32F746xG.ld
# C sources that can be compiled in ARM or THUMB mode depending on the global
# setting.
|