From 5e1703739ad2f72e7fc26c069c17752c4ea72a37 Mon Sep 17 00:00:00 2001 From: Erwan Gouriou Date: Fri, 11 Apr 2025 14:48:02 +0200 Subject: [PATCH] stm32cube: stm32h7rs: SMPS is de facto supported All SoCs of this series support SMPS, so defining this symbol, as it is done on stm32h7 series is not required. Signed-off-by: Erwan Gouriou --- stm32cube/stm32h7rsxx/README | 4 ---- stm32cube/stm32h7rsxx/soc/stm32h7s7xx.h | 2 -- 2 files changed, 6 deletions(-) diff --git a/stm32cube/stm32h7rsxx/README b/stm32cube/stm32h7rsxx/README index fd29c7176..4e2cb35a6 100644 --- a/stm32cube/stm32h7rsxx/README +++ b/stm32cube/stm32h7rsxx/README @@ -44,10 +44,6 @@ Patch List: -Added stm32cube/stm32h7rsxx/drivers/include/stm32_assert.h -Removed unused stm32cube/stm32h7rsxx/drivers/include/stm32_assert_template.h - *configure the SMPS on the stm32h7s7 so that power config is possible - on the stm32h7s78 disco kit - -internal ticket 175303 - *Fix to remove PAGESIZE definition which conflicts with POSIX Impacted files: drivers/include/Legacy/stm32_hal_legacy.h diff --git a/stm32cube/stm32h7rsxx/soc/stm32h7s7xx.h b/stm32cube/stm32h7rsxx/soc/stm32h7s7xx.h index 1c19d8afb..d3435641c 100644 --- a/stm32cube/stm32h7rsxx/soc/stm32h7s7xx.h +++ b/stm32cube/stm32h7rsxx/soc/stm32h7s7xx.h @@ -219,8 +219,6 @@ typedef enum /* ================ Processor and Core Peripheral Section ================ */ /* =========================================================================================================================== */ -#define SMPS /*!< Switched mode power supply feature */ - /** * @brief Configuration of the Cortex-M7 Processor and Core Peripherals */