Skip to content

RoughAl/DAPLink

Repository files navigation

DAPLink

Setup

Skip any step where a compatible tool already exists

  1. Install Python 2.7.x and make sure it's added to path
  2. Install pip and make sure <python_install_loc>\Scripts it's added to path
  3. Install DAPLink dependencies using pip (see command below)
  4. Install Keil MDK-ARM
daplink> pip install -r requirements.txt

Develop

  1. 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...

Contribute

Check out the issue tracker.

##ToDo

  • Create a test
  • Document how to use
  • Document how to contribute

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 95.7%
  • Python 2.1%
  • C++ 1.4%
  • Assembly 0.7%
  • Batchfile 0.1%
  • Objective-C 0.0%