feat(boards): cuav/x25-mega board support - #26664
Merged
Merged
Conversation
Contributor
|
@cuav-chen2 please see above from @hamishwillee |
hamishwillee
left a comment
Contributor
There was a problem hiding this comment.
@mrpollo Can you review this please. The docs are OK. There are still some "TBDs". Not sure whether we should allow that or not. But in any case the rest of this needs a look.
cuav-chen2
force-pushed
the
add_cuav_x25-mega
branch
from
April 2, 2026 08:57
80041cb to
bdc2294
Compare
hamishwillee
force-pushed
the
add_cuav_x25-mega
branch
from
April 8, 2026 06:24
bdc2294 to
d80f0b0
Compare
Contributor
|
@mrpollo Can you please look at this? |
cuav-chen2
marked this pull request as draft
April 27, 2026 01:47
cuav-chen2
marked this pull request as ready for review
May 19, 2026 09:47
Contributor
|
No broken links found in changed files. |
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
The pwm_voltage module shipped the parameter definition in the legacy parameters.c format. Every other board, including the sibling x25-evo and x25-super, uses parameters.yaml, and no parameters.c remains in the tree. Convert PWM_VOLT_SEL to the yaml format and wire it up via MODULE_CONFIG to match the current convention. Signed-off-by: Ramon Roche <mrpollo@gmail.com>
mrpollo
approved these changes
Jun 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add support for CUAV-X25-MEGA board.