aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gaudio
Commit message (Collapse)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
| | | | The only include path now needed is for drivers (in particular GDISP drivers)
* 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 ↵inmarket2015-01-215-5/+5
| | | | | | | project file hierarchies well. Naming is more consistent with the new scheme. May affect some third party drivers (header file renames).
* 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 ↵inmarket2014-06-233-19/+44
| | | | | | audio processor like the VS1053 codec. Demo added.
* 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 ↵Joel Bodenmann2014-03-287-141/+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).
* Move queued buffer code from gaudio into gqueueinmarket2014-03-202-5/+5
|
* 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-1111-0/+696
Simplify GAUDIN (now GAUDIO RECORD) api. Update audio demo's to match. Port Win32 driver to new audio api.