aboutsummaryrefslogtreecommitdiffstats
path: root/src/gos
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Joel Bodenmann2014-02-021-1/+1
| | | | having a void pointer
* 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
| | | | Optimisation of the RAM it uses for stack frame autodetection.
* 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 ↵inmarket2013-12-112-0/+743
| | | | gfxMilliseconds2Ticks() to be defined by the user.
* 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 ↵inmarket2013-07-221-2/+2
| | | | some modules even under POSIX.
* GOS POSIX fixesJoel Bodenmann2013-07-221-32/+33
|
* fixed license headersJoel Bodenmann2013-07-213-3/+3
|
* Initial GOS port for POSIX (Linux). Untested.inmarket2013-07-211-1/+150
|
* Small gfxHalt bug fix for Win32 platforminmarket2013-07-211-1/+2
|
* Added gfxRealloc()inmarket2013-07-201-0/+18
|
* License header updatesinmarket2013-06-153-54/+15
|
* GOS updatesinmarket2013-06-022-6/+16
|
* More GOS module changesinmarket2013-05-262-112/+83
| | | | | GQUEUE as a seperate module GOS changes including basic Win32 O/S support
* GOS module, for operating system independanceinmarket2013-05-254-0/+274
GMISC fast floating point trig GMISC fast fixed point trig