-
Notifications
You must be signed in to change notification settings - Fork 76
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
Multiplatform support #174
Conversation
Adapting the new build system will take some work in the |
@Ko- and @mkannwischer you can start reviewing this. The stm32f4discovery platform should work as expected. |
The flash is actually just a RAM. The main purpose of the board here is stack testing and this will allow us to use all 4MB of the "ram" memory region for stack/heap.
ef0cad1
to
b2d1576
Compare
Everything is up to date and I also posted benchmarks now. |
Thanks @rpls for all the work. |
This PR will add support for multiple platforms, similar to how PQM3 does.
Add support for the Nucleo-L4R5ZIDepends on the PR mupq/mupq#57 of the
mupq
repo