Skip to content

fix(stm32): HAL build issue #264

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

Merged
merged 1 commit into from
Jan 6, 2025
Merged

Conversation

fpistm
Copy link
Contributor

@fpistm fpistm commented Jan 6, 2025

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 <[email protected]>
@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