-
Notifications
You must be signed in to change notification settings - Fork 140
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
stm32f723 related issues #1171
Comments
|
@salkinium, thx for the information, I'm actually working on a custom board, I just ordered an stm32f723 discovery board so I'll be able to PR some examples too. |
YES PLEASE! I like meson, and I'm very happy to help the porting, since I wrote the make and scons one (we don't speak about the cmake one 😒). |
I've updated the modm-devices submodule to include your changes in this repo, so at least point 1 should be fixed now. |
Few issues related to stm32f723 (maybe others f7)
-mfpu=fpv5-d16
instead of-mfpu=fpv5-sp-d16
Gpio::OutputSpeed::High
instead ofGpio::OutputSpeed::VeryHigh
I'll try to PR fixes soon.
The text was updated successfully, but these errors were encountered: