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
Currently, we have a few options related to board's configuration:
The core idea is to drop all existing board_* options, keep backward compatibility and implement support for dynamic board configuration:
board_*
[env:myenv] board = ... board_build.mcu = ... board_build.flash_mode= ... board_build.partition = ..
The text was updated successfully, but these errors were encountered:
9ba5dc0
Bump version to 3.5.3 (issue #1641 issue #1612 issue #1473 issue #1528 …
7db04b1
…issue #1546 issue #1282 issue #1516 issue #1381 issue #1474)
ivankravets
No branches or pull requests
Currently, we have a few options related to board's configuration:
The core idea is to drop all existing
board_*
options, keep backward compatibility and implement support for dynamic board configuration:The text was updated successfully, but these errors were encountered: