Skip to content

Commit 0377143

Browse files
erwangogalak
authored andcommitted
ext/hal: stm32cube: Update STM32F1 README file
To comply with Zephyr Contributing guidelines regarding ext/ components, update README for STM32F1 series Signed-off-by: Erwan Gouriou <[email protected]>
1 parent 9e3bbfd commit 0377143

File tree

1 file changed

+46
-15
lines changed
  • ext/hal/st/stm32cube/stm32f1xx

1 file changed

+46
-15
lines changed
Lines changed: 46 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,50 @@
1-
The current version supported in Zephyr for STM32F1 Cube is V1.6.0
1+
STM32CubeF1
2+
###########
23

4+
Origin:
5+
ST Microelectronics
6+
http://www.st.com/en/embedded-software/stm32cubef1.html
37

8+
Status:
9+
version 1.6.0
10+
11+
Purpose:
12+
ST Microelectronics official MCU package for STM32F1 series.
13+
14+
Description:
15+
This package is an extract of official STM32CubeF1 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 STM32F1 series.
18+
19+
Dependencies:
20+
None.
21+
22+
URL:
23+
http://www.st.com/en/embedded-software/stm32cubef1.html
24+
25+
commit:
26+
version 1.6.0
27+
28+
Maintained-by:
29+
External
30+
31+
License:
32+
BSD-3-Clause
33+
34+
License Link:
35+
http://www.st.com/resource/en/license_agreement/dm00218346.pdf
436

537
Patch List:
6-
===========
7-
8-
*Disable i2c HAL
9-
Due to conflict with zephyr i2c.h (I2C_SPEED_STANDARD and I2C_SPEED_FAST
10-
redefinition), deactivate STM32Cube I2C HAL. This raises no issue since
11-
LL API is currently used for stm32 I2C driver.
12-
Impacted files:
13-
drivers/include/stm32f1xx_hal_conf.h
14-
ST Bug tracker ID: NA. Not a stm32cube issue
15-
16-
*Update LSI_VALUE to 40 KHz
17-
Impacted files:
18-
drivers/include/stm32f1xx_ll_rcc.h
19-
ST Bug tracker ID: 37419
38+
39+
*Disable i2c HAL
40+
Due to conflict with zephyr i2c.h (I2C_SPEED_STANDARD and I2C_SPEED_FAST
41+
redefinition), deactivate STM32Cube I2C HAL. This raises no issue since
42+
LL API is currently used for stm32 I2C driver.
43+
Impacted files:
44+
drivers/include/stm32f1xx_hal_conf.h
45+
ST Bug tracker ID: NA. Not a stm32cube issue
46+
47+
*Update LSI_VALUE to 40 KHz
48+
Impacted files:
49+
drivers/include/stm32f1xx_ll_rcc.h
50+
ST Bug tracker ID: 37419

0 commit comments

Comments
 (0)