samples: echo_server: remove features to make binary fit
Remove net shell and stacks to make the binary fit on some platforms. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
0ab6da1e03
commit
eea8e697d2
2 changed files with 3 additions and 0 deletions
|
@ -8,3 +8,4 @@ CONFIG_USB_DEVICE_NETWORK_ECM=y
|
|||
# Logging
|
||||
CONFIG_USB_DRIVER_LOG_LEVEL_INF=y
|
||||
CONFIG_USB_DEVICE_LOG_LEVEL_INF=y
|
||||
CONFIG_INIT_STACKS=n
|
||||
|
|
|
@ -25,6 +25,8 @@ tests:
|
|||
harness: net
|
||||
extra_args: OVERLAY_CONFIG="overlay-netusb.conf"
|
||||
platform_whitelist: quark_se_c1000_devboard 96b_carbon
|
||||
extra_configs:
|
||||
- CONFIG_NET_SHELL=n
|
||||
tags: net usb
|
||||
test_usbnet_composite:
|
||||
harness: net
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue