aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | removed another doxygen todo where the information already exists.inmarket2014-03-301-2/+0
| | | | | | |
* | | | | | | Remove some doxygen Todo's where the information is already there.inmarket2014-03-301-4/+0
| | | | | | |
* | | | | | | Fill in some doxygen Todo'sinmarket2014-03-302-5/+5
| | | | | | |
* | | | | | | Updated Doxygen fileJoel Bodenmann2014-03-281-1012/+1439
| | | | | | |
* | | | | | | doxygen fixesJoel Bodenmann2014-03-2833-33/+47
| | | | | | |
* | | | | | | Removed the doxygen inside of every driver as doxygen is only meant for ↵Joel Bodenmann2014-03-2889-2337/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | highlevel API documentation. Documenting the drivers interface should be done inside a template driver or the gdisp LLD abstraction.
* | | | | | | Update incorrect file headers on demo board filesinmarket2014-03-2814-27/+63
| | | | | | |
* | | | | | | Example spi board config for ILI9341inmarket2014-03-281-0/+222
| | | | | | |
* | | | | | | Final updates to GADC recording after fixing bugs in the ChibiOS AT91SAM7X ↵inmarket2014-03-243-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | ADC driver
* | | | | | | Bug fixes and comments in audio recording demoinmarket2014-03-242-6/+11
| | | | | | |
* | | | | | | Update GADCinmarket2014-03-245-456/+323
| | | | | | |
* | | | | | | Add some safety parameter checking to queueinginmarket2014-03-241-7/+9
| | | | | | |
* | | | | | | Fix bug in ChibiOS GOS layerinmarket2014-03-241-5/+4
| | | | | | |
* | | | | | | Fix 90 and 270 rotations in ILI9320 driver (Thanks jkjk)inmarket2014-03-221-2/+2
| | | | | | |
* | | | | | | Fix incorrect spelling of fixed font names in the example gfxconf.hinmarket2014-03-221-3/+3
| | | | | | |
* | | | | | | Whitespacesinmarket2014-03-221-21/+21
| | | | | | |
* | | | | | | Updates to GADC to use new simpler gfx queued bufferring.inmarket2014-03-2014-303/+278
| | | | | | | | | | | | | | | | | | | | | | | | | | | | NOTE: code is still buggy (or the one and only driver is buggy).
* | | | | | | Some fixes for the Nokia6610GE8 display driverinmarket2014-03-201-3/+33
| | | | | | |
* | | | | | | Move queued buffer code from gaudio into gqueueinmarket2014-03-2016-155/+231
| | | | | | |
* | | | | | | Cause the gaudio/gadc driver (currently broken) to include the GADC ↵inmarket2014-03-202-1/+4
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | framework if it is included in the make.
* | | | | | Combine GAUDIN and GAUDOUT into a single GAUDIO module.inmarket2014-03-1157-1521/+1405
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Simplify GAUDIN (now GAUDIO RECORD) api. Update audio demo's to match. Port Win32 driver to new audio api.
* | | | | | Add support for gfxQueueGSyncGetI()inmarket2014-03-112-6/+18
| | | | | |
* | | | | | Add support for gfxSemWaitI() GOS api.inmarket2014-03-118-0/+32
| | | | | |
* | | | | | Add bit format testing to sample formats.inmarket2014-03-111-0/+10
| | | | | |
* | | | | | First GAUDOUT working demo.inmarket2014-03-067-1/+2123
| | | | | |
* | | | | | Fix incorrect additon of GFX flag on audio in oscilloscope demoinmarket2014-03-061-1/+0
| | | | | |
* | | | | | Move gaudin oscilloscope demo to a new directoryinmarket2014-03-066-1/+2
| | | | | |
* | | | | | Merge remote-tracking branch 'origin/master'inmarket2014-03-051-3/+3
|\ \ \ \ \ \
| * | | | | | whitespacesJoel Bodenmann2014-03-041-1/+1
| | | | | | |
| * | | | | | whitespacesJoel Bodenmann2014-03-041-3/+3
| | | | | | |
* | | | | | | Updates to GAUDOUT.inmarket2014-03-055-33/+117
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Events to the GAUDOUT api.
* | | | | | | Fix to ensure correct clearing of consoles when being redrawn.inmarket2014-03-051-3/+10
| | | | | | |
* | | | | | | Update console demo to test more console features.inmarket2014-03-052-7/+19
|/ / / / / /
* | | | | | Add support for ANSI like escape sequences to control display color and ↵inmarket2014-03-046-10/+199
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | attributes in a GWIN console. Updated the console demo to demonstrate this.
* | | | | | Updates to GAUDOUT to allow specification of the sample format.inmarket2014-03-034-13/+22
| | | | | | | | | | | | | | | | | | | | | | | | Fix threading issues.
* | | | | | Add I class rouitines to GQUEUEinmarket2014-03-032-56/+106
| | | | | |
* | | | | | Update linux binary for file2c to match source changeinmarket2014-02-271-0/+0
| | | | | |
* | | | | | First GAUDOUT work. Still incomplete but compiling.inmarket2014-02-2724-81/+707
| | | | | | | | | | | | | | | | | | | | | | | | Also moved drivers/gaudin to drivers/audio as most audio codecs support input and output in a single device.
* | | | | | file2c did not save the -d flag in the output header comment properly.inmarket2014-02-272-1/+1
| | | | | |
* | | | | | Compiler warning fixinmarket2014-02-191-0/+2
| | | | | |
* | | | | | A couple of include paths need fixinginmarket2014-02-192-2/+2
| | | | | |
* | | | | | Fix doom demo to prevent ARM compilers throwing away part of the WAD file.inmarket2014-02-191-8195/+1
| |_|_|_|/ |/| | | |
* | | | | Integrate the include files with each module. Simplifies structure of code.inmarket2014-02-19135-696/+931
| | | | |
* | | | | Spelling mistake compile errorinmarket2014-02-191-1/+1
| | | | |
* | | | | Remove superfluous driver fileinmarket2014-02-191-606/+0
| | | | |
* | | | | Demo updates to fix compile issues.inmarket2014-02-198-9/+12
| | | | |
* | | | | Remove replaced doom demo makefileinmarket2014-02-191-64/+0
| | | | |
* | | | | Add demo makefiles and update example master makefiles to match.inmarket2014-02-1931-9/+165
| | | | |
* | | | | Allow touch calibration to occur in any screen orientation (through the use ↵inmarket2014-02-171-91/+145
| | | | | | | | | | | | | | | | | | | | of the GDISP_DEFAULT_ORIENTATION define).
* | | | | Updates to demo to work on ChibiOS and to test orientation.inmarket2014-02-162-1/+16
| | | | |