Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make all include paths in ugfx relative. | inmarket | 2015-11-21 | 2 | -5/+2 |
| | | | | The only include path now needed is for drivers (in particular GDISP drivers) | ||||
* | Big file rename to reduce problems with brain-dead IDE's that don't handle ↵ | inmarket | 2015-01-21 | 1 | -1/+1 |
| | | | | | | | project file hierarchies well. Naming is more consistent with the new scheme. May affect some third party drivers (header file renames). | ||||
* | Rename all driver makefiles to driver.mk | inmarket | 2014-08-22 | 1 | -0/+0 |
| | |||||
* | Update GADC | inmarket | 2014-03-24 | 1 | -59/+29 |
| | |||||
* | Updates to GADC to use new simpler gfx queued bufferring. | inmarket | 2014-03-20 | 2 | -27/+52 |
| | | | | NOTE: code is still buggy (or the one and only driver is buggy). | ||||
* | Integrate the include files with each module. Simplifies structure of code. | inmarket | 2014-02-19 | 1 | -1/+1 |
| | |||||
* | Replace NULL's with 0 as NULL is not defined by the Raw32 GOS. | inmarket | 2013-12-21 | 1 | -1/+1 |
| | |||||
* | Create uGFX board directories which include example Makefiles. | inmarket | 2013-10-28 | 2 | -14/+10 |
| | | | | Currently only done for the Olimex-SAM7EX256 board. | ||||
* | fixed license headers | Joel Bodenmann | 2013-07-21 | 3 | -3/+3 |
| | |||||
* | License header updates | inmarket | 2013-06-15 | 3 | -3/+3 |
| | |||||
* | GOS module, for operating system independance | inmarket | 2013-05-25 | 1 | -2/+0 |
| | | | | | GMISC fast floating point trig GMISC fast fixed point trig | ||||
* | Reinsertion of doxygen headers | Andrew Hannam | 2013-05-06 | 1 | -0/+9 |
| | | | | Reinsertion of doxygen headers that got lost in license change | ||||
* | updated license headers | Joel Bodenmann | 2013-05-03 | 3 | -60/+13 |
| | |||||
* | Revert "updated license headers" | Joel Bodenmann | 2013-05-02 | 3 | -25/+38 |
| | | | | This reverts commit 0a26d9983b6d1deab272ff6dde98f7c77ff2a56c. | ||||
* | updated license headers | Joel Bodenmann | 2013-05-02 | 3 | -38/+25 |
| | |||||
* | doxygen fixes | Joel Bodenmann | 2013-03-10 | 1 | -1/+1 |
| | |||||
* | Correction of copyright message | Andrew Hannam | 2013-03-08 | 3 | -3/+3 |
| | |||||
* | updated copyright - 2013 | Joel Bodenmann | 2013-03-06 | 3 | -3/+3 |
| | |||||
* | GAUDIN implemented with GADC driver | Andrew Hannam | 2013-03-01 | 1 | -1/+6 |
| | |||||
* | GADC implementation with demo program | Andrew Hannam | 2013-02-18 | 4 | -0/+231 |
Also includes driver for AT91SAM7 cpu |