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

[freertos] allow use FreeRTOS without heap dependency #750

Merged
merged 2 commits into from
Oct 19, 2021

Conversation

andryblack
Copy link
Contributor

Move dependency :platform:heap from :freertos to :processing:rtos.
This allow use FreeRTOS directly without injecting heap support.

Signed-off-by: andryblack

@andryblack andryblack changed the title Allow use FreeRTOS without heap dependency [freertos] allow use FreeRTOS without heap dependency Oct 18, 2021
Copy link
Member

@salkinium salkinium left a comment

Choose a reason for hiding this comment

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

A simple and effective change, thanks!

I fixed some formatting, simplified the config a little and added an example so that this behaviour gets checked by the CI for future refactorings.

@salkinium salkinium added the ci:hal Triggers the exhaustive HAL compile CI jobs label Oct 18, 2021
@salkinium salkinium merged commit 9e50a16 into modm-io:develop Oct 19, 2021
@andryblack andryblack deleted the freertos_static_alloc branch October 19, 2021 21:12
@salkinium salkinium added this to the 2021q4 milestone Oct 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
advanced 🤯 ci:hal Triggers the exhaustive HAL compile CI jobs enhancement 🌈
Development

Successfully merging this pull request may close these issues.

2 participants