mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-18 03:50:32 +08:00
Also add new build locations and include directories. This renames 4 files to their original names that had no changes: stm32u5xx_hal_msp.c -> stm32u5xx_hal_msp_template.c stm32u5xx_hal_timebase_rtc_wakeup.c -> stm32u5xx_hal_timebase_rtc_wakeup_template.c stm32u5xx_hal_timebase_tim.c -> stm32u5xx_hal_timebase_tim_template.c stm32u5xx_hal_timebase_rtc_alarm.c -> stm32u5xx_hal_timebase_rtc_alarm_template.c There is one file left behind that will be sorted out in the future: stm32u5/hal/system_stm32u5xx.c It comes from https://github.com/STMicroelectronics/STM32CubeU5/blob/07b6fedf4b0670eb45d8806176bcc77167f42124/Projects/NUCLEO-U575ZI-Q/Applications/ThreadX/Tx_LowPower/Src/system_stm32u5xx.c As per Christian on Discord.