]> git.sur5r.net Git - freertos/commit
Modify the stack set up when ARM7/9 tasks are created to ensure the assert() calls...
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 28 Aug 2011 13:06:11 +0000 (13:06 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 28 Aug 2011 13:06:11 +0000 (13:06 +0000)
commit6f7e62ab8caf796690a8030eba9459b36216227d
tree96f4248ae13650c3b1e2b73728cd3d858e255505
parent66457dbae732d72ecf584a2d1c3a196190322dbf
Modify the stack set up when ARM7/9 tasks are created to ensure the assert() calls in xTaskCreate() don't fail.  In this case, the assert that would fail is actually redundant anyway, but should not be removed as it might not be redundant in all ports.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1571 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
Source/portable/GCC/ARM7_AT91FR40008/port.c
Source/portable/GCC/ARM7_AT91SAM7S/port.c
Source/portable/GCC/ARM7_LPC2000/port.c
Source/portable/GCC/ARM7_LPC23xx/port.c
Source/portable/GCC/STR75x/port.c
Source/portable/IAR/AtmelSAM7S64/port.c
Source/portable/IAR/AtmelSAM9XE/port.c
Source/portable/IAR/STR71x/port.c
Source/portable/IAR/STR75x/port.c
Source/portable/IAR/STR91x/port.c
Source/portable/RVDS/ARM7_LPC21xx/port.c