8000 rw612: enable wifi AP support · arduino/ArduinoCore-zephyr@253cde8 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 253cde8

Browse files
committed
rw612: enable wifi AP support
1 parent 33706ae commit 253cde8

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

variants/frdm_rw612_rw612/frdm_rw612_rw612.conf

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ CONFIG_CDC_ACM_DTE_RATE_CALLBACK_SUPPORT=y
1818
CONFIG_USB_MCUX_THREAD_STACK_SIZE=4096
1919

2020
CONFIG_LLEXT_STORAGE_WRITABLE=y
21-
CONFIG_STACK_USAGE=y
22-
CONFIG_STACK_SENTINEL=y
23-
CONFIG_STACK_CANARIES=y
21+
CONFIG_STACK_USAGE=n
22+
CONFIG_STACK_SENTINEL=n
23+
CONFIG_STACK_CANARIES=n
2424

2525
CONFIG_FPU=y
2626

@@ -80,7 +80,8 @@ CONFIG_NET_MGMT_EVENT_QUEUE_SIZE=16
8080

8181
CONFIG_WIFI_NXP=y
8282
CONFIG_NXP_RW610=y
83-
CONFIG_NXP_WIFI_SHELL=y
83+
CONFIG_NXP_WIFI_SHELL=n
84+
CONFIG_NXP_WIFI_SOFTAP_SUPPORT=y
8485

8586
#
8687
# C Library
@@ -200,4 +201,4 @@ CONFIG_NET_STATISTICS_USER_API=y
200201
#CONFIG_IDLE_STACK_SIZE=2048
201202

202203
# comment out for -O0
203-
CONFIG_CODE_DATA_RELOCATION_SRAM=y
204+
CONFIG_CODE_DATA_RELOCATION_SRAM=y

0 commit comments

Comments
 (0)
0