-
Notifications
You must be signed in to change notification settings - Fork 138
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
DEFAULT_SPI_PORT appears to be undefined #1923
Comments
The default value is in the code since the following commit. Please also refer to PR #933. But I agree this can be a good improvement. |
I have to specify the linuxspi port since the default value does not work.
|
Current code: maybe it needs to specify the default reset pin number. Lines 146 to 151 in 30e19f2
|
I agree. |
The
@DEFAULT_SPI_PORT@
fromsrc/avrdude.conf.in
appears not to be defined anywhere:cmake builds substitute the
@DEFAULT_SPI_PORT@
inavrdude.conf
as the empty string.automake builds keep the
@DEFAULT_SPI_PORT@
inavrdude.conf
as it is.git grep DEFAULT_SPI_PORT
shows only one match: the line insrc/avrdude.conf.in
.This does not appear to be intentional.
The text was updated successfully, but these errors were encountered: