From b5a8f01dc0566520591312ad810b89091c5f3c55 Mon Sep 17 00:00:00 2001 From: sujaygkulkarni-nxp Date: Sun, 16 Oct 2022 19:27:32 +0530 Subject: [PATCH] updated simw package repo --- .../nxp/se05x/DeviceAttestationSe05xCredsExample_v2.cpp | 4 ++-- third_party/simw-top-mini/repo | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/platform/nxp/se05x/DeviceAttestationSe05xCredsExample_v2.cpp b/examples/platform/nxp/se05x/DeviceAttestationSe05xCredsExample_v2.cpp index bb796714e3e09a..c50ebdd10c47ca 100644 --- a/examples/platform/nxp/se05x/DeviceAttestationSe05xCredsExample_v2.cpp +++ b/examples/platform/nxp/se05x/DeviceAttestationSe05xCredsExample_v2.cpp @@ -185,7 +185,7 @@ CHIP_ERROR ExampleSe05xDACProviderv2::SignWithDeviceAttestationKey(const ByteSpa ByteSpan tagvalue; uint8_t tempBuf[2] = {0,}; - tempBuf[0] = 0x15; + tempBuf[0] = (uint8_t)TLV::TLVElementType::Structure; VerifyOrReturnError(CHIP_NO_ERROR == se05xSetCertificate(START_CONTAINER_SE05X_ID, tempBuf, 1), CHIP_ERROR_INTERNAL); @@ -221,7 +221,7 @@ CHIP_ERROR ExampleSe05xDACProviderv2::SignWithDeviceAttestationKey(const ByteSpa } } - tempBuf[0] = 0x18; + tempBuf[0] = (uint8_t)TLV::TLVElementType::EndOfContainer; VerifyOrReturnError(CHIP_NO_ERROR == se05xSetCertificate(END_CONTAINER_SE05X_ID, tempBuf, 1), CHIP_ERROR_INTERNAL); diff --git a/third_party/simw-top-mini/repo b/third_party/simw-top-mini/repo index bb2b2e95335394..a0535eba5aa298 160000 --- a/third_party/simw-top-mini/repo +++ b/third_party/simw-top-mini/repo @@ -1 +1 @@ -Subproject commit bb2b2e95335394c999812de97a8bec73d7c6dc1a +Subproject commit a0535eba5aa29851a354f1bcaaaa757d18fc9a05