Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make all include paths in ugfx relative. | inmarket | 2015-11-21 | 2 | -5/+2 |
| | | | | The only include path now needed is for drivers (in particular GDISP drivers) | ||||
* | Big file rename to reduce problems with brain-dead IDE's that don't handle ↵ | inmarket | 2015-01-21 | 1 | -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 driver | inmarket | 2014-03-30 | 1 | -1/+1 |
| | |||||
* | Removed the doxygen inside of every driver as doxygen is only meant for ↵ | Joel Bodenmann | 2014-03-28 | 3 | -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. | inmarket | 2014-03-20 | 3 | -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 ↵ | inmarket | 2014-03-20 | 1 | -0/+4 |
| | | | | framework if it is included in the make. | ||||
* | Combine GAUDIN and GAUDOUT into a single GAUDIO module. | inmarket | 2014-03-11 | 5 | -0/+182 |
Simplify GAUDIN (now GAUDIO RECORD) api. Update audio demo's to match. Port Win32 driver to new audio api. |