Skip to content

Commit 520b9be

Browse files
committedJul 5, 2024
system(G4) update STM32G4xx HAL Drivers to v1.2.4
Included in STM32CubeG4 FW v1.6.0 Signed-off-by: Frederic Pillon <[email protected]>
1 parent edd1785 commit 520b9be

File tree

78 files changed

+2201
-840
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+2201
-840
lines changed
 

‎system/Drivers/STM32G4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h

Lines changed: 477 additions & 22 deletions
Large diffs are not rendered by default.

‎system/Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,9 @@ void HAL_SYSCFG_DisableIOSwitchBooster(void);
601601
void HAL_SYSCFG_EnableIOSwitchVDD(void);
602602
void HAL_SYSCFG_DisableIOSwitchVDD(void);
603603

604+
#if defined(CCMSRAM_BASE)
604605
void HAL_SYSCFG_CCMSRAM_WriteProtectionEnable(uint32_t Page);
606+
#endif /* CCMSRAM_BASE */
605607

606608
/**
607609
* @}

0 commit comments

Comments
 (0)
Please sign in to comment.