We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The default kbuild konfigurations seems to be a bit off and needs a re-check
The way estimators are set does not work Current: CONFIG_ESTIMATOR=any Should be: ESTIMATOR=any
CONFIG_POWER_DISTRIBUTION does not work at all
Deck force does not work Current: CONFIG_DECK_FORCE=bcDWM1000 Should be: CONFIG_DECK_FORCE="bcDWM1000"
Since the tag def config is wrong, the road runners do not have the Loco deck enabled by default
The text was updated successfully, but these errors were encountered:
Fixed in #1056
Sorry, something went wrong.
No branches or pull requests
The default kbuild konfigurations seems to be a bit off and needs a re-check
The way estimators are set does not work
Current: CONFIG_ESTIMATOR=any
Should be: ESTIMATOR=any
CONFIG_POWER_DISTRIBUTION does not work at all
Deck force does not work
Current: CONFIG_DECK_FORCE=bcDWM1000
Should be: CONFIG_DECK_FORCE="bcDWM1000"
Since the tag def config is wrong, the road runners do not have the Loco deck enabled by default
The text was updated successfully, but these errors were encountered: