summaryrefslogtreecommitdiff
path: root/src/rtos/rtos.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - trivial fixesFreddie Chopin2011-06-041-3/+2
|
* Report actual current threadAlan Bowman2011-05-251-1/+11
|
* Add eCos/Cortex RTOS supportAlan Bowman2011-05-251-0/+2
|
* Corrected test for invalid current_threadidAlan Bowman2011-05-181-1/+1
|
* Correct stacking direction and use of address offsetAlan Bowman2011-05-141-2/+2
|
* rtos : compilation error on amd64Michel Jaouen2011-04-191-4/+4
|
* RTOS Thread awareness support wipBroadcom Corporation (Evan Hunter)2011-04-151-0/+657
- works on Cortex-M3 with ThreadX and FreeRTOS Compared to original patch a few nits were fixed: - remove stricmp usage - unsigned compare fix - printf formatting fixes - fixed a bug with overrunning a memory buffer allocated with malloc.