Skip to content

Allow reconfiguring individual FreeRTOS config items - fixes #2398 #2407

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 1 commit into from
Sep 3, 2024

Conversation

Yveaux
Copy link
Contributor

@Yveaux Yveaux commented Sep 2, 2024

No description provided.

@Yveaux Yveaux mentioned this pull request Sep 2, 2024

/* Cortex-M specific definitions. */
#ifndef configPRIO_BITS
#undef __NVIC_PRIO_BITS
#ifdef __NVIC_PRIO_BITS
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Granted I cut-n-paste this file (or more likely it came already cut-n-pasted from upstream) but the sequence

#undef X
#ifdef X

is just wrong on so many levels. 😆

@earlephilhower earlephilhower merged commit 48c4c20 into earlephilhower:master Sep 3, 2024
20 checks passed
@Yveaux Yveaux deleted the Reconfigure_FreeRTOS branch January 25, 2025 08:59
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants