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

bump Zephyr and NCS to tip of main #737

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
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
3 changes: 3 additions & 0 deletions examples/zephyr/common/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -167,4 +167,7 @@ configdefault SHELL_DEFAULT_TERMINAL_WIDTH

endif # GOLIOTH_SAMPLE_TWISTER_TEST

configdefault MCUMGR_TRANSPORT_NETBUF_USER_DATA_SIZE
default 110 if NET_NATIVE_OFFLOADED_SOCKETS

endif # GOLIOTH_SAMPLE_COMMON
2 changes: 1 addition & 1 deletion west-ncs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
manifest:
projects:
- name: nrf
revision: v2.9.0
revision: cfd224a72298ed39883f08b96df7257fe7e04cdd # post v2.9.0
url: http://github.com/nrfconnect/sdk-nrf
import: true

Expand Down
2 changes: 1 addition & 1 deletion west-zephyr.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
manifest:
projects:
- name: zephyr
revision: v4.0.0
revision: c5c061a5c0033299c12b98e09aba738ee6f3936a # post v4.0.0
url: https://github.com/zephyrproject-rtos/zephyr
west-commands: scripts/west-commands.yml
import: true
Expand Down
Loading