Skip to content

Commit 97e8103

Browse files
Damian-Nordicrlubos
authored andcommitted
snippets: zperf: enable zperf server
zperf server functionality has recently been opted-in so our zperf snippet should be updated to enable the server explicitly. Also, pull the fix for building zperf server with UDP only. Signed-off-by: Damian Krolik <[email protected]>
1 parent cf35e1a commit 97e8103

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

snippets/zperf/zperf.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
# Enable Zperf
88
CONFIG_NET_SHELL=y
99
CONFIG_NET_ZPERF=y
10+
CONFIG_NET_ZPERF_SERVER=y
1011
CONFIG_NET_CONTEXT_RCVTIMEO=y
1112
CONFIG_NET_SOCKETS=y
1213
CONFIG_ZVFS_OPEN_MAX=9

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ manifest:
6565
# https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html
6666
- name: zephyr
6767
repo-path: sdk-zephyr
68-
revision: 36ffd80983a7804fb6ed142f11279dbe283996d9
68+
revision: b1c76998edb2252cc10bb911ca7a9973972d1888
6969
import:
7070
# In addition to the zephyr repository itself, NCS also
7171
# imports the contents of zephyr/west.yml at the above

0 commit comments

Comments
 (0)