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

..--

drivers/11-Mar-2024-145,33660,400

soc/11-Mar-2024-128,518109,642

CMakeLists.txtD11-Mar-20245.2 KiB6664

READMED11-Mar-20241.2 KiB5135

release_note.htmlD11-Mar-2024247.3 KiB4,6254,621

README

1STM32CubeF0
2###########
3
4Origin:
5   ST Microelectronics
6   http://www.st.com/en/embedded-software/stm32cubef0.html
7
8Status:
9   version v1.11.3
10
11Purpose:
12   ST Microelectronics official MCU package for STM32F0 series.
13
14Description:
15   This package is an extract of official STM32CubeF0 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 STM32F0 series.
18
19Dependencies:
20    None.
21
22URL:
23   https://github.com/STMicroelectronics/STM32CubeF0
24
25Commit:
26   830a0e950d421c17abff57a2ea1e977870355519
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   *stm32f0xx_hal_conf.h: Change include path to stm32f0xx_hal_can_legacy.h
44    "Legacy/stm32f0xx_hal_can_legacy.h"
45
46   *Provision to enable hal & ll asserts added
47    -Added stm32cube/stm32f0xx/drivers/include/stm32_assert.h
48    -Removed unused stm32cube/stm32f0xx/drivers/include/stm32_assert_template.h
49
50   See release_note.html from STM32Cube
51