Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix softap sample connection issue on 54H #20062

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions samples/wifi/softap/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ CONFIG_MAIN_STACK_SIZE=5200
CONFIG_NET_TX_STACK_SIZE=4096
CONFIG_NET_RX_STACK_SIZE=4096
CONFIG_SOFTAP_SAMPLE_START_WIFI_THREAD_STACK_SIZE=5200
CONFIG_MBEDTLS_HEAP_SIZE=1024

# Debugging
CONFIG_STACK_SENTINEL=y
Expand Down
17 changes: 15 additions & 2 deletions samples/wifi/softap/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,30 @@ tests:
- ci_build
- sysbuild
- ci_samples_wifi
sample.nrf7002eb_interposer_p1.nrf7002eb.softap:
sample.nrf54h20.softap:
sysbuild: true
build_only: true
extra_args:
- softap_SHIELD="nrf7002eb_interposer_p1;nrf7002eb"
- softap_SNIPPET=nrf70-wifi
- CONFIG_HEAP_MEM_POOL_SIZE=183600
integration_platforms:
- nrf54h20dk/nrf54h20/cpuapp
- nrf54l15dk/nrf54l15/cpuapp
platform_allow:
- nrf54h20dk/nrf54h20/cpuapp
tags:
- ci_build
- sysbuild
- ci_samples_wifi
sample.nrf54l15.softap:
sysbuild: true
build_only: true
extra_args:
- softap_SHIELD="nrf7002eb_interposer_p1;nrf7002eb"
- softap_SNIPPET=nrf70-wifi
integration_platforms:
- nrf54l15dk/nrf54l15/cpuapp
platform_allow:
- nrf54l15dk/nrf54l15/cpuapp
tags:
- ci_build
Expand Down