rtos: add sanity checking for FreeRTOS's quantity of priorities
commite26d0761905930c326d4166349198ed8bc6af5ae
authorPaul Fertser <fercerpav@gmail.com>
Wed, 14 Mar 2012 06:42:31 +0000 (14 09:42 +0300)
committerSpencer Oliver <spen@spen-soft.co.uk>
Mon, 19 Mar 2012 17:07:44 +0000 (19 17:07 +0000)
tree0e55428644b28d25c0832842b50fec391d4be793
parentfe11baeebb4e238d4bdc47382edb68d3b4156fd3
rtos: add sanity checking for FreeRTOS's quantity of priorities

On operating systems with opportunistic malloc() (e.g. default setting in
GNU/Linux) malloc can sometimes allocate a huge memory region but later the
process will get killed on the first attempt to use this memory, so
checking for malloc's return value is not enough to prevent a crash.

This patch is compile-tested only.

Change-Id: I5e21663115c8e9a0ca9f3d71f7ba4bd09e5c3bb1
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
Reviewed-on: http://openocd.zylin.com/521
Tested-by: jenkins
Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
src/rtos/FreeRTOS.c