aboutsummaryrefslogtreecommitdiffstats
path: root/src/gadc/gadc.c
Commit message (Expand)AuthorAgeFilesLines
* Tidy u gfxSem, gfxMutex and various Macros by converting to new types gSem, g...inmarket2018-11-031-1/+1
* For all source files update integer types to the new gI8 etc type namesinmarket2018-11-031-6/+6
* Update license headerTibo Clausen2018-10-011-1/+1
* gDelayNone/gDelayForever to replace TIME_IMMEDIATE/TIME_INFINITEinmarket2018-07-081-4/+4
* Added type gDelay to replace V2.x delaytime_tinmarket2018-07-081-1/+1
* Added new type definitions - moving towards V3.0inmarket2018-06-231-5/+5
* Make all include paths in ugfx relative.inmarket2015-11-211-1/+1
* Big file rename to reduce problems with brain-dead IDE's that don't handle pr...inmarket2015-01-211-0/+353
* Rename lots of files to help prevent compile time name conflicts.inmarket2014-08-201-362/+0
* Update GADCinmarket2014-03-241-315/+233
* Updates to GADC to use new simpler gfx queued bufferring.inmarket2014-03-201-122/+96
* Integrate the include files with each module. Simplifies structure of code.inmarket2014-02-191-1/+1
* implemented gtimerDeinit()Joel Bodenmann2014-02-021-2/+2
* implemented some deinit()Joel Bodenmann2014-02-021-1/+9
* added deinit() routines for all modules (not implemented so far)Joel Bodenmann2014-02-021-1/+7
* Replace NULL's with 0 as NULL is not defined by the Raw32 GOS.inmarket2013-12-211-3/+3
* fixed license headersJoel Bodenmann2013-07-211-1/+1
* License header updatesinmarket2013-06-151-1/+1
* GOS module, for operating system independanceinmarket2013-05-251-45/+38
* updated license headersJoel Bodenmann2013-05-031-18/+5
* Revert "updated license headers"Joel Bodenmann2013-05-021-8/+19
* updated license headersJoel Bodenmann2013-05-021-19/+8
* Correction of copyright messageAndrew Hannam2013-03-081-1/+1
* updated copyright - 2013Joel Bodenmann2013-03-061-1/+1
* __inline becomes inline because most compilers dont like the prefixJoel Bodenmann2013-03-041-3/+3
* GAUDIN implemented with GADC driverAndrew Hannam2013-03-011-0/+11
* GADC implementation with demo programAndrew Hannam2013-02-181-38/+465
* New Subsystems GADC, GAUDIN, GAUDOUT, GMISCAndrew Hannam2013-01-171-0/+38