Skip to content

Fix entry overrides in support matrix generation #2543

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

Merged
merged 1 commit into from
Jan 22, 2020
Merged

Fix entry overrides in support matrix generation #2543

merged 1 commit into from
Jan 22, 2020

Conversation

deshipu
Copy link

@deshipu deshipu commented Jan 21, 2020

Fix #2539

The entries in the board's mpconfigboard.mk override any other entries.

Also, fixed a warning for bad use of backslash in a string.

Fix #2539

The entries in the board's mpconfigboard.mk override any other entries.

Also, fixed a warning for bad use of backslash in a string.
Copy link

@sommersoft sommersoft left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@deshipu, thanks for spotting this and the fix!

It actually highlights a deeper problem. I think I should've had the base[module]["default_value"] factor in the port-wide configs, versus relying solely on the top-level config.

That is why it wasn't working for the PewPewM4; the top-level is also 0 for network. So by adding the port-wide config to the end of the board config contents, this was being masked and the conditional wasn't flagging the exclusion.

I may address that later, along with the other missing raw-string designators.

@sommersoft
Copy link

Just tagging #2021, so I have a mental reference in the future. 🐘

@sommersoft
Copy link

Note: just built the docs locally. Everything looks good. Merging.

@sommersoft sommersoft merged commit ed2d94c into adafruit:master Jan 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support matrix has inaccurate info for some boards
2 participants