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 17, 2024
1 parent 3e9f9c0 commit eabddd5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -944,7 +944,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
6 changes: 6 additions & 0 deletions west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,13 @@ manifest:
# https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html
- name: zephyr
repo-path: sdk-zephyr
<<<<<<< HEAD
revision: 96aa87c2aae419a2d04f4ee86ef12b359789a817
||||||| parent of 5e094cba4a (west.yml: Update zephyr to bring in zcbor 0.9.0)
revision: 21646b971a401660a008920d14d02f7956b13d5f
=======
revision: pull/1966/head
>>>>>>> 5e094cba4a (west.yml: Update zephyr to bring in zcbor 0.9.0)
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 eabddd5

Please sign in to comment.