PaulStoffregen / teensy_loader_cli

Command line Teensy Loader
http://www.pjrc.com/teensy/loader_cli.html
332 stars 152 forks source link

Soft reboot is not implemented for OSX #37

Open chappy1978 opened 7 years ago

chappy1978 commented 7 years ago

Hey Paul, Is there any plan to implement soft reboot on OSX in the CLI? If not, why? When I load a .hex with the app it works fine. What would it take to make it work? Jeff

PaulStoffregen commented 7 years ago

No plans. In fact, I'm specifically planning to not do anything more on this CLI tool for at least the rest of 2017.

What would it take to make it work?

Someone willing to do all the work, and submit a low-risk pull request. Edits to other parts of the code which may break things for other platforms almost certainly will not be accepted, so it needs to not only work, but be done in a clean way that doesn't risk breaking other platforms. Several contributions I receive are written badly and break things for other users, so I am weary of accepting such things.

chappy1978 commented 7 years ago

On Apr 11, 2017, at 06:05, Paul Stoffregen notifications@github.com wrote:

No plans. In fact, I'm specifically planning to not do anything more on this CLI tool for at least the rest of 2017.

What would it take to make it work?

Someone willing to do all the work, and submit a low-risk pull request. Edits to other parts of the code which may break things for other platforms almost certainly will not be accepted, so it needs to not only work, but be done in a clean way that doesn't risk breaking other platforms. Several contributions I receive are written badly and break things for other users, so I am weary of accepting such things.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/PaulStoffregen/teensy_loader_cli/issues/37#issuecomment-293254761, or mute the thread https://github.com/notifications/unsubscribe-auth/AHEHr4BjE33z5XAEfwTUpY9pPJR1T_kuks5ru3q1gaJpZM4M6EML.

Sadly, Im sure thats just over my head. Thanks for the quick answer.