aboutsummaryrefslogtreecommitdiffstats
path: root/src/gos
Commit message (Expand)AuthorAgeFilesLines
* More GOS arduino files - oops missed them last commit.inmarket2015-04-072-0/+652
* Add Arduino as a full GOS supported operating system (even though it is reall...inmarket2015-04-074-3/+13
* Fix misspelling of KEIL preprocessor directive.inmarket2015-03-251-2/+2
* More updates for Keil with raw32 GOS.inmarket2015-03-182-16/+10
* Attempt to fix setjmp issues with the Kiel compiler.inmarket2015-03-181-7/+9
* Support ChibiOS V3 changes to the FileStream APIinmarket2015-03-111-1/+3
* Compile error and emulation errors for GFILE_NEED_STDIOinmarket2015-02-214-0/+12
* Big file rename to reduce problems with brain-dead IDE's that don't handle pr...inmarket2015-01-216-7/+10
* Fix complaints with some ChibiOS versions and some compilers about TRUE/FALSE...inmarket2014-12-311-0/+11
* More doxygen fixesJoel Bodenmann2014-11-282-4/+4
* GOS doxygen fixJoel Bodenmann2014-11-281-2/+2
* Fixing doxygen for GOS moduleJoel Bodenmann2014-11-271-7/+14
* Fixing doxygenJoel Bodenmann2014-11-231-1/+1
* Spacing, comments and spelling mistakesinmarket2014-11-152-2/+2
* ChibiOS 3 error message updateinmarket2014-10-091-2/+2
* Update support for ChibiOS v3 to the current repository.inmarket2014-10-061-0/+4
* /src/gos/gfx_* -> /src/gos/gos_*Joel Bodenmann2014-09-2918-16/+16
* doxygen updatesinmarket2014-09-293-3/+3
* 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
* GOS updates to fix compile warnings on linuxinmarket2014-09-283-8/+28
* Adding prefix to port files to avoid file name conflicts on case insensitive ...Joel Bodenmann2014-08-0818-16/+16
* FreeRTOS type definitions for versions older than 8Joel Bodenmann2014-08-081-0/+12
* Operating System initialisation can now be turned off in gfxconf.hinmarket2014-07-299-18/+54
* Oops - add rawrtos into the makefileinmarket2014-07-291-1/+2
* Support for rawrtos real time operating systeminmarket2014-07-294-2/+160
* Try to prevent type definition conflicts with standard headersinmarket2014-07-151-8/+14
* eCos: fixing gfxFree() routineJoel Bodenmann2014-07-111-1/+1
* adding ecos port to makefileJoel Bodenmann2014-07-111-0/+1
* Merge branch 'master' into eCosinmarket2014-07-031-0/+13
|\
| * Missing gfxconf definitions for the RAW32 portinmarket2014-07-031-0/+13
* | First cut eCos portinmarket2014-06-255-2/+229
|/
* Reworking the GWIN doxygen documentation.Joel Bodenmann2014-05-201-2/+2
* gfxExit() fix for ChibiOS/RT 3.xJoel Bodenmann2014-05-191-1/+2
* Merge branch 'freertos'Joel Bodenmann2014-05-106-4/+302
|\
| * freertos port cleanupJoel Bodenmann2014-05-102-7/+10
| * Introducing GFX_FREERTOS_USE_TRACEJoel Bodenmann2014-05-104-9/+20
| * Fix some typos and implement gfxSleepMilliseconds().Winfred Lu2014-05-043-32/+18
| * Merge branch 'master' into freertosJoel Bodenmann2014-04-307-38/+102
| |\
| * | Add SemWaitI() to FreeRTOSinmarket2014-03-142-0/+15
| * | Merge branch 'master' into freertosinmarket2014-03-148-0/+32
| |\ \
| * \ \ Merge branch 'master' into freertosinmarket2014-02-1910-0/+1194
| |\ \ \
| * | | | fixed macrosJoel Bodenmann2014-02-091-1/+2
| * | | | Merge branch 'master' into freertosinmarket2014-02-035-7/+36
| |\ \ \ \
| * | | | | fixed file inclusionJoel Bodenmann2014-02-021-0/+1
| * | | | | whitespacesJoel Bodenmann2014-02-011-4/+5
| * | | | | updateJoel Bodenmann2014-02-011-6/+4
| * | | | | some cleanupJoel Bodenmann2014-02-011-6/+5
| * | | | | initial public release of FreeRTOS port (does still need some cleanup)Joel Bodenmann2014-02-011-0/+151
* | | | | | doxygen cleanupJoel Bodenmann2014-05-108-47/+0
| |_|_|_|/ |/| | | |