Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

STM32Cube updates #75

Merged
merged 14 commits into from
Oct 27, 2020
Merged

Conversation

ABOSTM
Copy link
Collaborator

@ABOSTM ABOSTM commented Oct 20, 2020

STM32Cube updates:

stm32cube: update stm32f0 to version V1.11.1
stm32cube: update stm32f1 to version V1.8.2
stm32cube: update stm32f2 to version V1.9.1
stm32cube: update stm32f3 to version V1.11.1
stm32cube: update stm32f4 to version V1.25.1
stm32cube: update stm32f7 to version V1.16.0
stm32cube: update stm32g4 to version V1.3.0
stm32cube: update stm32h7 to version V1.8.0
stm32cube: update stm32l0 to version V1.11.3
stm32cube: update stm32l4 to version V1.16.0
stm32cube: update stm32l5 to version V1.3.1
stm32cube: update stm32wb to version V1.9.0

@ABOSTM
Copy link
Collaborator Author

ABOSTM commented Oct 21, 2020

Add fix to remove reference to i2s in stm32wbxx_hal_conf.h

@ABOSTM ABOSTM force-pushed the STM32_CUBE_UPDATES branch 2 times, most recently from 510357d to 3778f4a Compare October 22, 2020 12:30
@@ -40,4 +40,6 @@ Patch List:
-dos2unix applied
-trailing white spaces removed

*Remove reference to I2S in stm32wbxx_hal_conf.h
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you add a reference to internal Bugzilla, or at least mention this is a known issue and fix is upcoming?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

Update Cube version for STM32F0xx series
on https://github.com/STMicroelectronics
from version v1.11.0
to version v1.11.1

Signed-off-by: Alexandre Bourdiol <alexandre.bourdiol@st.com>
Update Cube version for STM32F1xx series
on https://github.com/STMicroelectronics
from version v1.8.0
to version v1.8.2

Signed-off-by: Alexandre Bourdiol <alexandre.bourdiol@st.com>
Update Cube version for STM32F2xx series
on https://github.com/STMicroelectronics
from version v1.9.0
to version v1.9.1

Signed-off-by: Alexandre Bourdiol <alexandre.bourdiol@st.com>
Update Cube version for STM32F3xx series
on https://github.com/STMicroelectronics
from version v1.11.0
to version v1.11.1

Signed-off-by: Alexandre Bourdiol <alexandre.bourdiol@st.com>
Update Cube version for STM32F4xx series
on https://github.com/STMicroelectronics
from version v1.25.0
to version v1.25.1

Signed-off-by: Alexandre Bourdiol <alexandre.bourdiol@st.com>
Update Cube version for STM32F7xx series
on https://github.com/STMicroelectronics
from version v1.15.0
to version v1.16.0

Signed-off-by: Alexandre Bourdiol <alexandre.bourdiol@st.com>
Update Cube version for STM32G4xx series
on https://github.com/STMicroelectronics
from version v1.2.0
to version v1.3.0

Signed-off-by: Alexandre Bourdiol <alexandre.bourdiol@st.com>
Update Cube version for STM32H7xx series
on https://github.com/STMicroelectronics
from version v1.6.0
to version v1.8.0

Signed-off-by: Alexandre Bourdiol <alexandre.bourdiol@st.com>
Update Cube version for STM32L0xx series
on https://github.com/STMicroelectronics
from version v1.11.2
to version v1.11.3

Signed-off-by: Alexandre Bourdiol <alexandre.bourdiol@st.com>
Update Cube version for STM32L4xx series
on https://github.com/STMicroelectronics
from version v1.15.1
to version v1.16.0

Signed-off-by: Alexandre Bourdiol <alexandre.bourdiol@st.com>
Update Cube version for STM32L5xx series
on https://github.com/STMicroelectronics
from version v1.2.0
to version v1.3.1

Signed-off-by: Alexandre Bourdiol <alexandre.bourdiol@st.com>
Update Cube version for STM32WBxx series
on https://github.com/STMicroelectronics
from version v1.5.0
to version v1.9.0

Signed-off-by: Alexandre Bourdiol <alexandre.bourdiol@st.com>
@ABOSTM
Copy link
Collaborator Author

ABOSTM commented Oct 23, 2020

Rebase

Remove i2s references from stm32wbxx_hal_conf.h
which prevent compilation, as there is no i2s in this STM32WB

Signed-off-by: Alexandre Bourdiol <alexandre.bourdiol@st.com>
Add systematic compialtion of '..._hal_rcc_ex.c' in 'CMakeLists.txt'
generation. There is more and more dependence of HAL IP to
'..._hal_rcc_ex.c'

Signed-off-by: Alexandre Bourdiol <alexandre.bourdiol@st.com>
@galak galak merged commit 1e5111a into zephyrproject-rtos:master Oct 27, 2020
ABOSTM added a commit to ABOSTM/zephyr that referenced this pull request Oct 27, 2020
With STM32Cube updates
zephyrproject-rtos/hal_stm32#75
'..._hal_rcc.c' and '..._hal_rcc_ex.c' are now systematically
compiled, due to more and more dependencies from HAL IP on rcc.
So USE_STM32_HAL_RCC and USE_STM32_HAL_RCC_EX becomes useless.

Signed-off-by: Alexandre Bourdiol <alexandre.bourdiol@st.com>
galak pushed a commit to zephyrproject-rtos/zephyr that referenced this pull request Oct 28, 2020
With STM32Cube updates
zephyrproject-rtos/hal_stm32#75
'..._hal_rcc.c' and '..._hal_rcc_ex.c' are now systematically
compiled, due to more and more dependencies from HAL IP on rcc.
So USE_STM32_HAL_RCC and USE_STM32_HAL_RCC_EX becomes useless.

Signed-off-by: Alexandre Bourdiol <alexandre.bourdiol@st.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants