Skip to content
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

Remove known limitations comment from serprog.c #1906

Merged
merged 1 commit into from
Aug 23, 2024

Conversation

funkeleinhorn
Copy link
Contributor

This PR removes obsolete comments from the serprog.c file header.

Connecting over tcp is already possible by specifying net:: as a port.
Performance is already good and further improvements would require custom AVR read/write logic to batch operations which seems not worth the maintenance effort for now.

Connecting over tcp is already possible by specifying net:<host>:<port>
as a port. Performance is already good and further improvements would
require custom AVR read/write logic to batch operations which seems
not worth the maintenance effort for now.
@stefanrueger
Copy link
Collaborator

Thanks for the PR! Looks good.

@stefanrueger stefanrueger merged commit 5b1b544 into avrdudes:main Aug 23, 2024
13 checks passed
@mcuee mcuee added the enhancement New feature or request label Aug 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants