File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed
samples/net/sockets/coap_server Expand file tree Collapse file tree 2 files changed +21
-0
lines changed 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 28
28
- CONFIG_BUILD_ONLY_NO_BLOBS=y
29
29
platform_allow :
30
30
- nrf7002dk/nrf5340/cpuapp
31
+ sample.net.sockets.coap_server.802154.subg :
32
+ extra_args : EXTRA_CONF_FILE="overlay-802154-subg.conf"
33
+ platform_allow : beagleconnect_freedom
You can’t perform that action at this time.
0 commit comments