aboutsummaryrefslogtreecommitdiffstats
path: root/src/gaudio
Commit message (Collapse)AuthorAgeFilesLines
* Tidy u gfxSem, gfxMutex and various Macros by converting to new types gSem, ↵inmarket2018-11-031-2/+2
| | | | gMutex etc
* For all source files update integer types to the new gI8 etc type namesinmarket2018-11-034-13/+13
|
* Update license headerTibo Clausen2018-10-018-8/+8
|
* gDelayNone/gDelayForever to replace TIME_IMMEDIATE/TIME_INFINITEinmarket2018-07-081-3/+3
|
* Added type gDelay to replace V2.x delaytime_tinmarket2018-07-082-4/+4
| | | | | | Added type gTicks to replace V2.x systemticks_t Added type gThreadreturn to replace V2.x threadreturn_t Added type gThreadpriority to replace V2.x threadpriority_t
* Added new type definitions - moving towards V3.0inmarket2018-06-234-36/+28
|
* First set of V3 macro changesinmarket2018-02-272-16/+16
|
* Add compatibility with Visual Studio and make compile warning capabilities ↵inmarket2017-06-301-4/+20
| | | | more cross platform
* Make all include paths in ugfx relative.inmarket2015-11-214-4/+4
| | | | The only include path now needed is for drivers (in particular GDISP drivers)
* DoxygenJoel Bodenmann2015-11-072-2/+8
|
* Added ability to compile ugfx as a single file (excluding driver and board ↵inmarket2015-06-081-0/+8
| | | | | | files). Simply compile src/gfx_mk.c
* Add the license to the makefilesinmarket2015-06-081-0/+5
|
* Big file rename to reduce problems with brain-dead IDE's that don't handle ↵inmarket2015-01-218-16/+8
| | | | | | | project file hierarchies well. Naming is more consistent with the new scheme. May affect some third party drivers (header file renames).
* Rename lots of files to help prevent compile time name conflicts.inmarket2014-08-202-4/+4
|
* typo fixJoel Bodenmann2014-05-061-1/+1
|
* Bug fix for audio playinmarket2014-03-301-2/+2
|
* Remove some doxygen Todo's where the information is already there.inmarket2014-03-301-4/+0
|
* doxygen fixesJoel Bodenmann2014-03-282-4/+9
|
* Move queued buffer code from gaudio into gqueueinmarket2014-03-205-119/+42
|
* Combine GAUDIN and GAUDOUT into a single GAUDIO module.inmarket2014-03-117-0/+991
Simplify GAUDIN (now GAUDIO RECORD) api. Update audio demo's to match. Port Win32 driver to new audio api.