File tree Expand file tree Collapse file tree 1 file changed +42
-9
lines changed
ext/hal/st/stm32cube/stm32f4xx Expand file tree Collapse file tree 1 file changed +42
-9
lines changed Original file line number Diff line number Diff line change 1
- The current version supported in Zephyr for STM32F4 Cube is V1.18.0
1
+ STM32CubeF4
2
+ ###########
2
3
4
+ Origin:
5
+ ST Microelectronics
6
+ http://www.st.com/en/embedded-software/stm32cubef4.html
7
+
8
+ Status:
9
+ version 1.18.0
10
+
11
+ Purpose:
12
+ ST Microelectronics official MCU package for STM32F4 series.
13
+
14
+ Description:
15
+ This package is an extract of official STM32CubeF4 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 STM32F4 series.
18
+
19
+ Dependencies:
20
+ None.
21
+
22
+ URL:
23
+ http://www.st.com/en/embedded-software/stm32cubef4.html
24
+
25
+ commit:
26
+ version 1.18.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
3
36
4
37
Patch List:
5
- ===========
6
- *Disable i2c HAL
7
- Due to conflict with zephyr i2c.h (I2C_SPEED_STANDARD and I2C_SPEED_FAST
8
- redefinition), deactivate STM32Cube I2C HAL. This raises no issue since
9
- LL API is currently used for stm32 I2C driver.
10
- Impacted files:
11
- drivers/include/stm32f1xx_hal_conf.h
12
- ST Bug tracker ID: NA. Not a stm32cube issue
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
You can’t perform that action at this time.
0 commit comments