-
Notifications
You must be signed in to change notification settings - Fork 14.6k
boards: add auterion v6x target #25715
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
🔎 FLASH Analysispx4_fmu-v5x [Total VM Diff: 200 byte (0.01 %)]
px4_fmu-v6x [Total VM Diff: -8096 byte (-0.39 %)]
Updated: 2025-10-14T16:49:05 |
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.
I strongly agree with this change, we should make it easier to maintain all these very similar boards rather than runtime detection.
This was part of the reason I made my own ARK target in the past. So much easier to maintain than one binary. |
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.
What's missing here?
4095d35
to
ed3afb2
Compare
Note to self: The bootloader pin is USB VBUS, I need to check why the bootloader actually still works now that I disabled USBDEV. |
ed3afb2
to
3215386
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.
Tested the bootloader changes without USB and using only the BOARD_FORCE_BL_PIN like on FMUv6s.
Let's get this merged so we can free up some flash and fix our CI |
3215386
to
e17074c
Compare
ba154de
to
fdacebc
Compare
78e034b
to
8a38997
Compare
Solved Problem
We are running out of FLASH, one of the reasons is that the generic v6x target contains Auterion specific features that are not needed by other users.
Solution
Changelog Entry
For release notes: