commit | 9ff319dc52481ad214c060b156e79d42e5ce9fcb | [log] [tgz] |
---|---|---|
author | Andy Ross <andrew.j.ross@intel.com> | Fri Feb 08 10:43:49 2019 -0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Feb 08 14:49:39 2019 -0500 |
tree | 1ab37e919f796e0115ddc5bc729b9eb63c127790 | |
parent | 120281011973e3b689bf7162a27c2cecfcc9e46d [diff] |
samples/portability/cmsis_rtos_v2/philosophers: Exclude qemu_x86_64 This is hitting a stack overflow (probably the same reason xtensa is also excluded -- both are stack-hungry platforms), but with CMSIS there is a fixed cap of 512 bytes that can't be extended. So whitelist this sample. Signed-off-by: Andy Ross <andrew.j.ross@intel.com>