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

..--

drivers/11-Mar-2024-125,48750,230

soc/11-Mar-2024-14,11711,786

CMakeLists.txtD11-Mar-20244.4 KiB5553

READMED11-Mar-20241.1 KiB4935

release_note.htmlD11-Mar-202414.1 KiB422418

README

1STM32CubeC0
2###########
3
4Origin:
5   ST Microelectronics
6   http://www.st.com/en/embedded-software/stm32cubec0.html
7
8Status:
9   version 1.0.1
10
11Purpose:
12   ST Microelectronics official MCU package for STM32C0 series.
13
14Description:
15   This package is an extract of official STM32CubeC0 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 STM32C0 series.
18
19Dependencies:
20    None.
21
22URL:
23   https://github.com/STMicroelectronics/STM32CubeC0
24
25commit:
26   965b587c0a5cafa99f7afbbcd17eb692e82de18f
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   *Provision to enable hal & ll asserts added
40    -Added stm32cube/stm32c0xx/drivers/include/stm32_assert.h
41    -Removed unused stm32cube/stm32c0xx/drivers/include/stm32_assert_template.h
42
43   *Add missing LL function for setting flash latency
44     This will allow the C0 series to use the STM32 common
45     clock control driver.
46     Impacted files:
47      drivers/include/stm32c0xx_ll_utils.h
48     ST Internal Reference: 146704
49