aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Minor fixupsinmarket2018-11-101-0/+1
|
* For all source files update integer types to the new gI8 etc type namesinmarket2018-11-032-7/+7
|
* Update license headerTibo Clausen2018-10-0124-24/+24
|
* Add support for ChibiOS V5 - Thanks Vrolleiinmarket2018-07-071-1/+5
|
* Typo in mcufontencoder helpThomas Sterren2018-03-061-1/+1
|
* Added clone() method to DataFile classThomas Sterren2018-03-061-0/+2
|
* First set of V3 macro changesinmarket2018-02-274-5/+5
|
* Fix default OPT_CPU for macOSChayoung You2017-06-261-3/+3
|
* Add support for .S files to the gcc make systeminmarket2017-06-241-1/+17
|
* Updates to the ChibiOS Git version makefileinmarket2017-06-241-1/+15
|
* Update ChibiOS make scripts to support later versions of ChibiOSinmarket2017-04-293-6/+119
|
* Added build files for mcufont on Windows, using Visual Studio 2015.dongie2016-10-0211-6/+222
| | | | | Corrected opening .ttf/.bdf files in BINARY mode (which has an effect on Win32, no change on other platforms). Added progress report to import_ttf as with a large font file, it may take several minutes.
* Removing obsolete files for uGFX-StudioJoel Bodenmann2016-02-273-1425/+0
|
* Adding mcufont encoder binary for FreeBSDJoel Bodenmann2016-02-031-0/+0
|
* Updated mcufontenconder linux binary to be staticly linked to prevent ↵inmarket2015-12-231-0/+0
| | | | library problems
* Update linux binary for mcufontencoderinmarket2015-12-231-0/+0
|
* Update Windows binary for mcufontencoderinmarket2015-12-221-0/+0
|
* More mcufont encoder fixesJoel Bodenmann2015-12-203-0/+17
|
* Fixing bug in mcufont encoderJoel Bodenmann2015-12-191-1/+1
|
* Fixing 'progress' color of built-in widget stylesJoel Bodenmann2015-12-191-2/+2
|
* Add the mcufont encoder to the tools (including a win32 build) with binariesinmarket2015-11-2228-0/+3692
|
* Support for ChibiOS3 (master branch only currently) for the ↵inmarket2015-10-052-16/+11
| | | | | | STM32F729-Discovery board. Not working yet.
* Another minor updateinmarket2015-10-051-0/+483
| | | | Also add new studio options file
* Updating ChibiOS 3.x build system supportJoel Bodenmann2015-08-291-5/+13
|
* Updating ChibiOS 3.x build system supportJoel Bodenmann2015-08-293-69/+160
|
* Updating gmake scripts readme.txtJoel Bodenmann2015-07-121-2/+2
|
* Merge branch 'STM32F7_Discovery'inmarket2015-07-111-6/+15
|\
| * Working STM32F746G-Discovery board + example for raw32inmarket2015-07-111-7/+6
| | | | | | | | Working STM32LTDC video driver
| * Improving formatting of makefile verbose outputJoel Bodenmann2015-07-101-7/+17
| |
| * Makefile additions for stm32m7 and raw32inmarket2015-07-102-0/+37
| |
* | Makefile additions for stm32m7 and raw32inmarket2015-07-102-0/+37
| |
* | Renaming JSON files used by the uGFX-StudioJoel Bodenmann2015-07-081-471/+0
| |
* | Renaming JSON files used by the uGFX-StudioJoel Bodenmann2015-07-082-0/+942
|/
* Add win32.chibios and win32.raw32 OPT_OS options to the make system.inmarket2015-07-081-0/+15
|
* Added ability to compile ugfx as a single file (excluding driver and board ↵inmarket2015-06-081-3/+4
| | | | | | files). Simply compile src/gfx_mk.c
* Add stm32m3 make option and fix stm32m1 make optioninmarket2015-06-082-2/+22
|
* Fixing stm32f1 makefileJoel Bodenmann2015-06-061-2/+2
|
* Updating JSON file for uGFX-StudioJoel Bodenmann2015-05-301-2/+2
|
* Updating JSON file for uGFX-StudioJoel Bodenmann2015-05-291-26/+156
|
* Improving file parsed by uGFX-StudioJoel Bodenmann2015-05-161-0/+19
|
* Updating library parsing file for uGFX-StudioJoel Bodenmann2015-05-161-288/+311
|
* Adding STM32F1 scriptJoel Bodenmann2015-02-162-1/+21
|
* Updating options fileJoel Bodenmann2014-12-221-1/+13
|
* doxygen fixJoel Bodenmann2014-12-161-0/+287
|
* Fixed absolute path make problem under windowsinmarket2014-11-231-4/+7
|
* Move the uGFX based tools into a sub-directory of demos so they can be ↵inmarket2014-11-146-1163/+0
| | | | compiled using the standard build system facility for building demo's.
* New touch testing tool which displays raw readings from the touch driverinmarket2014-11-072-0/+172
|
* Update the touch driver test program for newmouse.inmarket2014-10-091-97/+177
|
* Update touch driver test tool. More updates to come...inmarket2014-10-072-118/+143
|
* Bug in ChibiOS compiling with Hardware FPU causing Exceptions on epilogue on ↵inmarket2014-10-071-3/+8
| | | | | | clock tick. For now just turn off hardware FPU