Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | | | | | Bug in ChibiOS compiling with Hardware FPU causing Exceptions on epilogue on ... | inmarket | 2014-10-07 | 1 | -3/+8 | |
* | | | | | | | | | | | | | | | Add eCos to the new build system - untested! | inmarket | 2014-10-06 | 3 | -156/+74 | |
* | | | | | | | | | | | | | | | Add support for FreeRTOS into make system | inmarket | 2014-10-06 | 16 | -103/+137 | |
* | | | | | | | | | | | | | | | Tidy ups | inmarket | 2014-10-06 | 3 | -3/+0 | |
* | | | | | | | | | | | | | | | Update buildfonts.sh to match change to fonts.h | inmarket | 2014-10-06 | 1 | -2/+1 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/master' | inmarket | 2014-10-06 | 1 | -2/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | Fixing inclusion problem | Joel Bodenmann | 2014-10-05 | 1 | -2/+1 | |
* | | | | | | | | | | | | | | | Update support for ChibiOS v3 to the current repository. | inmarket | 2014-10-06 | 19 | -122/+180 | |
|/ / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | Update to makefiles to support ChibiOS v3, making ARM thumb targets, CPU spec... | inmarket | 2014-10-04 | 17 | -545/+377 | |
* | | | | | | | | | | | | | | Add makefile support for absolute paths | inmarket | 2014-10-02 | 4 | -24/+50 | |
* | | | | | | | | | | | | | | First ARM build to use the new makefile plus makefile updates | inmarket | 2014-10-01 | 13 | -303/+306 | |
* | | | | | | | | | | | | | | Updated make scripts to be more compatible with older versions of gmake 3.XX | inmarket | 2014-09-30 | 2 | -11/+22 | |
* | | | | | | | | | | | | | | Makefile fix | inmarket | 2014-09-29 | 1 | -1/+1 | |
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | /src/gos/gfx_* -> /src/gos/gos_* | Joel Bodenmann | 2014-09-29 | 18 | -16/+16 | |
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | doxygen updates | inmarket | 2014-09-29 | 10 | -15/+27 | |
* | | | | | | | | | | | | X bug fix so application closes properly when there is a window manager | inmarket | 2014-09-29 | 1 | -7/+17 | |
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | Progress bar optimisation. | inmarket | 2014-09-29 | 2 | -26/+22 | |
* | | | | | | | | | | | Bug fixes for the OSX GOS layer | inmarket | 2014-09-29 | 1 | -25/+17 | |
* | | | | | | | | | | | Bug fixes for the linux GOS layer. Also add POSIX semaphore implementation. | inmarket | 2014-09-29 | 2 | -75/+127 | |
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | ||||||
* | | | | | | | | | | New makefile structure. Also OSX board defintion | inmarket | 2014-09-28 | 18 | -630/+451 | |
* | | | | | | | | | | GOS updates to fix compile warnings on linux | inmarket | 2014-09-28 | 3 | -8/+28 | |
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | ||||||
* | | | | | | | | | Another GDriver bugfix | inmarket | 2014-09-26 | 1 | -2/+2 | |
* | | | | | | | | | gdriver bugfix | inmarket | 2014-09-26 | 1 | -1/+1 | |
* | | | | | | | | | More makefile updates | inmarket | 2014-09-26 | 3 | -3/+22 | |
* | | | | | | | | | Update more Makefiles | inmarket | 2014-09-26 | 2 | -55/+169 | |
* | | | | | | | | | Change to GDriver to support an initialisation parameter | inmarket | 2014-09-26 | 4 | -9/+11 | |
* | | | | | | | | | Reorder initialisation to ensure gwin is initialised last | inmarket | 2014-09-26 | 1 | -6/+6 | |
* | | | | | | | | | Makefile: Add support for - | inmarket | 2014-09-26 | 1 | -20/+58 | |
* | | | | | | | | | Additional GDriver call | inmarket | 2014-09-25 | 2 | -9/+27 | |
* | | | | | | | | | C decls on GDISP functions | inmarket | 2014-09-25 | 1 | -3/+9 | |
* | | | | | | | | | Expose the GDISP_STARTUP_COLOR setting for the initial color of displays | inmarket | 2014-09-25 | 3 | -68/+58 | |
| |_|_|_|_|_|_|/ |/| | | | | | | | ||||||
* | | | | | | | | Remove compile warning. | inmarket | 2014-09-17 | 1 | -1/+0 | |
* | | | | | | | | GDISP updates to match previous GDRIVER and multiple display updates | inmarket | 2014-09-17 | 4 | -8/+17 | |
* | | | | | | | | Convert GDRIVER instance numbers to unsigned. | inmarket | 2014-09-17 | 2 | -10/+10 | |
* | | | | | | | | FATFS and PETITFS compile error fix (caused by prior file renaming). | inmarket | 2014-09-17 | 3 | -3/+3 | |
* | | | | | | | | SImplify the options for multiple displays. | inmarket | 2014-09-17 | 9 | -193/+155 | |
* | | | | | | | | Create a readme for the gdisp drivers directory listing what hardware each dr... | inmarket | 2014-09-17 | 1 | -0/+28 | |
* | | | | | | | | Clean up demo gfxconf.h files that incorrectly specify every option. | inmarket | 2014-09-17 | 2 | -321/+4 | |
* | | | | | | | | Readme for integration with yaffs2 (coming soon) | inmarket | 2014-09-16 | 1 | -0/+28 | |
| |_|_|_|_|_|/ |/| | | | | | | ||||||
* | | | | | | | Update release information | inmarket | 2014-09-13 | 1 | -0/+1 | |
* | | | | | | | Fixes to gdriver to make uGFXnet displays work | inmarket | 2014-09-13 | 5 | -63/+146 | |
| |_|_|_|_|/ |/| | | | | | ||||||
* | | | | | | GDRIVER now working for GDISP including multiple displays. | inmarket | 2014-08-23 | 9 | -639/+728 | |
* | | | | | | New gdriver module. | inmarket | 2014-08-23 | 5 | -0/+319 | |
* | | | | | | gfxconf.example.h multiple display options were in the wrong place. | inmarket | 2014-08-23 | 1 | -5/+4 | |
* | | | | | | Doco updates | inmarket | 2014-08-23 | 2 | -6/+6 | |
* | | | | | | Rename all driver makefiles to driver.mk | inmarket | 2014-08-22 | 37 | -49/+49 | |
* | | | | | | Merge branch 'master' of bitbucket.org:Tectu/ugfx | Joel Bodenmann | 2014-08-21 | 3 | -24/+211 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Update to the SPFD54124B gdisp driver. | inmarket | 2014-08-21 | 2 | -22/+208 | |
| * | | | | | | Fix frame window logic bug and compile bug | inmarket | 2014-08-21 | 1 | -2/+3 | |
* | | | | | | | board file compiler warning | Joel Bodenmann | 2014-08-21 | 1 | -10/+11 | |
|/ / / / / / |