Skip to content

Commit 1bf536e

Browse files
rluboskartben
authored andcommitted
modules: Update uoscore-uedhoc revision to the latest
Pull latest revision of the uoscore-uedhoc module and align corresponding CMake file with the changes. Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
1 parent 5415e8e commit 1bf536e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

modules/uoscore-uedhoc/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@ if (CONFIG_UOSCORE OR CONFIG_UEDHOC)
107107
${UOSCORE_UEDHOC_SRC_DIR}/cbor/edhoc_decode_message_1.c
108108
${UOSCORE_UEDHOC_SRC_DIR}/cbor/edhoc_decode_message_2.c
109109
${UOSCORE_UEDHOC_SRC_DIR}/cbor/edhoc_decode_message_3.c
110-
${UOSCORE_UEDHOC_SRC_DIR}/cbor/edhoc_decode_plaintext.c
110+
${UOSCORE_UEDHOC_SRC_DIR}/cbor/edhoc_decode_plaintext2.c
111+
${UOSCORE_UEDHOC_SRC_DIR}/cbor/edhoc_decode_plaintext3.c
111112
${UOSCORE_UEDHOC_SRC_DIR}/cbor/edhoc_encode_bstr_type.c
112113
${UOSCORE_UEDHOC_SRC_DIR}/cbor/edhoc_encode_data_2.c
113114
${UOSCORE_UEDHOC_SRC_DIR}/cbor/edhoc_encode_enc_structure.c

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ manifest:
358358
groups:
359359
- tee
360360
- name: uoscore-uedhoc
361-
revision: 84ef879a46d7bfd9a423fbfb502b04289861f9ea
361+
revision: 54abc109c9c0adfd53c70077744c14e454f04f4a
362362
path: modules/lib/uoscore-uedhoc
363363
- name: zcbor
364364
revision: 9b07780aca6fb21f82a241ba386ad9b379809337

0 commit comments

Comments
 (0)