summaryrefslogtreecommitdiff
path: root/src/rtos/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Add eCos/Cortex RTOS supportAlan Bowman2011-05-251-1/+1
|
* RTOS Thread awareness support wipBroadcom Corporation (Evan Hunter)2011-04-151-0/+35
- 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.