diff options
author | Joel Bodenmann <joel@unormal.org> | 2013-11-10 22:09:20 +0100 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2013-11-10 22:09:20 +0100 |
commit | 6b1af0641cef5cdfbfa953e9e19c2c14b4e2aee0 (patch) | |
tree | 6839ffcb91421ed39f94303a55eaba53a0a255ae /boards/base | |
parent | 75a6dd8404fe693f6002a56efa8b649b013226cc (diff) | |
download | uGFX-6b1af0641cef5cdfbfa953e9e19c2c14b4e2aee0.tar.gz uGFX-6b1af0641cef5cdfbfa953e9e19c2c14b4e2aee0.tar.bz2 uGFX-6b1af0641cef5cdfbfa953e9e19c2c14b4e2aee0.zip |
fixed Embest board
Diffstat (limited to 'boards/base')
-rw-r--r-- | boards/base/Embest-STM32-DMSTF4BB/board.mk | 1 | ||||
-rw-r--r-- | boards/base/Embest-STM32-DMSTF4BB/readme.txt | 3 |
2 files changed, 2 insertions, 2 deletions
diff --git a/boards/base/Embest-STM32-DMSTF4BB/board.mk b/boards/base/Embest-STM32-DMSTF4BB/board.mk index 4b8448c2..3795b43d 100644 --- a/boards/base/Embest-STM32-DMSTF4BB/board.mk +++ b/boards/base/Embest-STM32-DMSTF4BB/board.mk @@ -2,6 +2,7 @@ GFXINC += $(GFXLIB)/boards/base/Embest-STM32-DMSTF4BB GFXSRC += GFXDEFS += -DGFX_USE_CHIBIOS=TRUE +include $(GFXLIB)/boards/base/Embest-STM32-DMSTF4BB/chibios_board/board.mk include $(GFXLIB)/drivers/gdisp/SSD2119/gdisp_lld.mk include $(GFXLIB)/drivers/ginput/touch/STMPE811/ginput_lld.mk diff --git a/boards/base/Embest-STM32-DMSTF4BB/readme.txt b/boards/base/Embest-STM32-DMSTF4BB/readme.txt index 8095f1bb..48499d39 100644 --- a/boards/base/Embest-STM32-DMSTF4BB/readme.txt +++ b/boards/base/Embest-STM32-DMSTF4BB/readme.txt @@ -2,6 +2,5 @@ This directory contains the interface for the Embest-STM32-DMSTF4BB board running ChibiOS/RT. As this is not a standard ChibiOS/RT supported board, the necessary board files have -also been provided in the ChibiOS_Board directory - include that board.mk in your -Makefile as well. +also been provided in the chibios_board directory |