Skip to content

Commit c17bcab

Browse files
committed
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 <[email protected]>
1 parent f467d8e commit c17bcab

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

stm32cube/stm32h7rsxx/README

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,6 @@ Patch List:
4444
-Added stm32cube/stm32h7rsxx/drivers/include/stm32_assert.h
4545
-Removed unused stm32cube/stm32h7rsxx/drivers/include/stm32_assert_template.h
4646

47-
*configure the SMPS on the stm32h7s7 so that power config is possible
48-
on the stm32h7s78 disco kit
49-
-internal ticket 175303
50-
5147
*Fix to remove PAGESIZE definition which conflicts with POSIX
5248
Impacted files:
5349
drivers/include/Legacy/stm32_hal_legacy.h

stm32cube/stm32h7rsxx/soc/stm32h7s7xx.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,6 @@ typedef enum
219219
/* ================ Processor and Core Peripheral Section ================ */
220220
/* =========================================================================================================================== */
221221

222-
#define SMPS /*!< Switched mode power supply feature */
223-
224222
/**
225223
* @brief Configuration of the Cortex-M7 Processor and Core Peripherals
226224
*/

0 commit comments

Comments
 (0)