aboutsummaryrefslogtreecommitdiffstats
path: root/src/gos
Commit message (Expand)AuthorAgeFilesLines
* 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
| |_|_|_|/ |/| | | |
* | | | | uGFX now works with ChibiOS/RT 2.x and 3.x out of the box.Joel Bodenmann2014-04-182-31/+97
* | | | | doxygen fixesJoel Bodenmann2014-03-286-6/+5
* | | | | Fix bug in ChibiOS GOS layerinmarket2014-03-241-5/+4
| |_|_|/ |/| | |
* | | | Add support for gfxSemWaitI() GOS api.inmarket2014-03-118-0/+32
| |_|/ |/| |
* | | Integrate the include files with each module. Simplifies structure of code.inmarket2014-02-199-0/+1062
| |/ |/|
* | added deinit() routines for all modules (not implemented so far)Joel Bodenmann2014-02-025-6/+35
* | removing casts of gfxAlloc() return value as that is the whole idea behind ha...Joel Bodenmann2014-02-021-1/+1
|/
* Fixes for the GOS Raw32 memory allocator.inmarket2013-12-211-6/+8
* More GOS Raw32 updates.inmarket2013-12-211-32/+18
* Fixes to the Raw32 threading.inmarket2013-12-211-62/+55
* Replace NULL's with 0 as NULL is not defined by the Raw32 GOS.inmarket2013-12-213-5/+5
* whitespacesJoel Bodenmann2013-12-111-3/+5
* First cut of bare metal GOS layer. Only requires gfxGetSystemTicks() and gfxM...inmarket2013-12-112-0/+743
* doc fixinmarket2013-12-091-2/+2
* whitespacesJoel Bodenmann2013-12-073-53/+101
* removed POSIX, now having dedicated Linux and MAC OS-X portsJoel Bodenmann2013-07-233-173/+6
* POSIX port now became Linux and OSXJoel Bodenmann2013-07-232-0/+361
* posix doxygen fixJoel Bodenmann2013-07-231-1/+1
* POSIX fixJoel Bodenmann2013-07-221-1/+1
* gfxSystemLock() and gfxSystemUnlock() are required for correct operation of s...inmarket2013-07-221-2/+2
* GOS POSIX fixesJoel Bodenmann2013-07-221-32/+33