aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | 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
* | | | | | | | | | | | | | | Add eCos to the new build system - untested!inmarket2014-10-063-156/+74
* | | | | | | | | | | | | | | Add support for FreeRTOS into make systeminmarket2014-10-0616-103/+137
* | | | | | | | | | | | | | | Tidy upsinmarket2014-10-063-3/+0
* | | | | | | | | | | | | | | Update buildfonts.sh to match change to fonts.hinmarket2014-10-061-2/+1
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge remote-tracking branch 'origin/master'inmarket2014-10-061-2/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Fixing inclusion problemJoel Bodenmann2014-10-051-2/+1
* | | | | | | | | | | | | | | Update support for ChibiOS v3 to the current repository.inmarket2014-10-0619-122/+180
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | Update to makefiles to support ChibiOS v3, making ARM thumb targets, CPU spec...inmarket2014-10-0417-545/+377
* | | | | | | | | | | | | | Add makefile support for absolute pathsinmarket2014-10-024-24/+50
* | | | | | | | | | | | | | First ARM build to use the new makefile plus makefile updatesinmarket2014-10-0113-303/+306
* | | | | | | | | | | | | | Updated make scripts to be more compatible with older versions of gmake 3.XXinmarket2014-09-302-11/+22
* | | | | | | | | | | | | | Makefile fixinmarket2014-09-291-1/+1
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | /src/gos/gfx_* -> /src/gos/gos_*Joel Bodenmann2014-09-2918-16/+16
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | doxygen updatesinmarket2014-09-2910-15/+27
* | | | | | | | | | | | X bug fix so application closes properly when there is a window managerinmarket2014-09-291-7/+17
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Progress bar optimisation.inmarket2014-09-292-26/+22
* | | | | | | | | | | Bug fixes for the OSX GOS layerinmarket2014-09-291-25/+17
* | | | | | | | | | | Bug fixes for the linux GOS layer. Also add POSIX semaphore implementation.inmarket2014-09-292-75/+127
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | New makefile structure. Also OSX board defintioninmarket2014-09-2818-630/+451
* | | | | | | | | | GOS updates to fix compile warnings on linuxinmarket2014-09-283-8/+28
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Another GDriver bugfixinmarket2014-09-261-2/+2
* | | | | | | | | gdriver bugfixinmarket2014-09-261-1/+1
* | | | | | | | | More makefile updatesinmarket2014-09-263-3/+22
* | | | | | | | | Update more Makefilesinmarket2014-09-262-55/+169
* | | | | | | | | 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
* | | | | | | | | 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
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Remove compile warning.inmarket2014-09-171-1/+0
* | | | | | | | GDISP updates to match previous GDRIVER and multiple display updatesinmarket2014-09-174-8/+17
* | | | | | | | Convert GDRIVER instance numbers to unsigned.inmarket2014-09-172-10/+10
* | | | | | | | FATFS and PETITFS compile error fix (caused by prior file renaming).inmarket2014-09-173-3/+3