aboutsummaryrefslogtreecommitdiffstats
path: root/src/gadc
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-033-18/+18
* Update license headerTibo Clausen2018-10-017-7/+7
* gDelayNone/gDelayForever to replace TIME_IMMEDIATE/TIME_INFINITEinmarket2018-07-081-4/+4
* Added type gDelay to replace V2.x delaytime_tinmarket2018-07-082-2/+2
* Added new type definitions - moving towards V3.0inmarket2018-06-232-16/+8
* First set of V3 macro changesinmarket2018-02-271-8/+8
* Add compatibility with Visual Studio and make compile warning capabilities mo...inmarket2017-06-301-2/+10
* Removing old references to ChibiOS/GFX in documentationJoel Bodenmann2016-11-081-1/+1
* Make all include paths in ugfx relative.inmarket2015-11-213-3/+3
* DoxygenJoel Bodenmann2015-11-071-1/+4
* Added ability to compile ugfx as a single file (excluding driver and board fi...inmarket2015-06-081-0/+8
* 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 pr...inmarket2015-01-217-15/+6
* Rename lots of files to help prevent compile time name conflicts.inmarket2014-08-202-3/+3
* Reworking the GWIN doxygen documentation.Joel Bodenmann2014-05-202-3/+3
* Fill in some doxygen Todo'sinmarket2014-03-301-4/+4
* doxygen fixesJoel Bodenmann2014-03-282-1/+7
* Update GADCinmarket2014-03-243-393/+281
* Updates to GADC to use new simpler gfx queued bufferring.inmarket2014-03-204-219/+173
* Integrate the include files with each module. Simplifies structure of code.inmarket2014-02-196-2/+534
* 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-172-0/+39