Skip any step where a compatible tool already exists
- Install Python 2.7.x and make sure it's added to path
- Install pip and make sure <python_install_loc>\Scripts it's added to path
- Install DAPLink dependencies using pip (see command below)
- Install Keil MDK-ARM
daplink> pip install -r requirements.txt
- Generate project files. This should be done everytime you pull new changes
> pgen export
For adding new targets start from template and use these docs...
Check out the issue tracker.
##ToDo
- Create a test
- Document how to use
- Document how to contribute