Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added ability to compile ugfx as a single file (excluding driver and board ↵ | inmarket | 2015-06-08 | 1 | -0/+11 |
| | | | | | | 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 | 8 | -29/+4 |
| | | | | | | | project file hierarchies well. Naming is more consistent with the new scheme. May affect some third party drivers (header file renames). | ||||
* | Add MatrixFloat2D and MatrixFixed2D operations to GMISC. | inmarket | 2014-11-21 | 3 | -6/+451 |
| | | | | Add polygon demo | ||||
* | Rename lots of files to help prevent compile time name conflicts. | inmarket | 2014-08-20 | 4 | -231/+231 |
| | |||||
* | Added support for playing arbitrary format audio files with an intelligent ↵ | inmarket | 2014-06-23 | 1 | -0/+1 |
| | | | | | | audio processor like the VS1053 codec. Demo added. | ||||
* | Reworking the GWIN doxygen documentation. | Joel Bodenmann | 2014-05-20 | 1 | -1/+1 |
| | |||||
* | Add bit format testing to sample formats. | inmarket | 2014-03-11 | 1 | -0/+10 |
| | |||||
* | Integrate the include files with each module. Simplifies structure of code. | inmarket | 2014-02-19 | 4 | -3/+323 |
| | |||||
* | added deinit() routines for all modules (not implemented so far) | Joel Bodenmann | 2014-02-02 | 1 | -1/+8 |
| | |||||
* | Fix incorrect naming of GMISC_INVSQRT_... macros. | inmarket | 2013-11-09 | 1 | -3/+3 |
| | |||||
* | Slight improvement to the precision of the GMISC invsqrt() function. | inmarket | 2013-10-24 | 1 | -1/+1 |
| | |||||
* | GMISC invsqrt() function. | inmarket | 2013-10-24 | 1 | -15/+41 |
| | | | | | | | Fix a 64bit processor bug. Add support for processors where the floating point and integer endianness don't match. Add support for processors with a non-standard floating point format. Update gdisp_streaming demo with extra comments to reflect the above changes. | ||||
* | New inverse square root accelerated math function | inmarket | 2013-09-24 | 1 | -0/+18 |
| | |||||
* | fixed license headers | Joel Bodenmann | 2013-07-21 | 3 | -3/+3 |
| | |||||
* | Fix missing init function for GMISC | inmarket | 2013-07-16 | 2 | -1/+22 |
| | |||||
* | License header updates | inmarket | 2013-06-15 | 2 | -19/+6 |
| | |||||
* | GOS module, for operating system independance | inmarket | 2013-05-25 | 3 | -10/+168 |
| | | | | | GMISC fast floating point trig GMISC fast fixed point trig | ||||
* | updated license headers | Joel Bodenmann | 2013-05-03 | 1 | -19/+6 |
| | |||||
* | Revert "updated license headers" | Joel Bodenmann | 2013-05-02 | 1 | -9/+0 |
| | | | | This reverts commit 0a26d9983b6d1deab272ff6dde98f7c77ff2a56c. | ||||
* | updated license headers | Joel Bodenmann | 2013-05-02 | 1 | -0/+9 |
| | |||||
* | updated copyright - 2013 | Joel Bodenmann | 2013-03-06 | 1 | -1/+1 |
| | |||||
* | removed GDISP_LLD() macro - fix | Joel Bodenmann | 2013-02-11 | 2 | -0/+242 |
| | |||||
* | removed GDISP_LLD() macro | Joel Bodenmann | 2013-02-11 | 2 | -242/+0 |
| | |||||
* | Implement GMISC Array Operations | Andrew Hannam | 2013-01-17 | 1 | -1/+205 |
| | |||||
* | New Subsystems GADC, GAUDIN, GAUDOUT, GMISC | Andrew Hannam | 2013-01-17 | 2 | -0/+38 |
Subsystem definitions and API (not fully implemented yet) |