File tree Expand file tree Collapse file tree 3 files changed +22
-0
lines changed
samples/net/sockets/coap_client Expand file tree Collapse file tree 3 files changed +22
-0
lines changed Original file line number Diff line number Diff line change
1
+ CONFIG_MAIN_STACK_SIZE=2048
Original file line number Diff line number Diff line change
1
+ CONFIG_BT=n
2
+
3
+ # Disable IPv4
4
+ CONFIG_NET_IPV4=n
5
+
6
+ CONFIG_NET_CONFIG_NEED_IPV6=y
7
+ CONFIG_NET_CONFIG_NEED_IPV4=n
8
+ CONFIG_NET_CONFIG_MY_IPV4_ADDR=""
9
+ CONFIG_NET_CONFIG_PEER_IPV4_ADDR=""
10
+
11
+ CONFIG_NET_L2_IEEE802154=y
12
+ CONFIG_NET_L2_IEEE802154_SHELL=y
13
+ CONFIG_NET_L2_IEEE802154_LOG_LEVEL_INF=y
14
+
15
+ # Uncomment for 868 MHz
16
+ #CONFIG_NET_CONFIG_IEEE802154_CHANNEL=0
17
+ # Uncomment for 906 MHz:
18
+ CONFIG_NET_CONFIG_IEEE802154_CHANNEL=1
Original file line number Diff line number Diff line change 10
10
- net
11
11
- socket
12
12
platform_allow : qemu_x86
13
+ sample.net.sockets.coap_client.802154.subg :
14
+ extra_args : EXTRA_CONF_FILE="overlay-802154-subg.conf"
15
+ platform_allow : beagleconnect_freedom
You can’t perform that action at this time.
0 commit comments