Skip to content

Commit

Permalink
west.yml: Update zephyr to bring in zcbor 0.9.0
Browse files Browse the repository at this point in the history
Updated from 0.8.2

Signed-off-by: Øyvind Rønningstad <oyvind.ronningstad@nordicsemi.no>
  • Loading branch information
oyvindronningstad committed Sep 25, 2024
1 parent 6a0d476 commit f0701df
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -989,7 +989,16 @@ Additions specific to |NCS|
zcbor
=====

|no_changes_yet_note|
* Updated the zcbor library to version 0.9.0.
Full release notes at https://github.com/NordicSemiconductor/zcbor/blob/0.9.0/RELEASE_NOTES.md
Migration guide at https://github.com/NordicSemiconductor/zcbor/blob/0.9.0/MIGRATION_GUIDE.md
Highlights:

* Many code generation bugfixes

* You can now decide at run-time whether the decoder should enforce canonical encoding.

* Allow --file-header to accept a path to a file with header contents

Trusted Firmware-M
==================
Expand Down
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ manifest:
# https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html
- name: zephyr
repo-path: sdk-zephyr
revision: f869e11484287622d9a3b63fd50151371966dd0e
revision: pull/1966/head
import:
# In addition to the zephyr repository itself, NCS also
# imports the contents of zephyr/west.yml at the above
Expand Down

0 comments on commit f0701df

Please sign in to comment.