aboutsummaryrefslogtreecommitdiffstats
path: root/src/gadc
Commit message (Collapse)AuthorAgeFilesLines
* Tidy u gfxSem, gfxMutex and various Macros by converting to new types gSem, ↵inmarket2018-11-031-1/+1
| | | | gMutex etc
* 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 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-232-16/+8
|
* First set of V3 macro changesinmarket2018-02-271-8/+8
|
* Add compatibility with Visual Studio and make compile warning capabilities ↵inmarket2017-06-301-2/+10
| | | | more cross platform
* 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
| | | | The only include path now needed is for drivers (in particular GDISP drivers)
* DoxygenJoel Bodenmann2015-11-071-1/+4
|
* 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-217-15/+6
| | | | | | | 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-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
| | | | NOTE: code is still buggy (or the one and only driver is buggy).
* 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
| | | | | GMISC fast floating point trig GMISC fast fixed point trig
* updated license headersJoel Bodenmann2013-05-031-18/+5
|
* Revert "updated license headers"Joel Bodenmann2013-05-021-8/+19
| | | | This reverts commit 0a26d9983b6d1deab272ff6dde98f7c77ff2a56c.
* 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
| | | | Also includes driver for AT91SAM7 cpu
* New Subsystems GADC, GAUDIN, GAUDOUT, GMISCAndrew Hannam2013-01-172-0/+39
Subsystem definitions and API (not fully implemented yet)