aboutsummaryrefslogtreecommitdiffstats
path: root/src/gos
Commit message (Expand)AuthorAgeFilesLines
* Update support for ChibiOS v3 to the current repository.inmarket2014-10-061-0/+4
* Merge branch 'newmouse' of bitbucket.org:Tectu/ugfx into newmouseJoel Bodenmann2014-09-293-100/+144
|\
| * Merge branch 'master' into newmouseinmarket2014-09-293-100/+144
| |\
| | * 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
* | | /src/gos/gfx_* -> /src/gos/gos_*Joel Bodenmann2014-09-2918-16/+16
|/ /
* / some doxygen fixes (more coming)Joel Bodenmann2014-09-283-3/+3
|/
* 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
| |_|_|_|/ |/| | | |
* | | | | 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