Commit bdbf551e authored by Jukka Rissanen's avatar Jukka Rissanen Committed by Anas Nashif
Browse files

samples: net: coap_client: Remove obsolete prj_bt.conf file



The conf file contained obsolete config options and it was
not really used. Cleaned also the sample.yaml file.

Signed-off-by: default avatarJukka Rissanen <jukka.rissanen@linux.intel.com>
parent a11868fe
Loading
Loading
Loading
Loading
+0 −20
Original line number Diff line number Diff line
CONFIG_NETWORKING=y
CONFIG_NET_IPV6=y
CONFIG_NET_LOG=y
CONFIG_NET_UDP=y
CONFIG_SYS_LOG=y
CONFIG_SYS_LOG_SHOW_COLOR=y
CONFIG_ENTROPY_GENERATOR=y
CONFIG_TEST_RANDOM_GENERATOR=y
CONFIG_COAP=y
CONFIG_NET_L2_BT=y
CONFIG_INIT_STACKS=y
CONFIG_NET_MGMT=y
CONFIG_NET_MGMT_EVENT=y

CONFIG_NET_SHELL=y
CONFIG_NET_L2_BT_SHELL=y

CONFIG_NET_CONFIG_SETTINGS=y
CONFIG_NET_CONFIG_MY_IPV6_ADDR="2001:db8::1"
CONFIG_NET_CONFIG_PEER_IPV6_ADDR="2001:db8::2"
+2 −8
Original line number Diff line number Diff line
@@ -4,11 +4,5 @@ sample:
tests:
  test:
    harness: net
    platform_whitelist: quark_se_c1000_devboard galileo
      frdm_k64f
    tags: net
  test_bt:
    harness: net
    extra_args: CONF_FILE="prj_bt.conf"
    platform_whitelist: qemu_x86
    tags: net bluetooth
    platform_whitelist: qemu_x86 native_posix
    tags: net coap