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
We should consider separating the two different hardware revision concepts in the SConscript file.
Currently, we have:
hw_revision
HW_REVISION
configure_board()
Since these two serve distinct purposes, we might rename them to make distinction clearer:
compatible_hw_revision
COMPATIBLE_HW_REVISION
BOARD_REVISION
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We should consider separating the two different hardware revision concepts in the SConscript file.
Currently, we have:
hw_revision
- This ultimately translates into theHW_REVISION
symbol used in the C/ASM source code.HW_REVISION
argument – This is used inconfigure_board()
Since these two serve distinct purposes, we might rename them to make distinction clearer:
hw_revision
/HW_REVISION
tocompatible_hw_revision
/COMPATIBLE_HW_REVISION
or
HW_REVISION
argument toBOARD_REVISION
The text was updated successfully, but these errors were encountered: