aboutsummaryrefslogtreecommitdiffstats
path: root/src/gos/gos_raw32.c
Commit message (Collapse)AuthorAgeFilesLines
* Significant improvements in alternative scheduler.inmarket2015-07-161-783/+6
| | | | | | Isolate the generic thread and heap code Tidyup's. Generic threading now working for x86, cortex-m0->m7.
* Fixing syntax errors in order to be able to compile scheduler code (still ↵Joel Bodenmann2015-07-121-45/+45
| | | | not working but compiling)
* Some fixes in ASM codeJoel Bodenmann2015-07-121-11/+11
|
* Merge branch 'master' into Alternate_Raw32_Schedulerinmarket2015-07-081-4/+5
|\
| * Provide better access to compiler optimisations for the raw schedulerinmarket2015-07-081-4/+5
| |
* | Merge branch 'master' into Alternate_Raw32_Schedulerinmarket2015-07-081-1/+1
|\|
| * Correction of stackbase for mingw32inmarket2015-07-081-1/+1
| |
* | Alternate Raw32 scheduler.inmarket2015-07-081-111/+237
|/ | | | | | Works for main thread + one other thread. Currently fails with 2 other threads. STM32M4 code tested and working.
* Fix single file make issues with GOS Raw32 on the Win32 platform.inmarket2015-07-081-1/+10
|
* Merge remote-tracking branch 'origin/master'inmarket2015-07-081-1/+1
|\
| * Fixing stack alignment issue in RAW32 schedulerJoel Bodenmann2015-07-081-1/+1
| |
* | Spelling fixes.inmarket2015-07-081-2/+2
|/
* Fix misspelling of KEIL preprocessor directive.inmarket2015-03-251-2/+2
|
* More updates for Keil with raw32 GOS.inmarket2015-03-181-11/+5
|
* Attempt to fix setjmp issues with the Kiel compiler.inmarket2015-03-181-7/+9
|
* Compile error and emulation errors for GFILE_NEED_STDIOinmarket2015-02-211-0/+3
|
* /src/gos/gfx_* -> /src/gos/gos_*Joel Bodenmann2014-09-291-0/+739