Commit Graph

4 Commits

Author SHA1 Message Date
Christian Mauderer
3ac0e3c77e bsps/stm32u5: Fix warning in RTC
The function stm32u5_rtc_get_time is only used locally and therefore
should be static.

Update #5289
2025-07-12 15:44:41 -04:00
Christian Mauderer
1134358f49 bsps/stm32u5: Fix warning in bspstarthooks.c
This fixes a warning about comparing different pointer types.

Updates #5289
2025-07-12 15:44:41 -04:00
Christian Mauderer
b629e6afbc bsps/stm32u5: Keep clock if running from OSPI
If the clock is changed during boot, the memory becomes inaccessible and
the system can't continue to run from OSPI.
2025-07-02 23:41:01 -04:00
Matt Joyce
d735d4459c bsps/stm32u5-grisp-nano: New BSP
This BSP supports a custom STM32U5 based board. It uses a similar
structure like the existing STM32H7 BSP and therefore should be well
adaptable to other boards.

Co-authored-by: Christian Mauderer <christian.mauderer@embedded-brains.de>
2025-07-02 23:41:01 -04:00