From dc769a32787969157180f55785241f62008b0e9c Mon Sep 17 00:00:00 2001 From: Yang Sun Date: Mon, 11 Dec 2023 22:09:29 +0800 Subject: [PATCH] Update submodules - openthread: ae6eff5f212d88d86448d4c085d52098babe13a9 - ot-br-posix: 98db6301b9582d87c777ebdbc2eaaa35db0858ae - ot-nrf528xx: cba66f2f87a00d284090a07793ddf7d865014e8a --- CHANGELOG.txt | 7 +++++++ openthread | 2 +- ot-br-posix | 2 +- ot-nrf528xx | 2 +- script/otbr-setup.bash | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index c04e840b..7b0593f6 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -13,6 +13,12 @@ FEATURES CHANGELOG ========== +* 12/11/2023 + * Updated submodules + * openthread commitid: ae6eff5 + * ot-br-posix commitid: 98db630 + * ot-nrf528xx commitid: cba66f2 + * 07/11/2023 * Updated submodules * openthread commitid: 8bc2504 @@ -20,6 +26,7 @@ CHANGELOG * ot-nrf528xx commitid: 982244f * ot-commisioner commitid: acb3371 * Updated NCS to `4d1c577` + * 05/26/2023 * Updated submodules * openthread commitid: 6865b83d7 diff --git a/openthread b/openthread index 7e32165b..ae6eff5f 160000 --- a/openthread +++ b/openthread @@ -1 +1 @@ -Subproject commit 7e32165bee473f260460510de7675d08c44bf53c +Subproject commit ae6eff5f212d88d86448d4c085d52098babe13a9 diff --git a/ot-br-posix b/ot-br-posix index 3e43571c..98db6301 160000 --- a/ot-br-posix +++ b/ot-br-posix @@ -1 +1 @@ -Subproject commit 3e43571ce1e093ca20fd596380e37f5b7cf5059a +Subproject commit 98db6301b9582d87c777ebdbc2eaaa35db0858ae diff --git a/ot-nrf528xx b/ot-nrf528xx index 8ac3f854..cba66f2f 160000 --- a/ot-nrf528xx +++ b/ot-nrf528xx @@ -1 +1 @@ -Subproject commit 8ac3f854709062ca5485aaf056eb1843515e3a93 +Subproject commit cba66f2f87a00d284090a07793ddf7d865014e8a diff --git a/script/otbr-setup.bash b/script/otbr-setup.bash index 7f722471..7b08314a 100755 --- a/script/otbr-setup.bash +++ b/script/otbr-setup.bash @@ -46,7 +46,7 @@ readonly OTBR_COMMON_OPTIONS=( "-DOT_FULL_LOGS=ON" "-DOT_PACKAGE_VERSION=${OPENTHREAD_COMMIT_HASH}" "-DOTBR_PACKAGE_VERSION=${OT_BR_POSIX_COMMIT_HASH}" - "-DOT_POSIX_CONFIG_RCP_BUS=${OTBR_RCP_BUS}" + "-DOT_POSIX_RCP_HDLC_BUS=${OTBR_RCP_BUS}" "-DOTBR_RADIO_URL=${OTBR_RADIO_URL}" )