Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
drivers/ | 11-Mar-2024 | - | 332,854 | 145,070 | ||
soc/ | 11-Mar-2024 | - | 87,105 | 72,985 | ||
CMakeLists.txt | D | 11-Mar-2024 | 10 KiB | 124 | 122 | |
LICENSE.md | D | 11-Mar-2024 | 1.5 KiB | 28 | 22 | |
README | D | 11-Mar-2024 | 1.6 KiB | 58 | 42 | |
release_note.html | D | 11-Mar-2024 | 3.7 KiB | 67 | 63 |
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