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

..--

drivers/18-Mar-2025-331,907145,132

soc/18-Mar-2025-97,28282,697

CMakeLists.txtD18-Mar-20259.5 KiB113111

LICENSE.mdD18-Mar-20251.5 KiB2822

READMED18-Mar-20251.3 KiB5639

README

1STM32CubeH7RS
2#############
3
4Origin:
5   ST Microelectronics
6   http://www.st.com/en/embedded-software/stm32cubeh7rs.html
7
8Status:
9   version v1.1.0
10
11Purpose:
12   ST Microelectronics official MCU package for STM32H7RS series.
13
14Description:
15   This package is an extract of official STM32CubeH7RS 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 STM32H7RS series.
18
19Dependencies:
20    None.
21
22URL:
23   https://github.com/STMicroelectronics/STM32CubeH7RS
24
25Commit:
26   9b6c9db6c4f257d88d12848a4d6d000fff53ee1e
27
28Maintained-by:
29   External
30
31License:
32   BSD-3-Clause
33
34License Link:
35   https://opensource.org/licenses/BSD-3-Clause
36
37Patch List:
38
39   *Changes from official delivery:
40    -dos2unix applied
41    -trailing white spaces removed
42
43   *Provision to enable hal & ll asserts added
44    -Added stm32cube/stm32h7rsxx/drivers/include/stm32_assert.h
45    -Removed unused stm32cube/stm32h7rsxx/drivers/include/stm32_assert_template.h
46
47   *configure the SMPS on the stm32h7s7 so that power config is possible
48    on the stm32h7s78 disco kit
49    -internal ticket 175303
50
51   *Fix to remove PAGESIZE definition which conflicts with POSIX
52    Impacted files:
53     drivers/include/Legacy/stm32_hal_legacy.h
54
55   See release_note.html from STM32Cube
56