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

..--

drivers/11-Mar-2024-255,189106,875

soc/11-Mar-2024-147,670124,710

CMakeLists.txtD11-Mar-20247.4 KiB9189

LICENSE.mdD11-Mar-20241.5 KiB2822

READMED11-Mar-20241.3 KiB5539

release_note.htmlD11-Mar-2024110.4 KiB2,6922,688

README

1STM32CubeG4
2###########
3
4Origin:
5   ST Microelectronics
6   http://www.st.com/en/embedded-software/stm32cubeg4.html
7
8Status:
9   version v1.5.1
10
11Purpose:
12   ST Microelectronics official MCU package for STM32G4 series.
13
14Description:
15   This package is an extract of official STM32CubeG4 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 STM32G4 series.
18
19Dependencies:
20    None.
21
22URL:
23   https://github.com/STMicroelectronics/STM32CubeG4
24
25Commit:
26   543b0c57e406fb84db30bcdc9cb98e0f8d4be1d3
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/stm32g4xx/drivers/include/stm32_assert.h
45    -Removed unused stm32cube/stm32g4xx/drivers/include/stm32_assert_template.h
46
47   *Wrap define UNUSED with an ifndef
48     This will prevent a compiler warning for the case the UNUSED macro
49     is already defined elsewhere in the project
50     Impacted files:
51      drivers/include/stm32g4xx_hal_def.h
52     ST Internal Reference: 136825
53
54   See release_note.html from STM32Cube
55