]> begriffs open source - freertos/commit
Kernel updates:
authorRichard Barry <ribarry@amazon.com>
Wed, 11 Feb 2015 15:41:30 +0000 (15:41 +0000)
committerRichard Barry <ribarry@amazon.com>
Wed, 11 Feb 2015 15:41:30 +0000 (15:41 +0000)
commit86b09bfeb995c748b8def88c4c710fcd25ee2be0
treee1f0b4e60fbb075e626766232c34441784aa5f75
parentdfdc3195181fea82f1680638f12ac9e25560fe8c
Kernel updates:
+ Added vTimerSetTimerID() to compliment vTimerGetTimerID().  Now the timer ID can be used as timer local storage.
+ Updated comments and added some additional assert() calls.

Win32 port:
+ Some changes to allow easier 64-bit builds

PIC24/dsPIC port:
+ Added NOP after disable interrupt instruction.
13 files changed:
FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/RTOSDemo.uvproj
FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/httpd-cgi.c
FreeRTOS/Source/include/portable.h
FreeRTOS/Source/include/queue.h
FreeRTOS/Source/include/timers.h
FreeRTOS/Source/portable/MPLAB/PIC24_dsPIC/portmacro.h
FreeRTOS/Source/portable/MSVC-MingW/port.c
FreeRTOS/Source/portable/MSVC-MingW/portmacro.h
FreeRTOS/Source/portable/MemMang/heap_1.c
FreeRTOS/Source/portable/MemMang/heap_2.c
FreeRTOS/Source/queue.c
FreeRTOS/Source/tasks.c
FreeRTOS/Source/timers.c