Skip to content

chore(system): define USE_HAL_DRIVER on command line #2380

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
May 28, 2024

Conversation

fpistm
Copy link
Member

@fpistm fpistm commented May 28, 2024

this ensure to have the same behavior each time stm32yyxx.h is included.

this ensure to have the same behavior each time stm32yyxx.h
is included.

Signed-off-by: Frederic Pillon <[email protected]>
@fpistm fpistm added enhancement New feature or request fix 🩹 Bug fix labels May 28, 2024
@fpistm fpistm added this to the 2.8.0 milestone May 28, 2024
@fpistm fpistm merged commit 73f7d29 into stm32duino:main May 28, 2024
23 checks passed
@fpistm fpistm deleted the USE_HAL_DRIVER branch May 28, 2024 09:31
fpistm added a commit to fpistm/ArduinoOTA that referenced this pull request 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.

Signed-off-by: Frederic Pillon <[email protected]>
JAndrassy pushed a commit to JAndrassy/ArduinoOTA that referenced this pull request 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.

Signed-off-by: Frederic Pillon <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request fix 🩹 Bug fix
Projects
Development

Successfully merging this pull request may close these issues.

1 participant