PaulStoffregen / teensy_loader_cli

Command line Teensy Loader

Home Page:http://www.pjrc.com/teensy/loader_cli.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Soft reboot is not implemented for OSX

chappy1978 opened this issue · comments

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

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.