aboutsummaryrefslogtreecommitdiffstats
path: root/src/gos/gos_x_threads_cortexm347.h
Commit message (Collapse)AuthorAgeFilesLines
* Minor fixupsinmarket2018-11-101-1/+1
|
* Update license headerTibo Clausen2018-10-011-1/+1
|
* First set of V3 macro changesinmarket2018-02-271-2/+2
|
* Add compatibility with Visual Studio and make compile warning capabilities ↵inmarket2017-06-301-2/+10
| | | | more cross platform
* Fix Cortex m0 Raw32 scheduler.inmarket2016-12-301-2/+3
| | | | Ensure 8 byte alignment of the stack for all ARM specific scheduler code.
* Updates to Keil RAW32 CPU specific scheduler.inmarket2016-12-231-1/+9
| | | | Tested working on CortexM7 and CortexM7 with FP.
* Adding missing __cpp() wrapper macro to inline assembly for Keil RAW32 ↵Joel Bodenmann2016-12-121-1/+1
| | | | threading functions
* Cleaning up raw32 thread context switching functions (use consistent coding ↵Joel Bodenmann2016-12-121-10/+10
| | | | style)
* Fix GCC assembler broken during Keil portinmarket2016-12-081-2/+2
|
* Support for Keil compiler RAW32 CPU specific task switching for Cortex ↵inmarket2016-12-061-19/+31
| | | | M0,1,3,4,7
* Fix a bug in the Cortex M0 task switcherinmarket2016-12-061-0/+74
Start of Keil compiler CPU specific switching