aboutsummaryrefslogtreecommitdiffstats
path: root/src/gos/gos_arduino.c
Commit message (Collapse)AuthorAgeFilesLines
* For all source files update integer types to the new gI8 etc type namesinmarket2018-11-031-2/+2
|
* Update license headerTibo Clausen2018-10-011-1/+1
|
* Added type gDelay to replace V2.x delaytime_tinmarket2018-07-081-2/+2
| | | | | | Added type gTicks to replace V2.x systemticks_t Added type gThreadreturn to replace V2.x threadreturn_t Added type gThreadpriority to replace V2.x threadpriority_t
* 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