From 2fc483e152203668e5b37eebb2e8455d8bc76f4c Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Sat, 29 Aug 2015 16:57:12 +0200 Subject: Updating ChibiOS 3.x build system support --- .../base/STM32F429i-Discovery/example_chibios_2.x/Makefile | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'boards/base/STM32F429i-Discovery/example_chibios_2.x/Makefile') diff --git a/boards/base/STM32F429i-Discovery/example_chibios_2.x/Makefile b/boards/base/STM32F429i-Discovery/example_chibios_2.x/Makefile index 2512c62a..755b8cf9 100644 --- a/boards/base/STM32F429i-Discovery/example_chibios_2.x/Makefile +++ b/boards/base/STM32F429i-Discovery/example_chibios_2.x/Makefile @@ -19,12 +19,13 @@ # ChibiOS settings ifeq ($(OPT_OS),chibios) - # See $(GFXLIB)/tools/gmake_scripts/os_chibios.mk for the list of variables - CHIBIOS = ../ChibiOS - CHIBIOS_BOARD = ST_STM32F429I_DISCOVERY - CHIBIOS_PLATFORM = STM32F4xx - CHIBIOS_PORT = GCC/ARMCMx/STM32F4xx - CHIBIOS_LDSCRIPT = STM32F407xG.ld + # See $(GFXLIB)/tools/gmake_scripts/os_chibios_2.mk for the list of variables + CHIBIOS = ../ChibiOS + CHIBIOS_VERSION = 2 + CHIBIOS_BOARD = ST_STM32F429I_DISCOVERY + CHIBIOS_PLATFORM = STM32F4xx + CHIBIOS_PORT = GCC/ARMCMx/STM32F4xx + CHIBIOS_LDSCRIPT = STM32F429xI.ld endif ############################################################################################## -- cgit v1.2.3