west.yml: Update zcbor to 0.6.0

Brings a few quality-of-life improvements for Zephyr, notably:
- No more collision with ARRAY_SIZE()
- C++ improvements

Add entry in release notes.

Signed-off-by: Øyvind Rønningstad <oyvind.ronningstad@nordicsemi.no>
This commit is contained in:
Øyvind Rønningstad 2022-10-12 15:58:49 +02:00 committed by Carles Cufí
commit c97c49f2d7
2 changed files with 18 additions and 1 deletions

View file

@ -252,6 +252,10 @@ Libraries / Subsystems
enabled and the command is sent on the same UART as the logging system, in enabled and the command is sent on the same UART as the logging system, in
which a filesystem error was emitted. which a filesystem error was emitted.
* LwM2M
* The ``lwm2m_senml_cbor_*`` files have been regenerated using zcbor 0.6.0.
HALs HALs
**** ****
@ -261,6 +265,19 @@ MCUboot
Trusted Firmware-M Trusted Firmware-M
****************** ******************
zcbor
*****
Upgraded zcbor to 0.6.0. Among other things, this brings in a few convenient
changes for Zephyr:
* In the zcbor codebase, the ``ARRAY_SIZE`` macro has been renamed to
``ZCBOR_ARRAY_SIZE`` to not collide with Zephyr's :c:macro:`ARRAY_SIZE` macro.
* The zcbor codebase now better supports being used in C++ code.
The entire release notes can be found at
https://github.com/zephyrproject-rtos/zcbor/blob/0.6.0/RELEASE_NOTES.md
Documentation Documentation
************* *************

View file

@ -253,7 +253,7 @@ manifest:
revision: e8920192b66db4f909eb9cd3f155d5245c1ae825 revision: e8920192b66db4f909eb9cd3f155d5245c1ae825
path: modules/lib/uoscore-uedhoc path: modules/lib/uoscore-uedhoc
- name: zcbor - name: zcbor
revision: a0d6981f14d4001d6f0d608d1a427f9bc6bb6d02 revision: 0.6.0
path: modules/lib/zcbor path: modules/lib/zcbor
- name: zscilib - name: zscilib
path: modules/lib/zscilib path: modules/lib/zscilib