Open
Conversation
added soft boot for windows added functionality to list teensy on usb
added option in help removed (WMXZ) from title
Added dummy list_teensies for non-windows cases
Update Readme
Incr. MAX_MEMORY_SIZE to 1048576 (Teensy 3.6)
Owner
|
Looks like this adds a fixed 1/4 second delay per write. |
Author
|
Without the additional delay, I got the synchronization (GetOverlappedResult) error. (pressed closed by mistake, so I reopened it) |
Author
|
a delay of 0.05 was the found suitable to get programming working for T3.2 on my windows10 laptop. |
flag -s indicated programming mode via software
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
merged windows routines from teensy_reboot.c to allow download (soft boot) with either serial or hid active.
tested on windows 10 with blink_slow_Teensy31.hex (is hid and not serial)
will work also after prog button pressed
dummy "list_teensies" routine was added "#else-windows" to allow compilation on non-windows systems
added Frank's changes to readme file