Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add compatibility with Visual Studio and make compile warning capabilities ↵ | inmarket | 2017-06-30 | 1 | -2/+10 |
| | | | | more cross platform | ||||
* | Removing old references to ChibiOS/GFX in documentation | Joel Bodenmann | 2016-11-08 | 1 | -1/+1 |
| | |||||
* | Make all include paths in ugfx relative. | inmarket | 2015-11-21 | 3 | -3/+3 |
| | | | | The only include path now needed is for drivers (in particular GDISP drivers) | ||||
* | Doxygen | Joel Bodenmann | 2015-11-07 | 1 | -1/+4 |
| | |||||
* | Added ability to compile ugfx as a single file (excluding driver and board ↵ | inmarket | 2015-06-08 | 1 | -0/+8 |
| | | | | | | files). Simply compile src/gfx_mk.c | ||||
* | Add the license to the makefiles | inmarket | 2015-06-08 | 1 | -0/+5 |
| | |||||
* | Big file rename to reduce problems with brain-dead IDE's that don't handle ↵ | inmarket | 2015-01-21 | 7 | -15/+6 |
| | | | | | | | project file hierarchies well. Naming is more consistent with the new scheme. May affect some third party drivers (header file renames). | ||||
* | Rename lots of files to help prevent compile time name conflicts. | inmarket | 2014-08-20 | 2 | -3/+3 |
| | |||||
* | Reworking the GWIN doxygen documentation. | Joel Bodenmann | 2014-05-20 | 2 | -3/+3 |
| | |||||
* | Fill in some doxygen Todo's | inmarket | 2014-03-30 | 1 | -4/+4 |
| | |||||
* | doxygen fixes | Joel Bodenmann | 2014-03-28 | 2 | -1/+7 |
| | |||||
* | Update GADC | inmarket | 2014-03-24 | 3 | -393/+281 |
| | |||||
* | Updates to GADC to use new simpler gfx queued bufferring. | inmarket | 2014-03-20 | 4 | -219/+173 |
| | | | | 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 | 6 | -2/+534 |
| | |||||
* | implemented gtimerDeinit() | Joel Bodenmann | 2014-02-02 | 1 | -2/+2 |
| | |||||
* | implemented some deinit() | Joel Bodenmann | 2014-02-02 | 1 | -1/+9 |
| | |||||
* | added deinit() routines for all modules (not implemented so far) | Joel Bodenmann | 2014-02-02 | 1 | -1/+7 |
| | |||||
* | Replace NULL's with 0 as NULL is not defined by the Raw32 GOS. | inmarket | 2013-12-21 | 1 | -3/+3 |
| | |||||
* | fixed license headers | Joel Bodenmann | 2013-07-21 | 1 | -1/+1 |
| | |||||
* | License header updates | inmarket | 2013-06-15 | 1 | -1/+1 |
| | |||||
* | GOS module, for operating system independance | inmarket | 2013-05-25 | 1 | -45/+38 |
| | | | | | GMISC fast floating point trig GMISC fast fixed point trig | ||||
* | updated license headers | Joel Bodenmann | 2013-05-03 | 1 | -18/+5 |
| | |||||
* | Revert "updated license headers" | Joel Bodenmann | 2013-05-02 | 1 | -8/+19 |
| | | | | This reverts commit 0a26d9983b6d1deab272ff6dde98f7c77ff2a56c. | ||||
* | updated license headers | Joel Bodenmann | 2013-05-02 | 1 | -19/+8 |
| | |||||
* | Correction of copyright message | Andrew Hannam | 2013-03-08 | 1 | -1/+1 |
| | |||||
* | updated copyright - 2013 | Joel Bodenmann | 2013-03-06 | 1 | -1/+1 |
| | |||||
* | __inline becomes inline because most compilers dont like the prefix | Joel Bodenmann | 2013-03-04 | 1 | -3/+3 |
| | |||||
* | GAUDIN implemented with GADC driver | Andrew Hannam | 2013-03-01 | 1 | -0/+11 |
| | |||||
* | GADC implementation with demo program | Andrew Hannam | 2013-02-18 | 1 | -38/+465 |
| | | | | Also includes driver for AT91SAM7 cpu | ||||
* | New Subsystems GADC, GAUDIN, GAUDOUT, GMISC | Andrew Hannam | 2013-01-17 | 2 | -0/+39 |
Subsystem definitions and API (not fully implemented yet) |