-
Notifications
You must be signed in to change notification settings - Fork 10
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
feat!: bump nrf sdk version from 2.6.2 to 2.9.1 #56
Conversation
Hi, when do you expect v2.7.0 support to be implemented? |
Should actually already be supported. Got indirectly validated as part of a previous issue. |
Thanks! I'm wondering because ncs v2.7.0 has moved to sysbuild and Nordic will deprecate child/parent images soon. The samples fail to build with
Is this expected to work? If not, I can create an issue. |
I had a look and I got the impression that most targets in Zephyr and ncs only use partition manager generator expressions when sysbuild is not enabled. I'm not familiar enough with the Zephyr build system internals to suggest a solution unfortunately. |
update board names to the new standard
a5a0365
to
7145612
Compare
Trying to figure out why ZEPHYR_SDK_INSTALL_DIR cannot be found when building the project within zephyrproject-rtos/ci:v0.27.4 docker-image. |
I recommend using Also I suggest to move to using twister (which is included in the docker image) instead of having a custom matrix pipeline for targeting the various platforms and then manually building with That would remove a lot of boilerplate from the GitHub workflow and make it much easier to maintain. |
Sounds interesting and more suitable. Will give it a shot |
20a6bee
to
0a65837
Compare
5552d02
to
f05f431
Compare
f05f431
to
2f4c490
Compare
* Move CONFIG_SOFTSIM_BUNDLE_TEMPLATE_HEX to sysbuild. * Fix compiler warnings when printing eDRX parameters. Signed-off-by: Stig Bjørlykke <stig.bjorlykke@nordicsemi.no>
* Move PM_STATIC configuration to sysbuild. * Add static partition layout for Thingy:91 X. Signed-off-by: Stig Bjørlykke <stig.bjorlykke@nordicsemi.no>
With the release of the latest nRF Connect SDK v2.7.0, we will seek to follow integration guides and migrate to the latest release.
And since the nRF Connect SDK releases have jumped to v2.9.1, we will strive to support this directly through this PR.