Skip to content

Commit

Permalink
wireless/nrc7292: Fix build configuration for nrc7292_fwupdate
Browse files Browse the repository at this point in the history
Fix build configuration for nrc7292_fwupdate application example.
  • Loading branch information
SPRESENSE committed Dec 3, 2024
1 parent 244ac6d commit 5f21c08
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions sdk/configs/examples/nrc7292_fwupdate/defconfig
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
-LIBC_IPv4_ADDRCONV=y
-NET_IPv4=n
-NET_USRSOCK_TCP=y
-PIPES=y
-SPI=y
+CXD56_NRC_HALOW=y
+DRIVERS_WIRELESS=y
+EXAMPLES_NRC7292_FWUPDATE=y
+NETDEV_WIRELESS_IOCTL=y
+NETUTILS_PING=y
+NET_ARP=n
+NET_ICMP_NO_STACK=y
+WIRELESS_NRC7292=y
+WIRELESS_WAPI=y
+WIRELESS_WAPI_CMDTOOL=y
+WIRELESS_WAPI_USOCKDTERM_CMDTOOL=y
+WL_NRC7292=y

0 comments on commit 5f21c08

Please sign in to comment.