aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gaudio/gadc
Commit message (Collapse)AuthorAgeFilesLines
* Big file rename to reduce problems with brain-dead IDE's that don't handle ↵inmarket2015-01-211-1/+1
| | | | | | | project file hierarchies well. Naming is more consistent with the new scheme. May affect some third party drivers (header file renames).
* Fix definition of when GADC is turned on for GADC audio driverinmarket2014-03-301-1/+1
|
* Removed the doxygen inside of every driver as doxygen is only meant for ↵Joel Bodenmann2014-03-283-63/+0
| | | | | | highlevel API documentation. Documenting the drivers interface should be done inside a template driver or the gdisp LLD abstraction.
* Updates to GADC to use new simpler gfx queued bufferring.inmarket2014-03-203-30/+30
| | | | NOTE: code is still buggy (or the one and only driver is buggy).
* Cause the gaudio/gadc driver (currently broken) to include the GADC ↵inmarket2014-03-201-0/+4
| | | | framework if it is included in the make.
* Combine GAUDIN and GAUDOUT into a single GAUDIO module.inmarket2014-03-115-0/+182
Simplify GAUDIN (now GAUDIO RECORD) api. Update audio demo's to match. Port Win32 driver to new audio api.