-
Notifications
You must be signed in to change notification settings - Fork 13.7k
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
px4_fmu-v5 board spi cleanup #11370
px4_fmu-v5 board spi cleanup #11370
Conversation
dagar
commented
Feb 4, 2019
•
edited by AuterionWrikeBot
Loading
edited by AuterionWrikeBot
- px4_fmu-v5 spi handler convert to c++ and use range based for loops instead of first/last defines
- remove px4 headers
- use syslog instead of PX4_ERR, PX4_WARN, etc
- remove dummy BMA, BMI SPIDEVs
- remove stm32_spi_bus_initialize
- handled by the actual drivers
- delete unused static variables
6c1cb3f
to
dc1cc71
Compare
Questions
|
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.
See in line comments
@dagar your call. I prefer the Board config matches the pinout. Usage may vary.
Yes. On HB v5 is is on SPI1
|
e309cdf
to
e62c77d
Compare
Bench tested on a pixhawk 4. |
@PX4/testflights could you give this a quick test on any fmu-v5 unit (Pixhawk 4, 4 mini)? Thanks! |
Tested on Pixhawk 4 v5, Good Flight. Pixhawk 4 Mini v5, Good Flight. |
e62c77d
to
36faf67
Compare
@simonegu I added a commit to remove PX4_FMUV5_RC00. |
36faf67
to
2fa9dee
Compare
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, only one comment on the name change.