aboutsummaryrefslogtreecommitdiffstats
path: root/demos/modules/gaudio/oscilloscope
Commit message (Collapse)AuthorAgeFilesLines
* First set of V3 macro changesinmarket2018-02-271-12/+12
|
* Rename lots of files to help prevent compile time name conflicts.inmarket2014-08-201-1/+1
|
* Add gwinClearInit() and gwinWidgetClearInit() to clear gwin initialisation ↵inmarket2014-05-091-0/+1
| | | | | | structures. Incorporate into demo's
* Final updates to GADC recording after fixing bugs in the ChibiOS AT91SAM7X ↵inmarket2014-03-241-2/+2
| | | | ADC driver
* Bug fixes and comments in audio recording demoinmarket2014-03-242-6/+11
|
* Move queued buffer code from gaudio into gqueueinmarket2014-03-202-3/+3
|
* Cause the gaudio/gadc driver (currently broken) to include the GADC ↵inmarket2014-03-201-1/+0
| | | | framework if it is included in the make.
* Combine GAUDIN and GAUDOUT into a single GAUDIO module.inmarket2014-03-116-0/+463
Simplify GAUDIN (now GAUDIO RECORD) api. Update audio demo's to match. Port Win32 driver to new audio api.