stm32cube: Add impacted files in README Patch List
To further ease stm32cube packages update, add impacted lines section in Patch List section. Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
parent
bd5942aa5a
commit
3a0dbda3bc
|
@ -9,4 +9,6 @@ Patch List:
|
|||
Due to conflict with zephyr i2c.h (I2C_SPEED_STANDARD and I2C_SPEED_FAST
|
||||
redefinition), deactivate STM32Cube I2C HAL. This raises no issue since
|
||||
LL API is currently used for stm32 I2C driver.
|
||||
Impacted files:
|
||||
drivers/include/stm32f1xx_hal_conf.h
|
||||
ST Bug tracker ID: NA. Not a stm32cube issue
|
||||
|
|
|
@ -14,4 +14,6 @@ Patch List:
|
|||
16 bits wide. Modification has been tested on L4 SoC.
|
||||
stm32yyxx_ll_spi.h being included in soc.h file, warning is generated
|
||||
at each compiled object, this commit allows a clean build.
|
||||
Impacted files:
|
||||
drivers/include/stm32f3xx_ll_spi.h
|
||||
ST Bug tracker ID: 13359
|
||||
|
|
|
@ -7,4 +7,6 @@ Patch List:
|
|||
Due to conflict with zephyr i2c.h (I2C_SPEED_STANDARD and I2C_SPEED_FAST
|
||||
redefinition), deactivate STM32Cube I2C HAL. This raises no issue since
|
||||
LL API is currently used for stm32 I2C driver.
|
||||
Impacted files:
|
||||
drivers/include/stm32f1xx_hal_conf.h
|
||||
ST Bug tracker ID: NA. Not a stm32cube issue
|
||||
|
|
|
@ -12,4 +12,6 @@ Patch List:
|
|||
16 bits wide. Modification has been tested on L4 SoC.
|
||||
stm32yyxx_ll_spi.h being included in soc.h file, warning is generated
|
||||
at each compiled object, this commit allows a clean build.
|
||||
Impacted files:
|
||||
drivers/include/stm32f7xx_ll_spi.h
|
||||
ST Bug tracker ID: 13359
|
||||
|
|
|
@ -12,4 +12,6 @@ Patch List:
|
|||
16 bits wide. Modification has been tested on L4 SoC.
|
||||
stm32yyxx_ll_spi.h being included in soc.h file, warning is generated
|
||||
at each compiled object, this commit allows a clean build.
|
||||
Impacted files:
|
||||
drivers/include/stm32l4xx_ll_spi.h
|
||||
ST Bug tracker ID: 13359
|
||||
|
|
Loading…
Reference in a new issue