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

feat: support stm32 assert #2384

Merged
merged 2 commits into from
May 28, 2024
Merged

feat: support stm32 assert #2384

merged 2 commits into from
May 28, 2024

Conversation

fpistm
Copy link
Member

@fpistm fpistm commented May 28, 2024

Fixes stm32duino#2375.

Signed-off-by: Frederic Pillon <[email protected]>
When NDEBUG is defined and the _Error_Handler() is used
inside a function using function arguments.

Ex:
void dummy(char *file, uint32_t line) {
  _Error_Handler(file, line);
}

Signed-off-by: Frederic Pillon <[email protected]>
@fpistm fpistm added this to In progress in STM32 core based on ST HAL via automation May 28, 2024
@fpistm fpistm added this to the 2.8.0 milestone May 28, 2024
@fpistm fpistm added the enhancement New feature or request label May 28, 2024
@fpistm fpistm merged commit f69757c into stm32duino:main May 28, 2024
23 checks passed
STM32 core based on ST HAL automation moved this from In progress to Done May 28, 2024
@fpistm fpistm deleted the stm32_assert branch May 28, 2024 12:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

Successfully merging this pull request may close these issues.

USE_FULL_ASSERT results in failed build due to missing stm32_assert.h
1 participant