|
1 |
| -The current version supported in Zephyr for STM32F1 Cube is V1.6.0 |
| 1 | +STM32CubeF1 |
| 2 | +########### |
2 | 3 |
|
| 4 | +Origin: |
| 5 | + ST Microelectronics |
| 6 | + http://www.st.com/en/embedded-software/stm32cubef1.html |
3 | 7 |
|
| 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 |
4 | 36 |
|
5 | 37 | 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