Skip to content

fix(stm32): HAL build issue - #264

Merged
JAndrassy merged 1 commit into
JAndrassy:masterfrom
fpistm:use_hal_driver
Jan 6, 2025
Merged

fix(stm32): HAL build issue#264
JAndrassy merged 1 commit into
JAndrassy:masterfrom
fpistm:use_hal_driver

Conversation

@fpistm

@fpistm fpistm commented Jan 6, 2025

Copy link
Copy Markdown
Contributor

Since stm32 core release 2.8.0 including:
stm32duino/Arduino_Core_STM32#2380

ArduinoOTA can't be built due to direct include of HAL flash ex module for STM32F0, STM32F1 and STM32F3.
Including stm32_def.h solve the issue by properly including HAL headers.

Since stm32 core release 2.8.0 including:
stm32duino/Arduino_Core_STM32#2380

ArduinoOTA can't be built due to direct include of HAL flash ex
module for STM32F0, STM32F1 and STM32F3.
Including stm32_def.h solve the issue by properly including HAL headers.

Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
@JAndrassy
JAndrassy merged commit aa0c2e2 into JAndrassy:master Jan 6, 2025
@fpistm
fpistm deleted the use_hal_driver branch January 6, 2025 11:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants