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

..--

drivers/18-Mar-2025-254,905106,957

soc/18-Mar-2025-44,26235,904

CMakeLists.txtD18-Mar-20258.3 KiB10098

LICENSE.mdD18-Mar-20251.5 KiB2822

READMED18-Mar-20251.2 KiB5136

README

1STM32CubeL5
2###########
3
4Origin:
5   ST Microelectronics
6   http://www.st.com/en/embedded-software/stm32cubel5.html
7
8Status:
9   version v1.5.1
10
11Purpose:
12   ST Microelectronics official MCU package for STM32L5 series.
13
14Description:
15   This package is an extract of official STM32CubeL 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 STM32L5 series.
18
19Dependencies:
20    None.
21
22URL:
23   https://github.com/STMicroelectronics/STM32CubeL5
24
25Commit:
26   7e904f8a9fc3483a01019a9b041a38098f341774
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   *Changes from official delivery:
39    -dos2unix applied
40    -trailing white spaces removed
41
42   *Provision to enable hal & ll asserts added
43    -Added stm32cube/stm32l5xx/drivers/include/stm32_assert.h
44    -Removed unused stm32cube/stm32l5xx/drivers/include/stm32_assert_template.h
45
46   *Fix to remove PAGESIZE definition which conflicts with POSIX
47    Impacted files:
48     drivers/include/Legacy/stm32_hal_legacy.h
49
50   See release_note.html from STM32Cube
51