This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
9df88e62fc
zephyr
/
tests
/
posix
/
getopt
/
boards
/
hifive1.conf
2 lines
47 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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 <pkoscik@antmicro.com>
2024-06-27 00:33:01 +08:00
CONFIG_NEWLIB_LIBC_MIN_REQUIRED_HEAP_SIZE=1024