aboutsummaryrefslogtreecommitdiffstats
path: root/demos/STM32/RT-STM32H743I-NUCLEO144/Makefile
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-12-23 10:21:25 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-12-23 10:21:25 +0000
commit03a27a2096a811b0b8f868a2552e60883d5930b1 (patch)
treeb74755ac07ef2e40e9eb4e44f7c905b54ca771bb /demos/STM32/RT-STM32H743I-NUCLEO144/Makefile
parente6199d4b5426043b877bb712f47fb759c2fe91ea (diff)
downloadChibiOS-03a27a2096a811b0b8f868a2552e60883d5930b1.tar.gz
ChibiOS-03a27a2096a811b0b8f868a2552e60883d5930b1.tar.bz2
ChibiOS-03a27a2096a811b0b8f868a2552e60883d5930b1.zip
More unfinished H7 work.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11172 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/STM32/RT-STM32H743I-NUCLEO144/Makefile')
-rw-r--r--demos/STM32/RT-STM32H743I-NUCLEO144/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/demos/STM32/RT-STM32H743I-NUCLEO144/Makefile b/demos/STM32/RT-STM32H743I-NUCLEO144/Makefile
index 54ec5a875..27657cab7 100644
--- a/demos/STM32/RT-STM32H743I-NUCLEO144/Makefile
+++ b/demos/STM32/RT-STM32H743I-NUCLEO144/Makefile
@@ -101,13 +101,13 @@ include $(CHIBIOS)/os/license/license.mk
# Startup files.
include $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC/mk/startup_stm32h7xx.mk
# HAL-OSAL files (optional).
-#include $(CHIBIOS)/os/hal/hal.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
+include $(CHIBIOS)/os/hal/hal.mk
+include $(CHIBIOS)/os/hal/ports/STM32/STM32H7xx/platform.mk
+include $(CHIBIOS)/os/hal/boards/ST_NUCLEO144_H743ZI/board.mk
+include $(CHIBIOS)/os/hal/osal/rt/osal.mk
# RTOS files (optional).
-#include $(CHIBIOS)/os/rt/rt.mk
-#include $(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC/mk/port_v7m.mk
+include $(CHIBIOS)/os/rt/rt.mk
+include $(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC/mk/port_v7m.mk
# Auto-build files in ./source recursively.
include $(CHIBIOS)/tools/mk/autobuild.mk
# Other files (optional).