zephyr/samples/net/ipv4_autoconf/boards/sam_e70_xplained.conf

7 lines
181 B
Plaintext

# sam_e70_xplained board need more buffers, otherwise it fails to build
CONFIG_NET_PKT_RX_COUNT=20
CONFIG_NET_PKT_TX_COUNT=20
CONFIG_NET_BUF_RX_COUNT=30
CONFIG_NET_BUF_TX_COUNT=30