Skip to content

Commit

Permalink
bump Zephyr and NCS to tip of main
Browse files Browse the repository at this point in the history
Use latest Zephyr and NCS versions in order to test new features and
prepare early for next stable release.

Signed-off-by: Marcin Niestroj <[email protected]>
  • Loading branch information
mniestroj committed Jan 24, 2025
1 parent 76f4104 commit a0b51e8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
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

0 comments on commit a0b51e8

Please sign in to comment.