summaryrefslogtreecommitdiff
path: root/FreeRTOS/Source/portable/MemMang
Commit message (Collapse)AuthorAgeFilesLines
* Added more files to the Rowley and IAR LM3S demos to test building the newer ↵richardbarry2013-02-123-80/+80
| | | | | | | | | | | files and queue sets. Made queue function prototypes consistent so xQueueHandle parameters are always xQueue, and xQUEUE * parameters pxQueue. Likewise make the task API using px for pointers to TCBs, and just x for task handles. Heap_x functions now automatically align the start of the heap without using the portDOUBLE union member. Queue.c now includes queue.h. git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@1825 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Prepare for V7.3.0 release.richardbarry2012-10-164-30/+38
| | | | git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@1798 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Add tickless idle support in Cortex-M ports.richardbarry2012-10-161-17/+17
| | | | | | Change CCS R4 directory name. git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@1795 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Prepare for V7.2.0 release.richardbarry2012-08-144-4/+4
| | | | git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@1771 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Remove the remnants of the legacy trace functionality (since replaced with ↵richardbarry2012-08-121-0/+3
| | | | | | | | | FreeRTOS+Trace). Replaced the #error that traps configMAX_SYSCALL_INTERRUPT_PRIORITY being set to 0 with a configASSERT() for GCC Cortex-M3/4 ports as the #error does not work if configMAX_SYSCALL_INTERRUPT_PRIORITY includes any casting. Not a problem for other compilers as they cannot have casting anyway as that would break the assembly code. git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@1770 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Add FreeRTOS-Plus directory.richardbarry2012-08-114-0/+944
git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@1765 1d2547de-c912-0410-9cb9-b8ca96c0e9e2