Open andrasbiro opened 10 years ago
POPT_CPPBSL
is set in the configure script if you have the popt
library on your system already. If you do, then cppbsl
will get built. Because I moved this to the tools I didn't want to add a dependency for something I don't expect most people to use. That being said, does anyone still use this? I have no idea. I use tinyos for the msp430 and don't use it.pybsl
/tos-bsl
. After looking around, it appears the tools/platforms/msp430/pybsl/serial
folder is an old copy of py-serial. Given that the serial folder gets installed to some weird directory (that configuration predates #190), I don't actually use it because import serial
just pulls from the real py-serial library on my machine. I imagine we could get rid of the serial folder and just make py-serial a dependency.
While tested some buildscripts, I think I found some dead code in the bsl directory. However, since I rarely use any msp430 stuff, I don't want to remove them without asking: