tests/posix/getopt: add hifive1.conf
This commit sets `CONFIG_NEWLIB_LIBC_MIN_REQUIRED_HEAP_SIZE=2048` for the SiFive HiFive1 board. Otherwise, the test fails on the following assert from Newlib: memory space available for newlib heap is less than the minimum required size specified by CONFIG_NEWLIB_LIBC_MIN_REQUIRED_HEAP_SIZE Signed-off-by: Filip Kokosinski <fkokosinski@antmicro.com>
This commit is contained in:
parent
1903756888
commit
11a30924d2
1
tests/posix/getopt/boards/hifive1.conf
Normal file
1
tests/posix/getopt/boards/hifive1.conf
Normal file
|
@ -0,0 +1 @@
|
|||
CONFIG_NEWLIB_LIBC_MIN_REQUIRED_HEAP_SIZE=2048
|
Loading…
Reference in a new issue