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

bare.armv6m and bare.armv7m set -D__FreeRTOS__ for compilation #806

Open
balazsracz opened this issue Jan 12, 2025 · 0 comments
Open

bare.armv6m and bare.armv7m set -D__FreeRTOS__ for compilation #806

balazsracz opened this issue Jan 12, 2025 · 0 comments
Labels

Comments

@balazsracz
Copy link
Collaborator

The difference between bare,.armv6m and freertos.armv6m is whether there is freertos or not.
However, during the compilation under the target bare.armv6m, the compile flag -D__FreeRTOS__ still gets set.

Simply removing it is not an option, because half the codebase does not compile without -D__FreeRTOS__; for example it sometimes makes an assumption that it is being compiled under linux.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant