zephyr/samples/net
Ulf Magnusson 1a7ae583af samples: net: mqtt: Remove CONFIG_BT_MAX_CMD_LEN assignment
This symbol started out as CONFIG_BLUETOOTH_MAX_CMD_LEN, which was
removed in commit 50678b03cb ("Bluetooth: Reuse HCI command buffers
for the command response").

The non-existing symbol in the assignment was then renamed to
CONFIG_BT_MAX_CMD_LEN by commit 2975ca0754 ("Bluetooth: Kconfig:
Rename CONFIG_BLUETOOTH_* to CONFIG_BT_*").

Remove the assignment.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2018-05-23 13:10:26 -04:00
..
coap_client samples: net: Fix coap-client sample 2018-05-22 08:54:54 -04:00
coap_server samples: net: Remove unwanted code from coap-server 2018-05-22 08:54:54 -04:00
coaps_client mbedtls: Replace COAP-specific max len setting with generic 2018-03-18 09:38:22 -07:00
coaps_server mbedtls: Replace COAP-specific max len setting with generic 2018-03-18 09:38:22 -07:00
common gpio: Refactor the mcux gpio driver to use dts 2018-04-20 08:54:11 -05:00
dhcpv4_client samples: net: Fix sanitycheck for sam_e70_xplained board 2018-04-05 08:25:49 -04:00
dns_resolve samples: net: dns_resolver: Add config options for tests 2018-05-14 17:22:27 -04:00
echo_client samples/net: Fix echo_client for cc2520 2018-05-09 13:18:14 -04:00
echo_server samples: net: Fix echo_server reply packet preparation 2018-05-16 16:40:27 +03:00
eth_native_posix doc: fix doc misspellings in doc, boards, samples 2018-04-05 19:17:01 -04:00
http_client samples: net: https-client: Increasing main stack size 2018-05-03 08:55:58 +03:00
http_server samples: net: Add test cases for USB EEM 2018-04-06 06:50:34 -04:00
irc_bot samples: net: Remove undefined references to CONFIG_NET_LOG_ENABLED 2018-05-23 12:10:38 -04:00
leds_demo samples: leds_demo: depend on netif and gpio 2018-05-16 23:10:30 +03:00
lwm2m_client net: lwm2m: mark OPTIONAL resources for LwM2M Device 2018-05-16 10:56:07 +03:00
mbedtls_dtlsclient cmake: Ported mbedTLS to use Zephyr interface libraries 2018-01-02 22:09:01 -05:00
mbedtls_dtlsserver mbedtls: Switch default MBEDTLS_CFG_FILE to config-mini-tls1_2.h 2018-02-15 12:35:31 -05:00
mbedtls_sslclient samples: net: mbedtls_sslclient: Fix prj.conf file 2018-05-15 17:11:56 +03:00
mdns_responder samples: bluetooth and net samples need test setup 2017-12-28 20:24:29 -05:00
mqtt_publisher samples: net: mqtt: Remove CONFIG_BT_MAX_CMD_LEN assignment 2018-05-23 13:10:26 -04:00
nats samples: net: Remove undefined references to CONFIG_NET_LOG_ENABLED 2018-05-23 12:10:38 -04:00
rpl_border_router samples: net: rpl_br: Fix coverity issues 2018-05-22 09:54:11 -04:00
rpl_node samples: net: rpl: Add observer support to node application 2018-05-17 16:25:49 +03:00
rpl-mesh-qemu sample: net: RPL mesh sample over QEMU 2018-02-20 14:47:14 +02:00
sntp_client samples: bluetooth and net samples need test setup 2017-12-28 20:24:29 -05:00
sockets samples: sockets: big_http_download: Update for DHCPv4 support. 2018-05-18 13:03:44 +03:00
stats samples: net: stats: Print ethernet statistics 2018-04-11 16:49:48 +03:00
syslog_net samples: net: Fix sanitycheck for sam_e70_xplained board 2018-04-05 08:25:49 -04:00
telnet samples: telnet: fix net mgmt event handler 2018-04-12 10:35:10 +03:00
throughput_server net: samples: throughput_server: Decrease buffer count 2018-02-10 09:20:42 +02:00
traffic_class samples: net: Fix VLAN tag name in prj.conf file 2018-05-23 12:47:49 -04:00
vlan samples: net: Fix VLAN tag name in prj.conf file 2018-05-23 12:47:49 -04:00
wifi samples/net: Add a simple sample to run wifi shell module 2018-05-17 10:46:26 +03:00
wpan_serial ieee802154: Add support for filtering source short/ieee addresses 2018-05-17 16:18:53 +03:00
wpanusb ieee802154: Add support for filtering source short/ieee addresses 2018-05-17 16:18:53 +03:00
ws_console samples: net: websocket_console: Do not copy pass end of string 2018-03-26 13:00:11 +03:00
ws_echo_server net: websocket: Use system provided base64 function 2018-03-23 08:30:26 -04:00
zperf samples: net: Add test cases for USB EEM 2018-04-06 06:50:34 -04:00
net.rst