Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Significant improvements in alternative scheduler. | inmarket | 2015-07-16 | 15 | -1411/+1121 | |
| | | | | | | Isolate the generic thread and heap code Tidyup's. Generic threading now working for x86, cortex-m0->m7. | |||||
* | Fixing syntax errors in order to be able to compile scheduler code (still ↵ | Joel Bodenmann | 2015-07-12 | 1 | -45/+45 | |
| | | | | not working but compiling) | |||||
* | Some fixes in ASM code | Joel Bodenmann | 2015-07-12 | 1 | -11/+11 | |
| | ||||||
* | Merge branch 'master' into Alternate_Raw32_Scheduler | inmarket | 2015-07-08 | 3 | -9/+23 | |
|\ | ||||||
| * | Provide better access to compiler optimisations for the raw scheduler | inmarket | 2015-07-08 | 3 | -9/+23 | |
| | | ||||||
* | | Merge branch 'master' into Alternate_Raw32_Scheduler | inmarket | 2015-07-08 | 2 | -2/+2 | |
|\| | ||||||
| * | Correction of stackbase for mingw32 | inmarket | 2015-07-08 | 2 | -2/+2 | |
| | | ||||||
* | | Alternate Raw32 scheduler. | inmarket | 2015-07-08 | 2 | -111/+256 | |
|/ | | | | | | Works for main thread + one other thread. Currently fails with 2 other threads. STM32M4 code tested and working. | |||||
* | Fix single file make issues with GOS Raw32 on the Win32 platform. | inmarket | 2015-07-08 | 1 | -1/+10 | |
| | ||||||
* | Merge remote-tracking branch 'origin/master' | inmarket | 2015-07-08 | 2 | -2/+2 | |
|\ | ||||||
| * | 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 | |
| | | ||||||
* | | Spelling fixes. | inmarket | 2015-07-08 | 1 | -2/+2 | |
|/ | ||||||
* | 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 | |
| |