Skip to content

Commit 41fc3e1

Browse files
Ayush1325dpgeorge
authored andcommitted
zephyr/boards/beagleconnect_freedom: Enable networking.
Having both PWM and networking enabled now works fine. So enable subg networking. Signed-off-by: Ayush Singh <[email protected]>
1 parent 32e69f7 commit 41fc3e1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

ports/zephyr/boards/beagleconnect_freedom.conf

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,13 @@ CONFIG_SPI=y
77
# Flash drivers
88
CONFIG_FLASH=y
99
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

Comments
 (0)