We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32e69f7 commit 41fc3e1Copy full SHA for 41fc3e1
ports/zephyr/boards/beagleconnect_freedom.conf
@@ -7,3 +7,13 @@ CONFIG_SPI=y
7
# Flash drivers
8
CONFIG_FLASH=y
9
CONFIG_FLASH_MAP=y
10
+
11
+# Networking
12
+CONFIG_BT=n
13
+CONFIG_NET_IPV4=n
14
+CONFIG_NET_CONFIG_NEED_IPV6=y
15
+CONFIG_NET_CONFIG_NEED_IPV4=n
16
+CONFIG_NET_CONFIG_MY_IPV4_ADDR=""
17
+CONFIG_NET_L2_IEEE802154=y
18
+CONFIG_NET_DHCPV4=n
19
+CONFIG_NET_CONFIG_IEEE802154_CHANNEL=1
0 commit comments