zephyr/samples/microkernel/apps/network/echo_server/prj_arm.conf
Jukka Rissanen 82c9c3b978 net: apps: Fix the number of TX and RX bufs in examples prj files
Separate RX and TX buffer count was not set in example
applications prj files.

Change-Id: If48824e894bced3134391dae651f5997820de2c1
Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2016-02-05 20:15:41 -05:00

10 lines
243 B
Plaintext

CONFIG_ENHANCED_SECURITY=n
CONFIG_NETWORKING=y
CONFIG_NETWORKING_WITH_LOGGING=y
CONFIG_NETWORKING_WITH_LOOPBACK=y
CONFIG_NETWORKING_UART=y
CONFIG_NETWORKING_DEBUG_UART=y
CONFIG_NET_BUF_RX_SIZE=3
CONFIG_NET_BUF_TX_SIZE=2
CONFIG_NANO_TIMEOUTS=y