aboutsummaryrefslogtreecommitdiffstats
path: root/boards/base/Olimex-SAM7EX256-GE8/board.mk
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2013-10-28 19:06:16 +1000
committerinmarket <andrewh@inmarket.com.au>2013-10-28 19:06:16 +1000
commit737ac5be9743e37b80133706faf02e959e803459 (patch)
treeeb0bf63c333e6d51f19ee20676d475f8eb607c98 /boards/base/Olimex-SAM7EX256-GE8/board.mk
parentb05a29f830008ab0e9a36d8384ed7cf4ea3fb18b (diff)
downloaduGFX-737ac5be9743e37b80133706faf02e959e803459.tar.gz
uGFX-737ac5be9743e37b80133706faf02e959e803459.tar.bz2
uGFX-737ac5be9743e37b80133706faf02e959e803459.zip
Create uGFX board directories which include example Makefiles.
Currently only done for the Olimex-SAM7EX256 board.
Diffstat (limited to 'boards/base/Olimex-SAM7EX256-GE8/board.mk')
-rw-r--r--boards/base/Olimex-SAM7EX256-GE8/board.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/boards/base/Olimex-SAM7EX256-GE8/board.mk b/boards/base/Olimex-SAM7EX256-GE8/board.mk
new file mode 100644
index 00000000..c11a0bbb
--- /dev/null
+++ b/boards/base/Olimex-SAM7EX256-GE8/board.mk
@@ -0,0 +1,14 @@
+GFXINC += $(GFXLIB)/boards/base/Olimex-SAM7EX256-GE8
+GFXSRC +=
+GFXDEFS += -DGFX_USE_OS_CHIBIOS=TRUE
+
+#This board has a Nokia6610GE8 display
+include $(GFXLIB)/drivers/gdisp/Nokia6610GE8/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