aboutsummaryrefslogtreecommitdiffstats
path: root/include/gos
Commit message (Collapse)AuthorAgeFilesLines
* Integrate the include files with each module. Simplifies structure of code.inmarket2014-02-197-1031/+0
|
* Typo in Win32 GOSinmarket2014-02-071-2/+2
|
* GOS Raw32 semaphore fixinmarket2013-12-211-1/+1
|
* Replace NULL's with 0 as NULL is not defined by the Raw32 GOS.inmarket2013-12-212-5/+5
|
* whitespacesJoel Bodenmann2013-12-111-1/+2
|
* First cut of bare metal GOS layer. Only requires gfxGetSystemTicks() and ↵inmarket2013-12-113-0/+133
| | | | gfxMilliseconds2Ticks() to be defined by the user.
* whitespacesJoel Bodenmann2013-12-072-3/+2
|
* Better definitions for null functions in the GOS layerinmarket2013-11-173-4/+4
|
* gfxHalt doesn't always work under ChibiOS. This has now been fixed.inmarket2013-11-161-1/+1
|
* Fix Win32 GOS layer to allow later inclusion of WinSock2.inmarket2013-11-161-1/+8
|
* doxygen fixJoel Bodenmann2013-08-051-2/+2
|
* Integrate changes from master branchinmarket2013-07-271-1/+0
|
* list widget - work in progressJoel Bodenmann2013-07-251-0/+1
|
* compiler warningsJoel Bodenmann2013-07-252-7/+2
|
* fixed OS-X port (untested)Joel Bodenmann2013-07-232-2/+2
|
* removed POSIX, now having dedicated Linux and MAC OS-X portsJoel Bodenmann2013-07-234-102/+15
|
* POSIX port now became Linux and OSXJoel Bodenmann2013-07-232-0/+193
|
* posix doxygen fixJoel Bodenmann2013-07-231-1/+1
|
* fixed license headersJoel Bodenmann2013-07-215-5/+5
|
* doxygen updatesJoel Bodenmann2013-07-211-2/+4
|
* Initial GOS port for POSIX (Linux). Untested.inmarket2013-07-211-0/+77
|
* Spelling mistakeinmarket2013-07-211-2/+2
|
* Added gfxRealloc()inmarket2013-07-203-0/+22
|
* License header updatesinmarket2013-06-155-86/+25
|
* GOS updatesinmarket2013-06-023-15/+66
|
* More GOS module changesinmarket2013-05-263-187/+151
| | | | | GQUEUE as a seperate module GOS changes including basic Win32 O/S support
* GOS module, for operating system independanceinmarket2013-05-255-0/+735
GMISC fast floating point trig GMISC fast fixed point trig