-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Add STM32F411DISCOVERY target #7289
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
Conversation
mikeller
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, but please rename as per comment.
Also, can you please add a markdown page into docs/boards/ describing the setup that you are using (external modules, wiring, schematic)? Photos are always welcome. :-)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note to self: There's another one that needs to be made runtime configurable.
|
Will add board docs and grab some pictures of the connected setup in the next days (have to take apart old drone assembled with F3 😃). |
|
Docs coming today. |
c160509 to
7dfd38b
Compare
|
Verifying if motors work now. |
8c2e599 to
92eab77
Compare
92eab77 to
c5fd7ca
Compare
|
Done for now.
Is on par with All functions required for flying work (didn't actually fly it, need to modify frame). Let me know if any other changes need to made or tested. I will open further PRs if people want extra peripheral support etc., seems pointless adding them myself as I have no way to test them at this time. |
|
@jonpas: Can you please test the STM32F411DISCOVERY target in the |
Add STM32F411DISCOVERY target
|
@mikeller Cherry-pick looks correct, but I will also give it a test run. |
|
Works fine @mikeller! 👌 |
This pull request adds STM32F411DISCO target for STM32F411Discovery board
Has "DISCO" appended to work around the target independent code testCan name it "STM32F411DISCOVERY" if that would fit the others better?Thanks to everyone on Slack for the help, especially @mikeller for updating the gyro/acc driver!
Review appreciated! :)
More pull requests likely coming as we find bugs/misconfiguration in the target.
~ by Team13, work done as part of a Drone student project