Skip to content

feat: support stm32 assert #2384

New issue

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

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

Already on GitHub? # to your account

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

fpistm added 2 commits May 28, 2024 11:39
Fixes stm32duino#2375.

Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
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 <frederic.pillon@st.com>
@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
@fpistm fpistm deleted the stm32_assert branch May 28, 2024 12:18
# for free to join this conversation on GitHub. Already have an account? # 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