Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add the mcufont encoder to the tools (including a win32 build) with binaries | inmarket | 2015-11-22 | 28 | -0/+3692 |
| | |||||
* | Support for ChibiOS3 (master branch only currently) for the ↵ | inmarket | 2015-10-05 | 2 | -16/+11 |
| | | | | | | STM32F729-Discovery board. Not working yet. | ||||
* | Another minor update | inmarket | 2015-10-05 | 1 | -0/+483 |
| | | | | Also add new studio options file | ||||
* | Updating ChibiOS 3.x build system support | Joel Bodenmann | 2015-08-29 | 1 | -5/+13 |
| | |||||
* | Updating ChibiOS 3.x build system support | Joel Bodenmann | 2015-08-29 | 3 | -69/+160 |
| | |||||
* | Updating gmake scripts readme.txt | Joel Bodenmann | 2015-07-12 | 1 | -2/+2 |
| | |||||
* | Merge branch 'STM32F7_Discovery' | inmarket | 2015-07-11 | 1 | -6/+15 |
|\ | |||||
| * | Working STM32F746G-Discovery board + example for raw32 | inmarket | 2015-07-11 | 1 | -7/+6 |
| | | | | | | | | Working STM32LTDC video driver | ||||
| * | Improving formatting of makefile verbose output | Joel Bodenmann | 2015-07-10 | 1 | -7/+17 |
| | | |||||
| * | Makefile additions for stm32m7 and raw32 | inmarket | 2015-07-10 | 2 | -0/+37 |
| | | |||||
* | | Makefile additions for stm32m7 and raw32 | inmarket | 2015-07-10 | 2 | -0/+37 |
| | | |||||
* | | Renaming JSON files used by the uGFX-Studio | Joel Bodenmann | 2015-07-08 | 1 | -471/+0 |
| | | |||||
* | | Renaming JSON files used by the uGFX-Studio | Joel Bodenmann | 2015-07-08 | 2 | -0/+942 |
|/ | |||||
* | Add win32.chibios and win32.raw32 OPT_OS options to the make system. | inmarket | 2015-07-08 | 1 | -0/+15 |
| | |||||
* | Added ability to compile ugfx as a single file (excluding driver and board ↵ | inmarket | 2015-06-08 | 1 | -3/+4 |
| | | | | | | files). Simply compile src/gfx_mk.c | ||||
* | Add stm32m3 make option and fix stm32m1 make option | inmarket | 2015-06-08 | 2 | -2/+22 |
| | |||||
* | Fixing stm32f1 makefile | Joel Bodenmann | 2015-06-06 | 1 | -2/+2 |
| | |||||
* | Updating JSON file for uGFX-Studio | Joel Bodenmann | 2015-05-30 | 1 | -2/+2 |
| | |||||
* | Updating JSON file for uGFX-Studio | Joel Bodenmann | 2015-05-29 | 1 | -26/+156 |
| | |||||
* | Improving file parsed by uGFX-Studio | Joel Bodenmann | 2015-05-16 | 1 | -0/+19 |
| | |||||
* | Updating library parsing file for uGFX-Studio | Joel Bodenmann | 2015-05-16 | 1 | -288/+311 |
| | |||||
* | Adding STM32F1 script | Joel Bodenmann | 2015-02-16 | 2 | -1/+21 |
| | |||||
* | Updating options file | Joel Bodenmann | 2014-12-22 | 1 | -1/+13 |
| | |||||
* | doxygen fix | Joel Bodenmann | 2014-12-16 | 1 | -0/+287 |
| | |||||
* | Fixed absolute path make problem under windows | inmarket | 2014-11-23 | 1 | -4/+7 |
| | |||||
* | Move the uGFX based tools into a sub-directory of demos so they can be ↵ | inmarket | 2014-11-14 | 6 | -1163/+0 |
| | | | | compiled using the standard build system facility for building demo's. | ||||
* | New touch testing tool which displays raw readings from the touch driver | inmarket | 2014-11-07 | 2 | -0/+172 |
| | |||||
* | Update the touch driver test program for newmouse. | inmarket | 2014-10-09 | 1 | -97/+177 |
| | |||||
* | Update touch driver test tool. More updates to come... | inmarket | 2014-10-07 | 2 | -118/+143 |
| | |||||
* | Bug in ChibiOS compiling with Hardware FPU causing Exceptions on epilogue on ↵ | inmarket | 2014-10-07 | 1 | -3/+8 |
| | | | | | | clock tick. For now just turn off hardware FPU | ||||
* | Add eCos to the new build system - untested! | inmarket | 2014-10-06 | 1 | -0/+33 |
| | |||||
* | Add support for FreeRTOS into make system | inmarket | 2014-10-06 | 4 | -1/+73 |
| | |||||
* | 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 |
| |