Skip to content

Commit

Permalink
tests/lib/cbprintf_fp: add hifive1.conf
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
fkokosinski authored and fabiobaltieri committed Apr 2, 2024
1 parent 1029800 commit 1903756
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/lib/cbprintf_fp/boards/hifive1.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CONFIG_NEWLIB_LIBC_MIN_REQUIRED_HEAP_SIZE=2048

0 comments on commit 1903756

Please sign in to comment.