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

..--

drivers/11-Mar-2024-151,76059,973

soc/11-Mar-2024-129,280106,342

CMakeLists.txtD11-Mar-20246 KiB7472

READMED11-Mar-20241 KiB4833

release_note.htmlD11-Mar-2024192 KiB4,2134,209

README

1STM32CubeL0
2###########
3
4Origin:
5   ST Microelectronics
6   http://www.st.com/en/embedded-software/stm32cubel0.html
7
8Status:
9   version v1.12.1
10
11Purpose:
12   ST Microelectronics official MCU package for STM32L0 series.
13
14Description:
15   This package is an extract of official STM32CubeL0 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 STM32L0 series.
18
19Dependencies:
20    None.
21
22URL:
23   https://github.com/STMicroelectronics/STM32CubeL0
24
25Commit:
26   d18c4037504e35b0cbc0faa216271d362ffa9205
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/stm32l0xx/drivers/include/stm32_assert.h
45    -Removed unused stm32cube/stm32l0xx/drivers/include/stm32_assert_template.h
46
47   See release_note.html from STM32Cube
48