Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Add SemWaitI() to FreeRTOS | inmarket | 2014-03-14 | 2 | -0/+15 | |
| | | | ||||||
| * | | Merge branch 'master' into freertos | inmarket | 2014-03-14 | 8 | -0/+32 | |
| |\ \ | ||||||
| * \ \ | Merge branch 'master' into freertos | inmarket | 2014-02-19 | 10 | -0/+1194 | |
| |\ \ \ | ||||||
| * | | | | fixed macros | Joel Bodenmann | 2014-02-09 | 1 | -1/+2 | |
| | | | | | ||||||
| * | | | | Merge branch 'master' into freertos | inmarket | 2014-02-03 | 5 | -7/+36 | |
| |\ \ \ \ | ||||||
| * | | | | | fixed file inclusion | Joel Bodenmann | 2014-02-02 | 1 | -0/+1 | |
| | | | | | | ||||||
| * | | | | | whitespaces | Joel Bodenmann | 2014-02-01 | 1 | -4/+5 | |
| | | | | | | ||||||
| * | | | | | update | Joel Bodenmann | 2014-02-01 | 1 | -6/+4 | |
| | | | | | | ||||||
| * | | | | | some cleanup | Joel Bodenmann | 2014-02-01 | 1 | -6/+5 | |
| | | | | | | ||||||
| * | | | | | initial public release of FreeRTOS port (does still need some cleanup) | Joel Bodenmann | 2014-02-01 | 1 | -0/+151 | |
| | | | | | | ||||||
* | | | | | | doxygen cleanup | Joel Bodenmann | 2014-05-10 | 8 | -47/+0 | |
| |_|_|_|/ |/| | | | | ||||||
* | | | | | uGFX now works with ChibiOS/RT 2.x and 3.x out of the box. | Joel Bodenmann | 2014-04-18 | 2 | -31/+97 | |
| | | | | | ||||||
* | | | | | doxygen fixes | Joel Bodenmann | 2014-03-28 | 6 | -6/+5 | |
| | | | | | ||||||
* | | | | | Fix bug in ChibiOS GOS layer | inmarket | 2014-03-24 | 1 | -5/+4 | |
| |_|_|/ |/| | | | ||||||
* | | | | Add support for gfxSemWaitI() GOS api. | inmarket | 2014-03-11 | 8 | -0/+32 | |
| |_|/ |/| | | ||||||
* | | | Integrate the include files with each module. Simplifies structure of code. | inmarket | 2014-02-19 | 9 | -0/+1062 | |
| |/ |/| | ||||||
* | | added deinit() routines for all modules (not implemented so far) | Joel Bodenmann | 2014-02-02 | 5 | -6/+35 | |
| | | ||||||
* | | 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. | |||||
* | Replace NULL's with 0 as NULL is not defined by the Raw32 GOS. | inmarket | 2013-12-21 | 3 | -5/+5 | |
| | ||||||
* | whitespaces | Joel Bodenmann | 2013-12-11 | 1 | -3/+5 | |
| | ||||||
* | First cut of bare metal GOS layer. Only requires gfxGetSystemTicks() and ↵ | inmarket | 2013-12-11 | 2 | -0/+743 | |
| | | | | gfxMilliseconds2Ticks() to be defined by the user. | |||||
* | doc fix | inmarket | 2013-12-09 | 1 | -2/+2 | |
| | ||||||
* | whitespaces | Joel Bodenmann | 2013-12-07 | 3 | -53/+101 | |
| | ||||||
* | removed POSIX, now having dedicated Linux and MAC OS-X ports | Joel Bodenmann | 2013-07-23 | 3 | -173/+6 | |
| | ||||||
* | POSIX port now became Linux and OSX | Joel Bodenmann | 2013-07-23 | 2 | -0/+361 | |
| | ||||||
* | posix doxygen fix | Joel Bodenmann | 2013-07-23 | 1 | -1/+1 | |
| | ||||||
* | POSIX fix | Joel Bodenmann | 2013-07-22 | 1 | -1/+1 | |
| | ||||||
* | gfxSystemLock() and gfxSystemUnlock() are required for correct operation of ↵ | inmarket | 2013-07-22 | 1 | -2/+2 | |
| | | | | some modules even under POSIX. | |||||
* | GOS POSIX fixes | Joel Bodenmann | 2013-07-22 | 1 | -32/+33 | |
| | ||||||
* | fixed license headers | Joel Bodenmann | 2013-07-21 | 3 | -3/+3 | |
| | ||||||
* | Initial GOS port for POSIX (Linux). Untested. | inmarket | 2013-07-21 | 1 | -1/+150 | |
| | ||||||
* | Small gfxHalt bug fix for Win32 platform | inmarket | 2013-07-21 | 1 | -1/+2 | |
| | ||||||
* | Added gfxRealloc() | inmarket | 2013-07-20 | 1 | -0/+18 | |
| | ||||||
* | License header updates | inmarket | 2013-06-15 | 3 | -54/+15 | |
| | ||||||
* | GOS updates | inmarket | 2013-06-02 | 2 | -6/+16 | |
| | ||||||
* | More GOS module changes | inmarket | 2013-05-26 | 2 | -112/+83 | |
| | | | | | GQUEUE as a seperate module GOS changes including basic Win32 O/S support | |||||
* | GOS module, for operating system independance | inmarket | 2013-05-25 | 4 | -0/+274 | |
GMISC fast floating point trig GMISC fast fixed point trig |