Automatic binary uploader for Windows and Linux
.
I wrote a short script to automatically upload binary files to MBED devices. Works both on Windows and Linux (and probably OS X).
The script can be found at https://github.com/tomas-c/mbed_uploader
To use it just run (with you own download directory and mbed drive letter):
python mbed_uploader.py -i "C:\Users\XXX\Downloads\" -o "H:"
.
Please log in to post comments.