Grant Edwards

Results 3 issues of Grant Edwards

Where does usb.h come from? ~~~ $ make cc -DUSE_READLINE -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats -Itransport -Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\" -o util/btree.o -c util/btree.c cc -DUSE_READLINE -O1 -Wall...

Distros with recent versions of libusb (1.x) need to install libusb-compat to provide the legacy (0.1) API expected by mspdebug. After I figured out that libusb-compat was needed, I realized...

- Only remove the first occurance of the sigil, and add option to also remove it from plaintext version. - Allow main.py to run without installing (useful during development). -...