Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - trivial fixes | Freddie Chopin | 2011-06-04 | 1 | -3/+2 |
| | |||||
* | Report actual current thread | Alan Bowman | 2011-05-25 | 1 | -1/+11 |
| | |||||
* | Add eCos/Cortex RTOS support | Alan Bowman | 2011-05-25 | 1 | -0/+2 |
| | |||||
* | Corrected test for invalid current_threadid | Alan Bowman | 2011-05-18 | 1 | -1/+1 |
| | |||||
* | Correct stacking direction and use of address offset | Alan Bowman | 2011-05-14 | 1 | -2/+2 |
| | |||||
* | rtos : compilation error on amd64 | Michel Jaouen | 2011-04-19 | 1 | -4/+4 |
| | |||||
* | RTOS Thread awareness support wip | Broadcom Corporation (Evan Hunter) | 2011-04-15 | 1 | -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. |