ugfx/boards/base/Olimex-SAM7EX256-GE8
inmarket d00b543831 Updated Makefile and new openocd config file for the Olimex SAM7EX256 board.
Makefiles modifications required for updated gcc v4.7.2
2013-11-09 14:23:13 +10:00
..
example Updated Makefile and new openocd config file for the Olimex SAM7EX256 board. 2013-11-09 14:23:13 +10:00
board.mk Add readme's to the board directories 2013-10-28 19:18:24 +10:00
board_Nokia6610GE8.h Create uGFX board directories which include example Makefiles. 2013-10-28 19:06:16 +10:00
gadc_lld_board.h Create uGFX board directories which include example Makefiles. 2013-10-28 19:06:16 +10:00
gaudin_lld_board.h Create uGFX board directories which include example Makefiles. 2013-10-28 19:06:16 +10:00
ginput_lld_dial_board.h Create uGFX board directories which include example Makefiles. 2013-10-28 19:06:16 +10:00
ginput_lld_toggle_board.h Create uGFX board directories which include example Makefiles. 2013-10-28 19:06:16 +10:00
readme.txt Add readme's to the board directories 2013-10-28 19:18:24 +10:00

readme.txt

This directory contains the interface for the Olimex SAM7EX256 board
running under ChibiOS.

On this board uGFX currently supports:
	- GDISP via the Nokia6610GE8 display 
	- GADC via the AT91SAM7 driver
	- GINPUT-dials via the GADC driver
	- GINPUT-toggles via the Pal driver
	- GAUDIN via the GADC driver

Note there are two variants of this board - one with the GE8 display
	and one with the GE12 display. This one is for the GE8 display.
	
There is an example Makefile and project in the examples directory.