Skip to content

Commit

Permalink
build: update nordic sdk build system from v2.6.1 to v2.6.2 (#60)
Browse files Browse the repository at this point in the history
* build: update nordic sdk build system from v2.6.1 to v2.6.2

* docs: adding readme section about lack of sysbuild compatebility
  • Loading branch information
benjaminbruun authored Dec 4, 2024
1 parent b88f8bf commit 6b31d74
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/softsim-zephyr-rtos-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
build-in-zyphyr-ci-container:
runs-on: ubuntu-22.04
timeout-minutes: 60
container: ghcr.io/zephyrproject-rtos/ci:v0.26.14
container: ghcr.io/zephyrproject-rtos/ci:v0.26.18
env:
CMAKE_PREFIX_PATH: /opt/toolchains

Expand Down
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# nrf-softsim
# Onomondo SoftSIM for Nordic nRF91 Series

> [!IMPORTANT]
> This repository is currently supporting nRF Connect SDK v2.5.1 to v2.6.2.
>
> The repository is not yet ported to sysbuild, introduced in nRF Connect SDK v2.7.0.
>
> Feel free to contribute to this repository if you have already done the migration to sysbuild.
#### Table of Contents
##### Quickstart
1. [Configure NCS to include SoftSIM libraries in your build system](#setup)
Expand Down
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ manifest:
projects:
- name: sdk-nrf
path: nrf
revision: v2.6.1
revision: v2.6.2
remote: nrfconnect
import: true
self:
Expand Down

0 comments on commit 6b31d74

Please sign in to comment.