-
-
Notifications
You must be signed in to change notification settings - Fork 40.3k
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
Improve compilation #415
Improve compilation #415
Conversation
eltang
commented
Jun 17, 2016
•
edited
Loading
edited
- Copy a change made in TMK that somehow didn’t make it (remove extraneous dfu-programmer commands)
- Make code size estimates much more meaningful
The move to testing .hex files was a conscious one, and What dfu-programmer commands are you talking about? |
I'm talking about tmk/tmk_keyboard@d0f1749. |
It does the same to the .hex file. The avr format is also not supported by all versions. I'd like to keep the size information, but I see the redundant erase - feel free to modify your PR to just that. |
Done. |
I think some documentation on running |
Putting |
That's not what I meant; learning all the options is easy, but learning that it even exists (and how to make it produce much cleaner output than it does when called by |