aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32L4xx/GPT-ADC/Makefile
diff options
context:
space:
mode:
authorRocco Marco Guglielmi <roccomarco.guglielmi@live.com>2016-04-10 22:59:53 +0000
committerRocco Marco Guglielmi <roccomarco.guglielmi@live.com>2016-04-10 22:59:53 +0000
commit8961963e6a21d3be99919d1567e8cbc4e9f8a412 (patch)
tree19b07a014538fb82c4a09cb3c7ba50374e78925c /testhal/STM32/STM32L4xx/GPT-ADC/Makefile
parent3dea21bb83ff98f9a87b6caafd43fd680f058867 (diff)
downloadChibiOS-8961963e6a21d3be99919d1567e8cbc4e9f8a412.tar.gz
ChibiOS-8961963e6a21d3be99919d1567e8cbc4e9f8a412.tar.bz2
ChibiOS-8961963e6a21d3be99919d1567e8cbc4e9f8a412.zip
Added ARD labels in STM32 Nucleo-64 board files
Renamed board from ST_NUCLEO_XXXX to ST_NUCLEO64_XXXX Renamed ST Nucleo demos Updated makefiles with new board file paths git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9278 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32L4xx/GPT-ADC/Makefile')
-rw-r--r--testhal/STM32/STM32L4xx/GPT-ADC/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/STM32L4xx/GPT-ADC/Makefile b/testhal/STM32/STM32L4xx/GPT-ADC/Makefile
index 3e80a85fe..d5404b67c 100644
--- a/testhal/STM32/STM32L4xx/GPT-ADC/Makefile
+++ b/testhal/STM32/STM32L4xx/GPT-ADC/Makefile
@@ -92,7 +92,7 @@ include $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC/mk/startup_stm32l4xx.m
# HAL-OSAL files (optional).
include $(CHIBIOS)/os/hal/hal.mk
include $(CHIBIOS)/os/hal/ports/STM32/STM32L4xx/platform.mk
-include $(CHIBIOS)/os/hal/boards/ST_NUCLEO_L476RG/board.mk
+include $(CHIBIOS)/os/hal/boards/ST_NUCLEO64_L476RG/board.mk
include $(CHIBIOS)/os/hal/osal/rt/osal.mk
# RTOS files (optional).
include $(CHIBIOS)/os/rt/rt.mk