Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Updated Doxygen file | Joel Bodenmann | 2014-03-28 | 1 | -1012/+1439 | |
| | ||||||
* | doxygen fixes | Joel Bodenmann | 2014-03-28 | 33 | -33/+47 | |
| | ||||||
* | Removed the doxygen inside of every driver as doxygen is only meant for ↵ | Joel Bodenmann | 2014-03-28 | 89 | -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 files | inmarket | 2014-03-28 | 14 | -27/+63 | |
| | ||||||
* | Example spi board config for ILI9341 | inmarket | 2014-03-28 | 1 | -0/+222 | |
| | ||||||
* | Final updates to GADC recording after fixing bugs in the ChibiOS AT91SAM7X ↵ | inmarket | 2014-03-24 | 3 | -5/+5 | |
| | | | | ADC driver | |||||
* | Bug fixes and comments in audio recording demo | inmarket | 2014-03-24 | 2 | -6/+11 | |
| | ||||||
* | Update GADC | inmarket | 2014-03-24 | 5 | -456/+323 | |
| | ||||||
* | Add some safety parameter checking to queueing | inmarket | 2014-03-24 | 1 | -7/+9 | |
| | ||||||
* | Fix bug in ChibiOS GOS layer | inmarket | 2014-03-24 | 1 | -5/+4 | |
| | ||||||
* | Fix 90 and 270 rotations in ILI9320 driver (Thanks jkjk) | inmarket | 2014-03-22 | 1 | -2/+2 | |
| | ||||||
* | Fix incorrect spelling of fixed font names in the example gfxconf.h | inmarket | 2014-03-22 | 1 | -3/+3 | |
| | ||||||
* | Whitespaces | inmarket | 2014-03-22 | 1 | -21/+21 | |
| | ||||||
* | Updates to GADC to use new simpler gfx queued bufferring. | inmarket | 2014-03-20 | 14 | -303/+278 | |
| | | | | NOTE: code is still buggy (or the one and only driver is buggy). | |||||
* | Some fixes for the Nokia6610GE8 display driver | inmarket | 2014-03-20 | 1 | -3/+33 | |
| | ||||||
* | Move queued buffer code from gaudio into gqueue | inmarket | 2014-03-20 | 16 | -155/+231 | |
| | ||||||
* | Cause the gaudio/gadc driver (currently broken) to include the GADC ↵ | inmarket | 2014-03-20 | 2 | -1/+4 | |
| | | | | framework if it is included in the make. | |||||
* | Combine GAUDIN and GAUDOUT into a single GAUDIO module. | inmarket | 2014-03-11 | 57 | -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() | inmarket | 2014-03-11 | 2 | -6/+18 | |
| | ||||||
* | Add support for gfxSemWaitI() GOS api. | inmarket | 2014-03-11 | 8 | -0/+32 | |
| | ||||||
* | Add bit format testing to sample formats. | inmarket | 2014-03-11 | 1 | -0/+10 | |
| | ||||||
* | First GAUDOUT working demo. | inmarket | 2014-03-06 | 7 | -1/+2123 | |
| | ||||||
* | Fix incorrect additon of GFX flag on audio in oscilloscope demo | inmarket | 2014-03-06 | 1 | -1/+0 | |
| | ||||||
* | Move gaudin oscilloscope demo to a new directory | inmarket | 2014-03-06 | 6 | -1/+2 | |
| | ||||||
* | Merge remote-tracking branch 'origin/master' | inmarket | 2014-03-05 | 1 | -3/+3 | |
|\ | ||||||
| * | whitespaces | Joel Bodenmann | 2014-03-04 | 1 | -1/+1 | |
| | | ||||||
| * | whitespaces | Joel Bodenmann | 2014-03-04 | 1 | -3/+3 | |
| | | ||||||
* | | Updates to GAUDOUT. | inmarket | 2014-03-05 | 5 | -33/+117 | |
| | | | | | | | | Add Events to the GAUDOUT api. | |||||
* | | Fix to ensure correct clearing of consoles when being redrawn. | inmarket | 2014-03-05 | 1 | -3/+10 | |
| | | ||||||
* | | Update console demo to test more console features. | inmarket | 2014-03-05 | 2 | -7/+19 | |
|/ | ||||||
* | Add support for ANSI like escape sequences to control display color and ↵ | inmarket | 2014-03-04 | 6 | -10/+199 | |
| | | | | | | attributes in a GWIN console. Updated the console demo to demonstrate this. | |||||
* | Updates to GAUDOUT to allow specification of the sample format. | inmarket | 2014-03-03 | 4 | -13/+22 | |
| | | | | Fix threading issues. | |||||
* | Add I class rouitines to GQUEUE | inmarket | 2014-03-03 | 2 | -56/+106 | |
| | ||||||
* | Update linux binary for file2c to match source change | inmarket | 2014-02-27 | 1 | -0/+0 | |
| | ||||||
* | First GAUDOUT work. Still incomplete but compiling. | inmarket | 2014-02-27 | 24 | -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. | inmarket | 2014-02-27 | 2 | -1/+1 | |
| | ||||||
* | Compiler warning fix | inmarket | 2014-02-19 | 1 | -0/+2 | |
| | ||||||
* | A couple of include paths need fixing | inmarket | 2014-02-19 | 2 | -2/+2 | |
| | ||||||
* | Fix doom demo to prevent ARM compilers throwing away part of the WAD file. | inmarket | 2014-02-19 | 1 | -8195/+1 | |
| | ||||||
* | Integrate the include files with each module. Simplifies structure of code. | inmarket | 2014-02-19 | 135 | -696/+931 | |
| | ||||||
* | Spelling mistake compile error | inmarket | 2014-02-19 | 1 | -1/+1 | |
| | ||||||
* | Remove superfluous driver file | inmarket | 2014-02-19 | 1 | -606/+0 | |
| | ||||||
* | Demo updates to fix compile issues. | inmarket | 2014-02-19 | 8 | -9/+12 | |
| | ||||||
* | Remove replaced doom demo makefile | inmarket | 2014-02-19 | 1 | -64/+0 | |
| | ||||||
* | Add demo makefiles and update example master makefiles to match. | inmarket | 2014-02-19 | 31 | -9/+165 | |
| | ||||||
* | Allow touch calibration to occur in any screen orientation (through the use ↵ | inmarket | 2014-02-17 | 1 | -91/+145 | |
| | | | | of the GDISP_DEFAULT_ORIENTATION define). | |||||
* | Updates to demo to work on ChibiOS and to test orientation. | inmarket | 2014-02-16 | 2 | -1/+16 | |
| | ||||||
* | Driver fix | inmarket | 2014-02-16 | 1 | -1/+1 | |
| | ||||||
* | On ARM gcc compiler it appears that non-referenced character arrays are ↵ | inmarket | 2014-02-15 | 3 | -37/+3 | |
| | | | | | | | "optimised" out (but not on x86). This conflicts with the -b parameter in the file2c tool and leads to corrupted images on ARM platforms. For now just remove the parameter when generating ROMFS files for an ARM platform. | |||||
* | Fix naming of a parameter | inmarket | 2014-02-15 | 1 | -2/+2 | |
| |