Skip to content

Commit

Permalink
Merge pull request #793 from SPRESENSE/develop-2399
Browse files Browse the repository at this point in the history
wireless/nrc7292: Fix build configuration for nrc7292_fwupdate
  • Loading branch information
SPRESENSE authored Dec 3, 2024
2 parents 244ac6d + 5f21c08 commit f9af87d
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 f9af87d

Please sign in to comment.