FreeRTOS: Make optional symbols optional
authorAndreas Fritiofson <andreas.fritiofson@gmail.com>
Thu, 16 Apr 2015 08:56:47 +0000 (10:56 +0200)
committerPaul Fertser <fercerpav@gmail.com>
Thu, 16 Apr 2015 19:20:28 +0000 (20:20 +0100)
commit6b2887e16acefada94a496ef786882d04b9b89a2
tree3fa7ff3c4a746c3307eb10ec6c8323a33729b6f5
parentf3b1405fddf0b32af27ad3894841f7d1702d8e5a
FreeRTOS: Make optional symbols optional

xSuspendedTaskList and xTasksWaitingTermination are only available for
some configurations. Missing optional symbols will have their addresses
remaining at zero so the corresponding lists will be skipped when
building the task list.

Change-Id: If330f5038d009298c3a14a4d2756db7105a30bc8
Signed-off-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
Reviewed-on: http://openocd.zylin.com/2425
Tested-by: jenkins
Reviewed-by: Paul Fertser <fercerpav@gmail.com>
src/rtos/FreeRTOS.c