Skip to content

Improved avrdude compatibility with windows drive names#141

Open
dave-newson wants to merge 1 commit intoqueezythegreat:masterfrom
dave-newson:windows-drive-name-compatibility
Open

Improved avrdude compatibility with windows drive names#141
dave-newson wants to merge 1 commit intoqueezythegreat:masterfrom
dave-newson:windows-drive-name-compatibility

Conversation

@dave-newson
Copy link

Simple fix that adds double-quotes around avrdude file paths, improving compatibility with windows-style drive names that contain colons.
Previously any paths that contain a colon (eg. C:/) would cause an avrdude error.

Example:
'-Uflash:w:${TARGET_PATH}.hex:i' becomes '-Uflash:w:"${TARGET_PATH}.hex":i'

…ility with windows drive references containing colons.
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.

2 participants