inmarket
|
6d372f1352
|
Merge branch 'master' into freertos
|
2014-02-19 07:45:47 +10:00 |
|
inmarket
|
37966ff16d
|
Integrate the include files with each module. Simplifies structure of code.
|
2014-02-19 00:36:52 +10:00 |
|
Joel Bodenmann
|
9e66363817
|
fixed macros
|
2014-02-09 20:21:08 +01:00 |
|
inmarket
|
f26581dc7e
|
Merge branch 'master' into freertos
|
2014-02-03 18:23:53 +10:00 |
|
Joel Bodenmann
|
b6daaabf32
|
fixed file inclusion
|
2014-02-02 19:31:33 +01:00 |
|
Joel Bodenmann
|
a11f7da536
|
added deinit() routines for all modules (not implemented so far)
|
2014-02-02 19:24:43 +01:00 |
|
Joel Bodenmann
|
6515373b2a
|
removing casts of gfxAlloc() return value as that is the whole idea behind having a void pointer
|
2014-02-02 12:59:36 +01:00 |
|
Joel Bodenmann
|
fca893ab83
|
whitespaces
|
2014-02-01 17:40:30 +01:00 |
|
Joel Bodenmann
|
124c8da3ff
|
update
|
2014-02-01 17:39:11 +01:00 |
|
Joel Bodenmann
|
42f96a10c5
|
some cleanup
|
2014-02-01 17:30:02 +01:00 |
|
Joel Bodenmann
|
0bb6473f88
|
initial public release of FreeRTOS port (does still need some cleanup)
|
2014-02-01 17:06:20 +01:00 |
|
inmarket
|
86083b368d
|
Fixes for the GOS Raw32 memory allocator.
|
2013-12-21 15:12:36 +10:00 |
|
inmarket
|
a68dfd9cbe
|
More GOS Raw32 updates.
|
2013-12-21 13:37:40 +10:00 |
|
inmarket
|
0c854f099f
|
Fixes to the Raw32 threading.
Optimisation of the RAM it uses for stack frame autodetection.
|
2013-12-21 13:25:01 +10:00 |
|
inmarket
|
d9f02858fd
|
Replace NULL's with 0 as NULL is not defined by the Raw32 GOS.
|
2013-12-21 13:21:59 +10:00 |
|
Joel Bodenmann
|
5ea2cb9f8d
|
whitespaces
|
2013-12-11 14:19:46 +01:00 |
|
inmarket
|
daf881428e
|
First cut of bare metal GOS layer. Only requires gfxGetSystemTicks() and gfxMilliseconds2Ticks() to be defined by the user.
|
2013-12-11 00:40:03 +10:00 |
|
inmarket
|
da8a79bd24
|
doc fix
|
2013-12-09 08:59:13 +10:00 |
|
Joel Bodenmann
|
395a4bda31
|
whitespaces
|
2013-12-07 22:01:57 +01:00 |
|
Joel Bodenmann
|
95b1597158
|
removed POSIX, now having dedicated Linux and MAC OS-X ports
|
2013-07-23 02:12:52 +02:00 |
|
Joel Bodenmann
|
3eb2f4bb97
|
POSIX port now became Linux and OSX
|
2013-07-23 00:47:42 +02:00 |
|
Joel Bodenmann
|
fa9a957a38
|
posix doxygen fix
|
2013-07-23 00:03:00 +02:00 |
|
Joel Bodenmann
|
e5c6fce1d9
|
POSIX fix
|
2013-07-22 13:51:40 +02:00 |
|
inmarket
|
c40021af01
|
gfxSystemLock() and gfxSystemUnlock() are required for correct operation of some modules even under POSIX.
|
2013-07-22 17:06:55 +10:00 |
|
Joel Bodenmann
|
7b4488267d
|
GOS POSIX fixes
|
2013-07-22 05:50:31 +02:00 |
|
Joel Bodenmann
|
73c5ef26f8
|
fixed license headers
|
2013-07-21 22:20:37 +02:00 |
|
inmarket
|
c29950c767
|
Initial GOS port for POSIX (Linux). Untested.
|
2013-07-21 17:27:54 +10:00 |
|
inmarket
|
45c8e9052d
|
Small gfxHalt bug fix for Win32 platform
|
2013-07-21 17:27:11 +10:00 |
|
inmarket
|
2bef5da2f3
|
Added gfxRealloc()
|
2013-07-20 21:57:01 +10:00 |
|
inmarket
|
ed0bac9765
|
License header updates
|
2013-06-15 21:37:22 +10:00 |
|
inmarket
|
1c258a8273
|
GOS updates
|
2013-06-02 18:57:22 +10:00 |
|
inmarket
|
8fcbf4e5d5
|
More GOS module changes
GQUEUE as a seperate module
GOS changes including basic Win32 O/S support
|
2013-05-26 02:06:55 +10:00 |
|
inmarket
|
7fbfde42aa
|
GOS module, for operating system independance
GMISC fast floating point trig
GMISC fast fixed point trig
|
2013-05-25 01:26:52 +10:00 |
|