inmarket
8a9ed5195b
Tidy u gfxSem, gfxMutex and various Macros by converting to new types gSem, gMutex etc
4 years ago
inmarket
7c5a6c928f
For all source files update integer types to the new gI8 etc type names
4 years ago
Tibo Clausen
0840c8e784
Update license header
4 years ago
inmarket
93da5a0578
gDelayNone/gDelayForever to replace TIME_IMMEDIATE/TIME_INFINITE
4 years ago
inmarket
215f31ee3d
Added type gDelay to replace V2.x delaytime_t
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
4 years ago
inmarket
41271d632b
Added new type definitions - moving towards V3.0
4 years ago
inmarket
f265924396
First set of V3 macro changes
4 years ago
inmarket
9b73187100
Add compatibility with Visual Studio and make compile warning capabilities more cross platform
5 years ago
inmarket
c5a86757bd
Make all include paths in ugfx relative.
The only include path now needed is for drivers (in particular GDISP drivers)
7 years ago
Joel Bodenmann
6397a56e0b
Doxygen
7 years ago
inmarket
ccde54722f
Added ability to compile ugfx as a single file (excluding driver and board files).
Simply compile src/gfx_mk.c
7 years ago
inmarket
aa7ebf9c26
Add the license to the makefiles
7 years ago
inmarket
fa8167b94d
Big file rename to reduce problems with brain-dead IDE's that don't handle project file hierarchies well.
Naming is more consistent with the new scheme.
May affect some third party drivers (header file renames).
7 years ago
inmarket
0f3f8f68f8
Rename lots of files to help prevent compile time name conflicts.
8 years ago
Joel Bodenmann
a695f5337d
typo fix
8 years ago
inmarket
1e1385d569
Bug fix for audio play
8 years ago
inmarket
c0fe17fd18
Remove some doxygen Todo's where the information is already there.
8 years ago
Joel Bodenmann
e9179545af
doxygen fixes
8 years ago
inmarket
8b9d31ef90
Move queued buffer code from gaudio into gqueue
8 years ago
inmarket
ea5a1b849d
Combine GAUDIN and GAUDOUT into a single GAUDIO module.
Simplify GAUDIN (now GAUDIO RECORD) api.
Update audio demo's to match.
Port Win32 driver to new audio api.
8 years ago