Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added deinit() routines for all modules (not implemented so far) | Joel Bodenmann | 2014-02-02 | 1 | -1/+7 |
| | |||||
* | removing casts of gfxAlloc() return value as that is the whole idea behind ↵ | Joel Bodenmann | 2014-02-02 | 1 | -1/+1 |
| | | | | having a void pointer | ||||
* | Fixes for the GOS Raw32 memory allocator. | inmarket | 2013-12-21 | 1 | -6/+8 |
| | |||||
* | More GOS Raw32 updates. | inmarket | 2013-12-21 | 1 | -32/+18 |
| | |||||
* | Fixes to the Raw32 threading. | inmarket | 2013-12-21 | 1 | -62/+55 |
| | | | | Optimisation of the RAM it uses for stack frame autodetection. | ||||
* | whitespaces | Joel Bodenmann | 2013-12-11 | 1 | -3/+5 |
| | |||||
* | First cut of bare metal GOS layer. Only requires gfxGetSystemTicks() and ↵ | inmarket | 2013-12-11 | 1 | -0/+742 |
gfxMilliseconds2Ticks() to be defined by the user. |