A small script to demonstrate the usage of the mbed build service.
Example for using the mbed compile API
Prerequisites
- An account at developer.mbed.org (you will be asked for your password in order to compile) Get an account
- Python
- Python requests
On MacOS X you can install python requests as follows
install python requests on OS X
sudo easy_install requests
Usage
usage example for mbed API
python mbedapi.py --repo http://developer.mbed.org/users/dan/code/pubtest/ --user JonnyA --api http://developer.mbed.org --platform mbed-LPC1768 --destdir /tmp/ --debug 2
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
3:b71ebe79e1a5 | 2015-07-03 | stevep |
Add task_id parameter to binary download |
2:09e9170d8a4e | 2015-03-02 | Jonathan Austin |
Update URLs to point to developer.mbed.org |
1:b9b05345596d | 2014-05-23 | Dan Ros |
added symbols support |
0:ac6e08cf16fe | 2014-05-13 | $SUDO_USER | Added file |