aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | some doxygen fixes (more coming)Joel Bodenmann2014-09-289-8/+10
| * | | | | | | | | | Fix newmouse compiler warninginmarket2014-09-281-3/+1
| * | | | | | | | | | Fix occassional startup crash under Win32 with newmouseinmarket2014-09-281-5/+5
| * | | | | | | | | | Merge branch 'master' into newmouseinmarket2014-09-2821-638/+479
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into newmouseinmarket2014-09-261-2/+2
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | gdriver bugfixinmarket2014-09-261-1/+1
| * | | | | | | | | | | | More makefile updatesinmarket2014-09-263-3/+22
| * | | | | | | | | | | | First version X newmouse driverinmarket2014-09-261-45/+87
| * | | | | | | | | | | | commentsinmarket2014-09-261-2/+2
| * | | | | | | | | | | | Update more Makefilesinmarket2014-09-262-55/+169
| * | | | | | | | | | | | docoinmarket2014-09-261-2/+5
| * | | | | | | | | | | | Win32 mouse ported to new mouse driver formatinmarket2014-09-261-36/+97
| * | | | | | | | | | | | GINPUT mouse updated - first working version of newmouse.inmarket2014-09-263-20/+26
| * | | | | | | | | | | | Demos updated to remove now deprecated function gwinAttachMouseinmarket2014-09-2610-42/+10
| * | | | | | | | | | | | Change to GDriver to support an initialisation parameterinmarket2014-09-264-9/+11
| * | | | | | | | | | | | Reorder initialisation to ensure gwin is initialised lastinmarket2014-09-261-6/+6
| * | | | | | | | | | | | Makefile: Add support for -inmarket2014-09-261-20/+58
| * | | | | | | | | | | | New mouse updates. Just need a driver now.inmarket2014-09-258-587/+796
| * | | | | | | | | | | | Additional GDriver callinmarket2014-09-252-9/+27
| * | | | | | | | | | | | C decls on GDISP functionsinmarket2014-09-251-3/+9
| * | | | | | | | | | | | Expose the GDISP_STARTUP_COLOR setting for the initial color of displaysinmarket2014-09-253-68/+58
| * | | | | | | | | | | | Merge branch 'master' into newmouseinmarket2014-09-1710-21/+29
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | More newmouse updatesinmarket2014-09-173-55/+91
| * | | | | | | | | | | | | Create a readme for the gdisp drivers directory listing what hardware each dr...inmarket2014-09-171-0/+28
| * | | | | | | | | | | | | SImplify the options for multiple displays.inmarket2014-09-179-193/+155
| * | | | | | | | | | | | | Clean up demo gfxconf.h files that incorrectly specify every option.inmarket2014-09-172-321/+4
| * | | | | | | | | | | | | More mouse updates - not working yet.inmarket2014-09-164-255/+231
| * | | | | | | | | | | | | Readme for integration with yaffs2 (coming soon)inmarket2014-09-161-0/+28
| * | | | | | | | | | | | | Merge branch 'master' into newmouseinmarket2014-09-136-63/+147
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'gdriver' into newmouseinmarket2014-08-2358-701/+1302
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into newmouseinmarket2014-08-20177-937/+14055
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into newmouseinmarket2014-08-17199-45533/+49337
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into newmouseinmarket2014-08-1265-863/+2283
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into newmouseinmarket2014-07-1549-106/+2581
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | First part new mouse infrastructureinmarket2014-07-023-330/+297
* | | | | | | | | | | | | | | | | | | | Fix GDISP_NEED_CONTROL for the STM32F429i-Discovery board.inmarket2014-11-072-37/+14
* | | | | | | | | | | | | | | | | | | | Cleanups and updates to the STM32F429i-Discovery gdisp driverinmarket2014-11-073-725/+1
* | | | | | | | | | | | | | | | | | | | STM32F429i-Discovery board is now a supported board with an example project.inmarket2014-11-0518-0/+5864
* | | | | | | | | | | | | | | | | | | | Adding missing GWIN wrapper for ArcSectors functionsJoel Bodenmann2014-10-282-1/+63
* | | | | | | | | | | | | | | | | | | | Simplifying gdisp/arcsectors demo to only use the GDISP moduleJoel Bodenmann2014-10-282-24/+6
* | | | | | | | | | | | | | | | | | | | Adding GDISP_NEED_ARCSECTOR stuff that was missingJoel Bodenmann2014-10-282-0/+9
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Added new arc sector drawing routines (Thanks to steved for the inspiration).inmarket2014-10-276-16/+494
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Adding Embest board example for chibios 2.xJoel Bodenmann2014-10-277-2/+1276
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Fixing wrong driver nameJoel Bodenmann2014-10-265-4/+4
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | compiler warningJoel Bodenmann2014-10-261-1/+1
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | GWIN list toggle bug compile error fixJoel Bodenmann2014-10-261-2/+2
* | | | | | | | | | | | | | | ChibiOS 3 error message updateinmarket2014-10-091-2/+2
* | | | | | | | | | | | | | | Fixes bug with printf formatting of zero filled fieldsinmarket2014-10-092-2/+2
* | | | | | | | | | | | | | | Replace ChibiOS specific delays with generic uGFX delays in ILI9341 driverinmarket2014-10-071-3/+3
* | | | | | | | | | | | | | | Bug in ChibiOS compiling with Hardware FPU causing Exceptions on epilogue on ...inmarket2014-10-071-3/+8