aboutsummaryrefslogtreecommitdiffstats
path: root/boards/base/Olimex-SAM7EX256-GE12/board.mk
blob: 5230b6b4848ac98dd5607f9561a076db4cc1e52c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
GFXINC  += $(GFXLIB)/boards/base/Olimex-SAM7EX256-GE12 $(GFXLIB)/boards/base/Olimex-SAM7EX256-GE8
GFXSRC  +=
GFXDEFS += -DGFX_USE_OS_CHIBIOS=TRUE

#This board has a Nokia6610GE12 display 
include $(GFXLIB)/drivers/gdisp/Nokia6610GE12/gdisp_lld.mk
#This board supports GADC via the AT91SAM7 driver
include $(GFXLIB)/drivers/gadc/AT91SAM7/gadc_lld.mk
#This board supports GINPUT dials via the GADC driver
include $(GFXLIB)/drivers/ginput/dial/GADC/ginput_lld.mk
#This board supports GINPUT toggles via the Pal driver
include $(GFXLIB)/drivers/ginput/toggle/Pal/ginput_lld.mk
#This board support GAUDIN via the GADC driver
include $(GFXLIB)/drivers/gaudin/gadc/gaudin_lld.mk