aboutsummaryrefslogtreecommitdiffstats
path: root/boards/base/Olimex-SAM7EX256-GE8
Commit message (Collapse)AuthorAgeFilesLines
* Rename all driver makefiles to driver.mkinmarket2014-08-221-4/+4
|
* Changes to example makefiles and other files for ChibiOS due to changes in ↵inmarket2014-04-121-0/+1
| | | | ChibiOS-2.6.x
* Turn on PWM audio output for Olimex SAM7EX256 board.inmarket2014-03-304-5/+88
|
* Updates to GADC to use new simpler gfx queued bufferring.inmarket2014-03-201-1/+6
| | | | NOTE: code is still buggy (or the one and only driver is buggy).
* Combine GAUDIN and GAUDOUT into a single GAUDIO module.inmarket2014-03-113-11/+11
| | | | | | Simplify GAUDIN (now GAUDIO RECORD) api. Update audio demo's to match. Port Win32 driver to new audio api.
* First GAUDOUT work. Still incomplete but compiling.inmarket2014-02-271-1/+1
| | | | Also moved drivers/gaudin to drivers/audio as most audio codecs support input and output in a single device.
* Add demo makefiles and update example master makefiles to match.inmarket2014-02-191-2/+5
|
* Replace NULL's with 0 as NULL is not defined by the Raw32 GOS.inmarket2013-12-211-2/+2
|
* Updated Makefile and new openocd config file for the Olimex SAM7EX256 board.inmarket2013-11-092-3/+80
| | | | Makefiles modifications required for updated gcc v4.7.2
* Add readme's to the board directoriesinmarket2013-10-282-6/+14
|
* Create uGFX board directories which include example Makefiles.inmarket2013-10-2812-0/+1621
Currently only done for the Olimex-SAM7EX256 board.