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

Add command line option for write and read block size #38

Open
EmbeddedMan opened this issue May 28, 2016 · 0 comments
Open

Add command line option for write and read block size #38

EmbeddedMan opened this issue May 28, 2016 · 0 comments

Comments

@EmbeddedMan
Copy link
Contributor

Some chipKIT boards, especially those that are being programmed over an RF link, benefit from smaller packet sizes. Since forcing all boards to use a smaller packet size not only slows them all down, but is also incompatible with some versions of the bootloader (that require 256 byte blocks - see issue #36 ), a better option would be to add a command line parameter (or a pair of them - one for write and one for verify) that allows the user to choose their packet sizes at run time. The boards that are using RF links can then easily change their programming recipe to include the smaller packet size parameter.

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

No branches or pull requests

1 participant