dlbeer / mspdebug

Debugging tool for MSP430 MCUs
GNU General Public License v2.0
187 stars 80 forks source link

Look for an env var to help find the MSP430 library #73

Closed DanielO closed 6 years ago

DanielO commented 6 years ago

As it says on the tin.

dlbeer commented 6 years ago

This is probably a good idea, but:

If you could fix those up, I'd be happy to reconsider. Most platforms will limit the maximum size of a filename to something that could reasonably fit in a stack-allocated fixed-size buffer, so relying on that might help.

DanielO commented 6 years ago

OK, I've updated it to use a stack var and updated the man page. (sorry it took a while, I spaced and forgot :)

dlbeer commented 6 years ago

Ok, looks good -- thanks.