Skip to content

Commit

Permalink
tests: net: getaddrinfo: Use newlib nano variant when available
Browse files Browse the repository at this point in the history
This commit updates the `getaddrinfo` test to use the newlib nano
variant when available because it can run out of RAM with the newlib
full variant on the platforms with a small RAM.

Signed-off-by: Stephanos Ioannidis <stephanos.ioannidis@nordicsemi.no>
  • Loading branch information
stephanosio authored and carlescufi committed Oct 19, 2022
1 parent 9dd570f commit 6fae7a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/net/socket/getaddrinfo/prj.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# General config
CONFIG_NEWLIB_LIBC=y
CONFIG_NEWLIB_LIBC_NANO=y

# Networking config
CONFIG_NETWORKING=y
Expand Down

0 comments on commit 6fae7a1

Please sign in to comment.