Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixing stack alignment issue in Arduino scheduler | Joel Bodenmann | 2015-07-08 | 1 | -1/+1 |
| | |||||
* | Fixing stack alignment issue in RAW32 scheduler | Joel Bodenmann | 2015-07-08 | 1 | -1/+1 |
| | |||||
* | Improving type definition inclusion in RAW32 port | Joel Bodenmann | 2015-07-02 | 1 | -2/+6 |
| | |||||
* | Fixing ChibiOS/RT 3.x port | Joel Bodenmann | 2015-06-19 | 1 | -1/+2 |
| | |||||
* | Added ability to compile ugfx as a single file (excluding driver and board ↵ | inmarket | 2015-06-08 | 1 | -0/+16 |
| | | | | | | files). Simply compile src/gfx_mk.c | ||||
* | Add the license to the makefiles | inmarket | 2015-06-08 | 1 | -0/+5 |
| | |||||
* | More GOS arduino files - oops missed them last commit. | inmarket | 2015-04-07 | 2 | -0/+652 |
| | |||||
* | Add Arduino as a full GOS supported operating system (even though it is ↵ | inmarket | 2015-04-07 | 4 | -3/+13 |
| | | | | really just a special bare bones platform) | ||||
* | Fix misspelling of KEIL preprocessor directive. | inmarket | 2015-03-25 | 1 | -2/+2 |
| | |||||
* | More updates for Keil with raw32 GOS. | inmarket | 2015-03-18 | 2 | -16/+10 |
| | |||||
* | Attempt to fix setjmp issues with the Kiel compiler. | inmarket | 2015-03-18 | 1 | -7/+9 |
| | |||||
* | Support ChibiOS V3 changes to the FileStream API | inmarket | 2015-03-11 | 1 | -1/+3 |
| | |||||
* | Compile error and emulation errors for GFILE_NEED_STDIO | inmarket | 2015-02-21 | 4 | -0/+12 |
| | |||||
* | Big file rename to reduce problems with brain-dead IDE's that don't handle ↵ | inmarket | 2015-01-21 | 6 | -7/+10 |
| | | | | | | | project file hierarchies well. Naming is more consistent with the new scheme. May affect some third party drivers (header file renames). | ||||
* | Fix complaints with some ChibiOS versions and some compilers about ↵ | inmarket | 2014-12-31 | 1 | -0/+11 |
| | | | | TRUE/FALSE redefinition. | ||||
* | More doxygen fixes | Joel Bodenmann | 2014-11-28 | 2 | -4/+4 |
| | |||||
* | GOS doxygen fix | Joel Bodenmann | 2014-11-28 | 1 | -2/+2 |
| | |||||
* | Fixing doxygen for GOS module | Joel Bodenmann | 2014-11-27 | 1 | -7/+14 |
| | |||||
* | Fixing doxygen | Joel Bodenmann | 2014-11-23 | 1 | -1/+1 |
| | |||||
* | Spacing, comments and spelling mistakes | inmarket | 2014-11-15 | 2 | -2/+2 |
| | |||||
* | ChibiOS 3 error message update | inmarket | 2014-10-09 | 1 | -2/+2 |
| | |||||
* | Update support for ChibiOS v3 to the current repository. | inmarket | 2014-10-06 | 1 | -0/+4 |
| | | | | | | | 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 | ||||
* | /src/gos/gfx_* -> /src/gos/gos_* | Joel Bodenmann | 2014-09-29 | 18 | -16/+16 |
| | |||||
* | doxygen updates | inmarket | 2014-09-29 | 3 | -3/+3 |
| | |||||
* | 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 |
| | |||||
* | GOS updates to fix compile warnings on linux | inmarket | 2014-09-28 | 3 | -8/+28 |
| | |||||
* | Adding prefix to port files to avoid file name conflicts on case insensitive ↵ | Joel Bodenmann | 2014-08-08 | 18 | -16/+16 |
| | | | | systems | ||||
* | FreeRTOS type definitions for versions older than 8 | Joel Bodenmann | 2014-08-08 | 1 | -0/+12 |
| | |||||
* | Operating System initialisation can now be turned off in gfxconf.h | inmarket | 2014-07-29 | 9 | -18/+54 |
| | |||||
* | Oops - add rawrtos into the makefile | inmarket | 2014-07-29 | 1 | -1/+2 |
| | |||||
* | Support for rawrtos real time operating system | inmarket | 2014-07-29 | 4 | -2/+160 |
| | |||||
* | Try to prevent type definition conflicts with standard headers | inmarket | 2014-07-15 | 1 | -8/+14 |
| | |||||
* | eCos: fixing gfxFree() routine | Joel Bodenmann | 2014-07-11 | 1 | -1/+1 |
| | |||||
* | adding ecos port to makefile | Joel Bodenmann | 2014-07-11 | 1 | -0/+1 |
| | |||||
* | Merge branch 'master' into eCos | inmarket | 2014-07-03 | 1 | -0/+13 |
|\ | |||||
| * | Missing gfxconf definitions for the RAW32 port | inmarket | 2014-07-03 | 1 | -0/+13 |
| | | |||||
* | | First cut eCos port | inmarket | 2014-06-25 | 5 | -2/+229 |
|/ | |||||
* | Reworking the GWIN doxygen documentation. | Joel Bodenmann | 2014-05-20 | 1 | -2/+2 |
| | |||||
* | gfxExit() fix for ChibiOS/RT 3.x | Joel Bodenmann | 2014-05-19 | 1 | -1/+2 |
| | |||||
* | Merge branch 'freertos' | Joel Bodenmann | 2014-05-10 | 6 | -4/+302 |
|\ | |||||
| * | freertos port cleanup | Joel Bodenmann | 2014-05-10 | 2 | -7/+10 |
| | | |||||
| * | Introducing GFX_FREERTOS_USE_TRACE | Joel Bodenmann | 2014-05-10 | 4 | -9/+20 |
| | | |||||
| * | Fix some typos and implement gfxSleepMilliseconds(). | Winfred Lu | 2014-05-04 | 3 | -32/+18 |
| | | |||||
| * | Merge branch 'master' into freertos | Joel Bodenmann | 2014-04-30 | 7 | -38/+102 |
| |\ | |||||
| * | | Add SemWaitI() to FreeRTOS | inmarket | 2014-03-14 | 2 | -0/+15 |
| | | | |||||
| * | | Merge branch 'master' into freertos | inmarket | 2014-03-14 | 8 | -0/+32 |
| |\ \ | |||||
| * \ \ | Merge branch 'master' into freertos | inmarket | 2014-02-19 | 10 | -0/+1194 |
| |\ \ \ | |||||
| * | | | | fixed macros | Joel Bodenmann | 2014-02-09 | 1 | -1/+2 |
| | | | | | |||||
| * | | | | Merge branch 'master' into freertos | inmarket | 2014-02-03 | 5 | -7/+36 |
| |\ \ \ \ |