-
Notifications
You must be signed in to change notification settings - Fork 154
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
added windows routines #29
base: master
Are you sure you want to change the base?
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)
Looks like this adds a fixed 1/4 second delay per write. |
Without the additional delay, I got the synchronization (GetOverlappedResult) error. (pressed closed by mistake, so I reopened it) |
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
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