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

Support for embedded_alloc #928

Open
radius-jfluent opened this issue Apr 26, 2024 · 0 comments
Open

Support for embedded_alloc #928

radius-jfluent opened this issue Apr 26, 2024 · 0 comments

Comments

@radius-jfluent
Copy link

It would be nice to be able to use embedded_alloc in a program using cortex_m_rtic. Right now, attempting this will result in a panic when the HEAP.init() fn is run (I'm assuming because it requires that it can utilize a critical section during the method). Maybe I'm missing something, but it doesn't seem like I can get it to work inside init() or a task.

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

No branches or pull requests

1 participant