From 57bd3d21efb9edf961e218ec1f64fb05f2267ebe Mon Sep 17 00:00:00 2001 From: chinglee-iot <61685396+chinglee-iot@users.noreply.github.com> Date: Mon, 8 Jul 2024 14:45:44 +0800 Subject: [PATCH] Update thirdparty submodule (#48) * Update integration test to 202406.00 version * Update for uncrustify * Update uncrustify again * Update thirdParty submodule pointer * Update lwip, mbedtls and unity submodule pointer * Revert lwip to version STABLE-2_1_2_RELEASE --- Middleware/mbedtls | 2 +- Middleware/unity | 2 +- manifest.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Middleware/mbedtls b/Middleware/mbedtls index e483a77..5a764e5 160000 --- a/Middleware/mbedtls +++ b/Middleware/mbedtls @@ -1 +1 @@ -Subproject commit e483a77c85e1f9c1dd2eb1c5a8f552d2617fe400 +Subproject commit 5a764e5555c64337ed17444410269ff21cb617b1 diff --git a/Middleware/unity b/Middleware/unity index db878cc..860062d 160000 --- a/Middleware/unity +++ b/Middleware/unity @@ -1 +1 @@ -Subproject commit db878ccaedaea3d07b3c5443a00d131ecacd30b3 +Subproject commit 860062d51b2e8a75d150337b63ca2a472840d13c diff --git a/manifest.yml b/manifest.yml index 54a8d88..aacaa5e 100644 --- a/manifest.yml +++ b/manifest.yml @@ -64,7 +64,7 @@ dependencies: url: "https://github.com/lwip-tcpip/lwip.git" path: "Middleware/lwip" - name: "mbedtls" - version: "v2.26.0" + version: "v2.28.8" repository: type: "git" url: "https://github.com/Mbed-TLS/mbedtls.git" @@ -82,7 +82,7 @@ dependencies: url: "https://github.com/intel/tinycbor.git" path: "Middleware/tinycbor" - name: "unity" - version: "db878ccaedaea3d07b3c5443a00d131ecacd30b3" + version: "v2.6.0" repository: type: "git" url: "https://github.com/ThrowTheSwitch/Unity.git"