Skip to content

Commit 65a80d5

Browse files
pkoscikaescolar
authored andcommitted
tests: posix: getopt: hifive1: reduce MIN_REQUIRED_HEAP_SIZE to 1024
This commit reduces `CONFIG_NEWLIB_LIBC_MIN_REQUIRED_HEAP_SIZE` from 2048 to 1024 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: Patryk Koscik <[email protected]>
1 parent a2dd9a4 commit 65a80d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
CONFIG_NEWLIB_LIBC_MIN_REQUIRED_HEAP_SIZE=2048
1+
CONFIG_NEWLIB_LIBC_MIN_REQUIRED_HEAP_SIZE=1024

0 commit comments

Comments
 (0)