From 753da16bc07222d4053d9ceb37d85030eb6448f4 Mon Sep 17 00:00:00 2001 From: Mariusz Matkowski Date: Wed, 8 Apr 2026 10:25:43 +0200 Subject: [PATCH 1/2] AES interface --- xmcu/hal/peripherals/AES.hpp | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 xmcu/hal/peripherals/AES.hpp diff --git a/xmcu/hal/peripherals/AES.hpp b/xmcu/hal/peripherals/AES.hpp new file mode 100644 index 0000000..1c5674c --- /dev/null +++ b/xmcu/hal/peripherals/AES.hpp @@ -0,0 +1,22 @@ +#pragma once + +/* + * Copyright (c) xEmbeddedTools team and contributors. + * Licensed under the Apache License, Version 2.0. See LICENSE file in the project root for details. + */ + +// xmcu +#include + +// clang-format off +// soc +#if defined(STM32WB) +#include DECORATE_INCLUDE_PATH(soc/XMCU_SOC_VENDOR/XMCU_SOC_ARCHITECTURE/XMCU_SOC_CORE_FAMILY/XMCU_SOC_VENDOR_FAMILY/XMCU_SOC_VENDOR_FAMILY_RM/peripherals/AES/AES.hpp) +#endif +// clang-format on + +namespace xmcu::hal::peripherals { +using AES = xmcu::soc::XMCU_SOC_VENDOR::XMCU_SOC_ARCHITECTURE::XMCU_SOC_CORE_FAMILY::XMCU_SOC_VENDOR_FAMILY:: + XMCU_SOC_VENDOR_FAMILY_RM::peripherals::AES; +} // namespace xmcu::hal::peripherals + From 5a52e5618a5f252c31f7f036b5fa0056360d8a39 Mon Sep 17 00:00:00 2001 From: Mariusz Matkowski Date: Wed, 8 Apr 2026 10:26:44 +0200 Subject: [PATCH 2/2] Hash refresh --- soc/st/arm/m4/wb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soc/st/arm/m4/wb b/soc/st/arm/m4/wb index 56a21cd..93934ad 160000 --- a/soc/st/arm/m4/wb +++ b/soc/st/arm/m4/wb @@ -1 +1 @@ -Subproject commit 56a21cd80f38823617869d3cab6a19270a983163 +Subproject commit 93934adf4e157b81f0a59d10d6313ceae71cc186