aboutsummaryrefslogtreecommitdiffstats
path: root/demos/modules/gadc/main.c
Commit message (Collapse)AuthorAgeFilesLines
* Added type gFont to replace V2.x font_tinmarket2018-07-081-1/+1
|
* Change coord_t to gCoordinmarket2018-07-081-1/+1
|
* Added new type definitions - moving towards V3.0inmarket2018-06-231-4/+4
|
* Change new colors to GFX_RED instead of GFXRED. Use the new color defsinmarket2018-03-101-4/+4
|
* Add gwinClearInit() and gwinWidgetClearInit() to clear gwin initialisation ↵inmarket2014-05-091-0/+4
| | | | | | structures. Incorporate into demo's
* Final updates to GADC recording after fixing bugs in the ChibiOS AT91SAM7X ↵inmarket2014-03-241-2/+2
| | | | ADC driver
* Update GADCinmarket2014-03-241-4/+13
|
* Updates to GADC to use new simpler gfx queued bufferring.inmarket2014-03-201-0/+5
| | | | NOTE: code is still buggy (or the one and only driver is buggy).
* Update gaudin and gadc demos for new GWINinmarket2013-07-161-9/+22
|
* License header updatesinmarket2013-06-151-0/+2
|
* GOS module, for operating system independanceinmarket2013-05-251-8/+2
| | | | | GMISC fast floating point trig GMISC fast fixed point trig
* changed the license of all demos to BSDJoel Bodenmann2013-04-081-18/+25
|
* Correction of copyright messageAndrew Hannam2013-03-081-1/+1
|
* updated copyright - 2013Joel Bodenmann2013-03-061-1/+1
|
* GADC implementation with demo programAndrew Hannam2013-02-181-0/+176
Also includes driver for AT91SAM7 cpu