ugfx/boards/base/Olimex-SAM7EX256-GE8
inmarket e0e2b2a3d9 Changes to example makefiles and other files for ChibiOS due to changes in ChibiOS-2.6.x 2014-04-12 13:58:30 +10:00
..
example Changes to example makefiles and other files for ChibiOS due to changes in ChibiOS-2.6.x 2014-04-12 13:58:30 +10:00
board.mk Turn on PWM audio output for Olimex SAM7EX256 board. 2014-03-30 19:11:29 +10:00
board_Nokia6610GE8.h Replace NULL's with 0 as NULL is not defined by the Raw32 GOS. 2013-12-21 13:21:59 +10:00
gadc_lld_board.h Create uGFX board directories which include example Makefiles. 2013-10-28 19:06:16 +10:00
gaudio_play_board.h Turn on PWM audio output for Olimex SAM7EX256 board. 2014-03-30 19:11:29 +10:00
gaudio_record_board.h Updates to GADC to use new simpler gfx queued bufferring. 2014-03-20 23:41:27 +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 Combine GAUDIN and GAUDOUT into a single GAUDIO module. 2014-03-11 17:13:31 +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
	- GAUDIO recording 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.