commit | c76abeeae515b92ffcca477604199289a4c4704f | [log] [tgz] |
---|---|---|
author | Jean-Paul Etienne <fractalclone@gmail.com> | Wed Jan 11 00:24:30 2017 +0100 |
committer | Andrew Boie <andrew.p.boie@intel.com> | Fri Jan 13 19:54:35 2017 +0000 |
tree | 51378f439347e96173248bb4c01d1d8b475dc973 | |
parent | 4c6ab7cfcd84e28e2804435dc331b5ccdbb96148 [diff] |
kernel: updated default IDLE_STACK_SIZE to 512 for RISCV32 Default 256 bytes stack size for idle task is not enough, as stack grows/shrinks by a multiple of 16-bytes in the RISC-V architecture. Increase it to 512 bytes for RISCV32 architecture Change-Id: I8321c48e4c1a877b252ba5561f3cbdd1fe475fc7 Signed-off-by: Jean-Paul Etienne <fractalclone@gmail.com>