aboutsummaryrefslogtreecommitdiffstats
path: root/src/gos/raw32.c
Commit message (Collapse)AuthorAgeFilesLines
* doxygen cleanupJoel Bodenmann2014-05-101-5/+0
|
* Add support for gfxSemWaitI() GOS api.inmarket2014-03-111-0/+7
|
* added deinit() routines for all modules (not implemented so far)Joel Bodenmann2014-02-021-1/+7
|
* 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.
* whitespacesJoel Bodenmann2013-12-111-3/+5
|
* First cut of bare metal GOS layer. Only requires gfxGetSystemTicks() and ↵inmarket2013-12-111-0/+742
gfxMilliseconds2Ticks() to be defined by the user.