From f0701df95254133fbeb36261a33c1c4f35031dc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20R=C3=B8nningstad?= Date: Thu, 22 Aug 2024 13:05:00 +0200 Subject: [PATCH] west.yml: Update zephyr to bring in zcbor 0.9.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated from 0.8.2 Signed-off-by: Øyvind Rønningstad --- .../releases/release-notes-changelog.rst | 11 ++++++++++- west.yml | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst b/doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst index c4ce3fd8dda1..99600ece5c14 100644 --- a/doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst +++ b/doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst @@ -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 ================== diff --git a/west.yml b/west.yml index 78836eb747bb..e9c92d7a91b6 100644 --- a/west.yml +++ b/west.yml @@ -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