]> begriffs open source - freertos/commit
Modify the stack set up when ARM7/9 tasks are created to ensure the assert() calls...
authorRichard Barry <ribarry@amazon.com>
Sun, 28 Aug 2011 13:06:11 +0000 (13:06 +0000)
committerRichard Barry <ribarry@amazon.com>
Sun, 28 Aug 2011 13:06:11 +0000 (13:06 +0000)
commit3a4d907c646ffd8d0a5ae696db0eafb75e8dd94a
tree96f4248ae13650c3b1e2b73728cd3d858e255505
parent98860dee6a4afb0fa1ec573097a1d9fe2e4d2f73
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.
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