aboutsummaryrefslogtreecommitdiffstats
path: root/boards/base/Embest-STM32-DMSTF4BB/example_chibios_3.x/Makefile
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@seriouslyembedded.com>2015-08-29 16:57:12 +0200
committerJoel Bodenmann <joel@seriouslyembedded.com>2015-08-29 16:57:12 +0200
commit2fc483e152203668e5b37eebb2e8455d8bc76f4c (patch)
treea7f189f9a73b38e387fa1cb6665eddcbbcd004a2 /boards/base/Embest-STM32-DMSTF4BB/example_chibios_3.x/Makefile
parent4c6e2433a5d7e72e037322d2e521da4d846f1aef (diff)
downloaduGFX-2fc483e152203668e5b37eebb2e8455d8bc76f4c.tar.gz
uGFX-2fc483e152203668e5b37eebb2e8455d8bc76f4c.tar.bz2
uGFX-2fc483e152203668e5b37eebb2e8455d8bc76f4c.zip
Updating ChibiOS 3.x build system support
Diffstat (limited to 'boards/base/Embest-STM32-DMSTF4BB/example_chibios_3.x/Makefile')
-rw-r--r--boards/base/Embest-STM32-DMSTF4BB/example_chibios_3.x/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/boards/base/Embest-STM32-DMSTF4BB/example_chibios_3.x/Makefile b/boards/base/Embest-STM32-DMSTF4BB/example_chibios_3.x/Makefile
index 16611673..d4cc3001 100644
--- a/boards/base/Embest-STM32-DMSTF4BB/example_chibios_3.x/Makefile
+++ b/boards/base/Embest-STM32-DMSTF4BB/example_chibios_3.x/Makefile
@@ -14,7 +14,7 @@
# uGFX settings
# See $(GFXLIB)/tools/gmake_scripts/library_ugfx.mk for the list of variables
GFXLIB = ../../resources/ugfx
- GFXBOARD = STM32F429i-Discovery
+ GFXBOARD = Embest-STM32-DMSTF4BB
GFXDEMO = modules/gdisp/basics
# ChibiOS settings
@@ -22,7 +22,6 @@ ifeq ($(OPT_OS),chibios)
# See $(GFXLIB)/tools/gmake_scripts/os_chibios_x.mk for the list of variables
CHIBIOS = ../../resources/chibios_3.0.1
CHIBIOS_VERSION = 3
- CHIBIOS_BOARD = ST_STM32F429I_DISCOVERY
CHIBIOS_CPUCLASS = ARMCMx
CHIBIOS_PLATFORM = STM32
CHIBIOS_DEVICE_FAMILY = STM32F4xx
@@ -42,7 +41,7 @@ CXXFLAGS = -fno-rtti
ASFLAGS =
LDFLAGS =
-SRC =
+SRC = board.c
OBJS =
DEFS =
LIBS =