Commit Graph

68 Commits (922b19d91e600e53ade553ca66b33cae3157b5b4)

Author SHA1 Message Date
inmarket 0ec1a5e4da Add the mcufont encoder to the tools (including a win32 build) with binaries 2015-11-22 18:42:11 +10:00
inmarket d4ef20f47e Support for ChibiOS3 (master branch only currently) for the STM32F729-Discovery board.
Not working yet.
2015-10-05 11:23:31 +10:00
inmarket e699e549ac Another minor update
Also add new studio options file
2015-10-05 07:39:58 +10:00
Joel Bodenmann 4eb0dbb1e3 Updating ChibiOS 3.x build system support 2015-08-29 17:16:21 +02:00
Joel Bodenmann 4c6e2433a5 Updating ChibiOS 3.x build system support 2015-08-29 16:35:34 +02:00
Joel Bodenmann cce83c62b1 Updating gmake scripts readme.txt 2015-07-12 16:54:50 +02:00
inmarket a84f6e0ee7 Merge branch 'STM32F7_Discovery' 2015-07-11 16:16:21 +10:00
inmarket 38b0cdd5e8 Working STM32F746G-Discovery board + example for raw32
Working STM32LTDC video driver
2015-07-11 16:13:05 +10:00
Joel Bodenmann daab60de98 Improving formatting of makefile verbose output 2015-07-10 16:42:06 +02:00
inmarket 1dad1ed21f Makefile additions for stm32m7 and raw32 2015-07-10 18:13:43 +10:00
inmarket 1137ed6ee7 Makefile additions for stm32m7 and raw32 2015-07-10 18:11:36 +10:00
Joel Bodenmann 9198aa8fac Renaming JSON files used by the uGFX-Studio 2015-07-08 22:45:51 +02:00
Joel Bodenmann ba6c037e4c Renaming JSON files used by the uGFX-Studio 2015-07-08 22:13:32 +02:00
inmarket 2f6aaa9586 Add win32.chibios and win32.raw32 OPT_OS options to the make system. 2015-07-08 09:51:17 +10:00
inmarket ccde54722f Added ability to compile ugfx as a single file (excluding driver and board files).
Simply compile src/gfx_mk.c
2015-06-08 14:14:40 +10:00
inmarket 411e08902a Add stm32m3 make option and fix stm32m1 make option 2015-06-08 11:31:23 +10:00
Joel Bodenmann 08585ef751 Fixing stm32f1 makefile 2015-06-06 23:44:39 +02:00
Joel Bodenmann 6e2e59a92d Updating JSON file for uGFX-Studio 2015-05-30 13:11:07 +02:00
Joel Bodenmann 377a01ad4a Updating JSON file for uGFX-Studio 2015-05-29 22:24:08 +02:00
Joel Bodenmann 4e84469515 Improving file parsed by uGFX-Studio 2015-05-16 19:42:45 +02:00
Joel Bodenmann 6826f89269 Updating library parsing file for uGFX-Studio 2015-05-16 01:01:38 +02:00
Joel Bodenmann 7e773a2a4c Adding STM32F1 script 2015-02-16 19:10:29 +01:00
Joel Bodenmann 2b979316f5 Updating options file 2014-12-22 14:19:34 +01:00
Joel Bodenmann 6d70258f86 doxygen fix 2014-12-16 23:19:24 +01:00
inmarket 254a88a6ab Fixed absolute path make problem under windows 2014-11-23 13:08:54 +10:00
inmarket 93c9ebaa79 Move the uGFX based tools into a sub-directory of demos so they can be compiled using the standard build system facility for building demo's. 2014-11-14 09:10:59 +10:00
inmarket f552ba62af New touch testing tool which displays raw readings from the touch driver 2014-11-07 12:00:46 +10:00
inmarket 4766b060a8 Update the touch driver test program for newmouse. 2014-10-09 12:30:41 +10:00
inmarket 27906d6856 Update touch driver test tool. More updates to come... 2014-10-07 21:55:45 +10:00
inmarket 71a77d64a1 Bug in ChibiOS compiling with Hardware FPU causing Exceptions on epilogue on clock tick.
For now just turn off hardware FPU
2014-10-07 21:50:25 +10:00
inmarket 6abd4d71d3 Add eCos to the new build system - untested! 2014-10-06 18:06:43 +10:00
inmarket 5a3f22617b Add support for FreeRTOS into make system 2014-10-06 17:05:16 +10:00
inmarket 18c4a9f870 Update support for ChibiOS v3 to the current repository.
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
2014-10-06 15:50:19 +10:00
inmarket 2151935b3a Update to makefiles to support ChibiOS v3, making ARM thumb targets, CPU specific flags etc
Also put license in the gmake master scripts.
2014-10-04 17:12:33 +10:00
inmarket 5d3ab261c0 Add makefile support for absolute paths
Add makefile support for cygwin gmake versus mingw gmake
Add makefile support for "master" directories eg GFXLIB, CHIBIOS etc
2014-10-02 19:52:28 +10:00
inmarket 68a784d67e First ARM build to use the new makefile plus makefile updates 2014-10-01 00:44:40 +10:00
inmarket 8cc07f2d4c Updated make scripts to be more compatible with older versions of gmake 3.XX 2014-09-30 13:33:00 +10:00
inmarket daf9f65b9f New makefile structure. Also OSX board defintion 2014-09-28 01:42:30 +10:00
inmarket 95a3570c88 Remove NULLs except in comments as some compilers/OS's give strange definitions. 2014-05-11 13:10:50 +10:00
inmarket 9e8b38ba94 Add gwinClearInit() and gwinWidgetClearInit() to clear gwin initialisation structures.
Incorporate into demo's
2014-05-09 21:25:31 +10:00
inmarket 4b167f5624 Update linux binary for file2c to match source change 2014-02-27 08:20:49 +10:00
inmarket f9495a75e1 file2c did not save the -d flag in the output header comment properly. 2014-02-27 07:54:51 +10:00
inmarket 37966ff16d Integrate the include files with each module. Simplifies structure of code. 2014-02-19 00:36:52 +10:00
inmarket c5f87f9952 Update linux file2c binary. 2014-02-07 18:50:56 +10:00
inmarket f7d6b9b58e Bug fixes to GFILE. 2014-02-07 18:43:39 +10:00
inmarket 9ef10b9ec6 Add linux binary for the updated file2c tool. 2014-02-05 09:32:22 +10:00
inmarket 888a5d0656 Update file2c tool to enable creation of directory entries for the ROM file system. 2014-02-05 08:45:28 +10:00
inmarket 506b1f321f Touch driver test tool - display more useful information 2013-11-24 02:21:05 +10:00
inmarket 51dedb56d1 Move touch driver test to tools.
Also replace gwin buttons as they comptete with the test for touch events
2013-11-23 12:57:49 +10:00
inmarket ad421bacb3 Start of LWIP support for the uGFXnetDisplay utility. 2013-11-17 23:33:08 +10:00