• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

drivers/11-Mar-2024-332,854145,070

soc/11-Mar-2024-87,10572,985

CMakeLists.txtD11-Mar-202410 KiB124122

LICENSE.mdD11-Mar-20241.5 KiB2822

READMED11-Mar-20241.6 KiB5842

release_note.htmlD11-Mar-20243.7 KiB6763

README

1STM32CubeH5
2###########
3
4Origin:
5   ST Microelectronics
6   http://www.st.com/en/embedded-software/stm32cubeh5.html
7
8Status:
9   version v1.0.0
10
11Purpose:
12   ST Microelectronics official MCU package for STM32H5 series.
13
14Description:
15   This package is an extract of official STM32CubeH5 package written by ST Microelectronics.
16   It is composed of STM32Cube hardware abstraction layer (HAL) and low layer (LL) plus a set
17   of CMSIS headers files, one for each SoC in STM32H5 series.
18
19Dependencies:
20    None.
21
22URL:
23   https://github.com/STMicroelectronics/STM32CubeH5
24
25Commit:
26
27Maintained-by:
28   External
29
30License:
31   BSD-3-Clause
32
33License Link:
34   https://opensource.org/licenses/BSD-3-Clause
35
36Patch List:
37
38   *Changes from official delivery:
39    -dos2unix applied
40    -trailing white spaces removed
41
42   *Provision to enable hal & ll asserts added
43    -Added stm32cube/stm32h5xx/drivers/include/stm32_assert.h
44    -Removed unused stm32cube/stm32h5xx/drivers/include/stm32_assert_template.h
45    -in stm32cube/stm32h5xx/drivers/src/
46      . renamed stm32h5xx_hal_msp_template. c to stm32h5xx_hal_msp.c
47      . renamed stm32h5xx_hal_timebase_rtc_alarm_template. c to stm32h5xx_hal_timebase_rtc_alarm.c
48      . renamed stm32h5xx_hal_timebase_rtc_wakeup_template. c to stm32h5xx_hal_timebase_rtc_wakeup.c
49      . renamed stm32h5xx_hal_timebase_tim_template. c to stm32h5xx_hal_timebase_tim.c
50
51   *Var init in LL_I2S_Init
52    - In the LL_I2S_Init function, initialisation of the sourceclock to avoid compilation warning.
53      Impacted files:
54       drivers/include/stm32h5xx_ll_spi.h
55      ST internal bug : 147754
56
57   See release_note.html from STM32Cube
58