aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gaudio
Commit message (Expand)AuthorAgeFilesLines
* For all source files update integer types to the new gI8 etc type namesinmarket2018-11-038-43/+43
* Update license headerTibo Clausen2018-10-0114-14/+14
* Added new type definitions - moving towards V3.0inmarket2018-06-237-39/+39
* Change new colors to GFX_RED instead of GFXRED. Use the new color defsinmarket2018-03-102-6/+10
* First set of V3 macro changesinmarket2018-02-278-12/+12
* Make all include paths in ugfx relative.inmarket2015-11-219-24/+11
* Replace all inline definitions with GFXINLINEinmarket2015-10-231-1/+1
* Compile error and emulation errors for GFILE_NEED_STDIOinmarket2015-02-212-0/+6
* Big file rename to reduce problems with brain-dead IDE's that don't handle pr...inmarket2015-01-215-5/+5
* New makefile structure. Also OSX board defintioninmarket2014-09-281-1/+1
* Rename lots of files to help prevent compile time name conflicts.inmarket2014-08-201-1/+1
* fixing volume control for vs1053Joel Bodenmann2014-06-281-2/+10
* typoJoel Bodenmann2014-06-231-1/+1
* VS1053 poll rate is now an overridable valueJoel Bodenmann2014-06-231-1/+4
* Added support for playing arbitrary format audio files with an intelligent au...inmarket2014-06-233-19/+44
* Only require GTimer for the vs1053 driver if GAUDIO is turned on.inmarket2014-05-011-1/+1
* Updates to vs1053 driver. Now accepting data but still no sound.inmarket2014-04-301-1/+1
* First version vs1053 audio play driver. Compiles but not tested yet.inmarket2014-04-296-0/+560
* New PWM audio driver for audio output using a digital pin on a CPUinmarket2014-03-305-0/+206
* 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 highl...Joel Bodenmann2014-03-287-141/+0
* Updates to GADC to use new simpler gfx queued bufferring.inmarket2014-03-203-30/+30
* Move queued buffer code from gaudio into gqueueinmarket2014-03-202-5/+5
* Cause the gaudio/gadc driver (currently broken) to include the GADC framework...inmarket2014-03-201-0/+4
* Combine GAUDIN and GAUDOUT into a single GAUDIO module.inmarket2014-03-1111-0/+696