aboutsummaryrefslogtreecommitdiffstats
path: root/src/gos/gos_arduino.c
Commit message (Collapse)AuthorAgeFilesLines
* Add compatibility with Visual Studio and make compile warning capabilities ↵inmarket2017-06-301-1/+5
| | | | more cross platform
* FEATURE: Significantly improved the FreeRTOS portinmarket2017-03-041-0/+4
| | | | | | FEATURE: Added support for operating system initialisation in FreeRTOS FEATURE: Added GFX_OS_CALL_UGFXMAIN configuration option to allow uGFXMain() to be automatically called FEATURE: Added GFX_OS_UGFXMAIN_STACKSIZE configuration option to control uGFXMain() stack size
* Make all include paths in ugfx relative.inmarket2015-11-211-1/+1
| | | | The only include path now needed is for drivers (in particular GDISP drivers)
* Significant improvements in alternative scheduler.inmarket2015-07-161-479/+13
| | | | | | Isolate the generic thread and heap code Tidyup's. Generic threading now working for x86, cortex-m0->m7.
* Provide better access to compiler optimisations for the raw schedulerinmarket2015-07-081-5/+6
|
* Correction of stackbase for mingw32inmarket2015-07-081-1/+1
|
* Fixing stack alignment issue in Arduino schedulerJoel Bodenmann2015-07-081-1/+1
|
* More GOS arduino files - oops missed them last commit.inmarket2015-04-071-0/+539