-
Notifications
You must be signed in to change notification settings - Fork 13.6k
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
ROMFS split rc.board into defaults, sensors, and extras #11044
Conversation
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, I did not see any other problems.
Rebased on master and resolved conflicts. Need to do another pass to address all comments. |
0042061
to
25c8beb
Compare
The default value for SYS_FMU_TASK is already 1, so updated the scripting to only set this to 0 for fmu-v2, v3 and auav-x21. |
Good to go? If no one has a major objection I'd prefer to get this in immediately and follow up in additional issues/PRs. This is getting difficult to rebase. |
@dagar good from my pov |
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 up to the unrelated change.
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.
Good to merge.
Daniel, can you make sure the serial port docs get added soon in whatever way we decide to keep them?
PX4 user guide issue to follow up on serial port docs. PX4/PX4-user_guide#417 |
To resolve a number of issues and enable further customization I've split the optional per board provided
rc.board
init script intorc.board_defaults
,rc.board_sensors
, andrc.board_extras
.rc.board_defaults
rc.board_sensors
rc.board_extras
I'm sure there are other little problems in startup, let's take this as an opportunity to carefully review everything and identify other problems.