Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update support for ChibiOS v3 to the current repository. | inmarket | 2014-10-06 | 7 | -36/+152 |
| | | | | | | | Update Make system to match. Add ability to make to a library rather than a program Stop ignoring objcode invalid format errors Multiple make tidy ups | ||||
* | Update to makefiles to support ChibiOS v3, making ARM thumb targets, CPU ↵ | inmarket | 2014-10-04 | 8 | -86/+241 |
| | | | | | | specific flags etc Also put license in the gmake master scripts. | ||||
* | Add makefile support for absolute paths | inmarket | 2014-10-02 | 4 | -24/+50 |
| | | | | | Add makefile support for cygwin gmake versus mingw gmake Add makefile support for "master" directories eg GFXLIB, CHIBIOS etc | ||||
* | First ARM build to use the new makefile plus makefile updates | inmarket | 2014-10-01 | 7 | -16/+152 |
| | |||||
* | Updated make scripts to be more compatible with older versions of gmake 3.XX | inmarket | 2014-09-30 | 1 | -4/+8 |
| | |||||
* | New makefile structure. Also OSX board defintion | inmarket | 2014-09-28 | 3 | -0/+235 |
| | |||||
* | Remove NULLs except in comments as some compilers/OS's give strange definitions. | inmarket | 2014-05-11 | 1 | -1/+1 |
| | |||||
* | Add gwinClearInit() and gwinWidgetClearInit() to clear gwin initialisation ↵ | inmarket | 2014-05-09 | 1 | -0/+1 |
| | | | | | | structures. Incorporate into demo's | ||||
* | Update linux binary for file2c to match source change | inmarket | 2014-02-27 | 1 | -0/+0 |
| | |||||
* | file2c did not save the -d flag in the output header comment properly. | inmarket | 2014-02-27 | 2 | -1/+1 |
| | |||||
* | Integrate the include files with each module. Simplifies structure of code. | inmarket | 2014-02-19 | 1 | -1/+1 |
| | |||||
* | Update linux file2c binary. | inmarket | 2014-02-07 | 1 | -0/+0 |
| | |||||
* | Bug fixes to GFILE. | inmarket | 2014-02-07 | 2 | -1/+1 |
| | |||||
* | Add linux binary for the updated file2c tool. | inmarket | 2014-02-05 | 1 | -0/+0 |
| | |||||
* | Update file2c tool to enable creation of directory entries for the ROM file ↵ | inmarket | 2014-02-05 | 3 | -31/+74 |
| | | | | system. | ||||
* | Touch driver test tool - display more useful information | inmarket | 2013-11-24 | 1 | -4/+3 |
| | |||||
* | Move touch driver test to tools. | inmarket | 2013-11-23 | 2 | -0/+418 |
| | | | | Also replace gwin buttons as they comptete with the test for touch events | ||||
* | Start of LWIP support for the uGFXnetDisplay utility. | inmarket | 2013-11-17 | 1 | -91/+124 |
| | |||||
* | uGFXnetDisplay utility is now working. | inmarket | 2013-11-16 | 2 | -46/+311 |
| | |||||
* | Start of new remote display tool. | inmarket | 2013-11-14 | 2 | -0/+170 |
| | |||||
* | docs | Joel Bodenmann | 2013-08-18 | 1 | -0/+0 |
| | |||||
* | Fix corruption of binary files by license header updates | inmarket | 2013-07-22 | 6 | -3/+3 |
| | |||||
* | fixed license headers | Joel Bodenmann | 2013-07-21 | 7 | -4/+4 |
| | |||||
* | License header updates | inmarket | 2013-06-15 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | file2c tool cleanup | Joel Bodenmann | 2013-04-04 | 9 | -0/+0 |
| | |||||
* | merged inmarket | Joel Bodenmann | 2013-04-03 | 3 | -4/+25 |
|\ | |||||
| * | file2c copyright and add comment to output | Andrew Hannam | 2013-04-04 | 3 | -4/+44 |
| | | |||||
* | | file2c update | Joel Bodenmann | 2013-04-03 | 2 | -0/+20 |
| | | |||||
* | | file2c tool - Makefile, readme, linux binary | Joel Bodenmann | 2013-04-03 | 11 | -0/+21 |
|/ | |||||
* | Fix to file2c to ensure valid C identifiers | Andrew Hannam | 2013-04-04 | 3 | -1/+9 |
| | | | | A couple of small bug fixes. | ||||
* | Tools to convert a file to c array | Andrew Hannam | 2013-04-04 | 8 | -0/+284 |
| | | | | | file2c converts any file into a C array. Particularly useful for loading an image file into flash. | ||||
* | removed tools folder | Joel Bodenmann | 2012-11-20 | 1 | -7/+0 |
| | |||||
* | added tools folder | Tectu | 2012-08-13 | 1 | -0/+7 |