Repostiory containing DAPLink source code with Reset Pin workaround for HANI_IOT board.
Upstream: https://github.com/ARMmbed/DAPLink
README.md@0:01f31e923fe2, 2020-04-07 (annotated)
- Committer:
- Pawel Zarembski
- Date:
- Tue Apr 07 12:55:42 2020 +0200
- Revision:
- 0:01f31e923fe2
hani: DAPLink with reset workaround
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Pawel Zarembski |
0:01f31e923fe2 | 1 | [![DAPLink](/docs/images/daplink-website-logo-link.png)](https://armmbed.github.io/DAPLink/) |
Pawel Zarembski |
0:01f31e923fe2 | 2 | |
Pawel Zarembski |
0:01f31e923fe2 | 3 | Arm Mbed DAPLink is an open-source software project that enables programming and debugging application software running on Arm Cortex CPUs. Commonly referred to as interface firmware, DAPLink runs on a secondary MCU that is attached to the SWD or JTAG port of the application MCU. This configuration is found on nearly all development boards. Enumerating as a USB composite device, it creates a bridge between your development computer and the CPU debug access port. DAPLink enables developers with: |
Pawel Zarembski |
0:01f31e923fe2 | 4 | * MSC - drag-n-drop programming flash memory |
Pawel Zarembski |
0:01f31e923fe2 | 5 | * CDC - virtual com port for log, trace and terminal emulation |
Pawel Zarembski |
0:01f31e923fe2 | 6 | * HID - CMSIS-DAP compliant debug channel |
Pawel Zarembski |
0:01f31e923fe2 | 7 | * WEBUSB HID - CMSIS-DAP compliant debug channel |
Pawel Zarembski |
0:01f31e923fe2 | 8 | |
Pawel Zarembski |
0:01f31e923fe2 | 9 | More features are planned and will show up gradually over time. The project is constantly under heavy development by Arm, its partners, numerous hardware vendors and the open-source community around the world. DAPLink has superseded the mbed CMSIS-DAP interface firmware project. You are free to use and contribute. Enjoy! |
Pawel Zarembski |
0:01f31e923fe2 | 10 | |
Pawel Zarembski |
0:01f31e923fe2 | 11 | For more detailed usability information [see the users guide.](docs/USERS-GUIDE.md) |
Pawel Zarembski |
0:01f31e923fe2 | 12 | |
Pawel Zarembski |
0:01f31e923fe2 | 13 | ## Compatibility |
Pawel Zarembski |
0:01f31e923fe2 | 14 | There are many ARM microcontroller-based Hardware Interface Circuits (HICs) that DAPLink interface firmware runs on. These can be found as standalone boards (debugger) or as part of a development kit. Some branded circuits that are known to be IO compatible are: |
Pawel Zarembski |
0:01f31e923fe2 | 15 | * [NXP OpenSDA based on K20, K22 and KL26](http://www.nxp.com/products/software-and-tools/run-time-software/kinetis-software-and-tools/ides-for-kinetis-mcus/opensda-serial-and-debug-adapter:OPENSDA) |
Pawel Zarembski |
0:01f31e923fe2 | 16 | * [NXP LPC-Link2 based on LPC11U35 or LPC4322](https://www.nxp.com/support/developer-resources/hardware-development-tools/lpcxpresso-boards:LPCXPRESSO-BOARDS) |
Pawel Zarembski |
0:01f31e923fe2 | 17 | * [Segger J-Link OB based on Atmel SAM3U](https://www.segger.com/products/debug-probes/j-link/models/j-link-ob/) |
Pawel Zarembski |
0:01f31e923fe2 | 18 | |
Pawel Zarembski |
0:01f31e923fe2 | 19 | ## Releases |
Pawel Zarembski |
0:01f31e923fe2 | 20 | There are many board builds (board = HIC + target combination) created from this repository. Quarterly releases will contain new features and bugfixes. Standalone bugfixes are released once reported, verified and fixed. Both quarterly and bugfix releases will result in the build number being incremented. Many development kits and products ship with DAPLink interface firmware or are capable of running DAPLink firmware. **[The current release builds and instructions for updating DAPLink interface firmware is hosted on the DAPLink release site.](https://armmbed.github.io/DAPLink/)** Release notes and previous release builds can be found under GitHub releases. |
Pawel Zarembski |
0:01f31e923fe2 | 21 | |
Pawel Zarembski |
0:01f31e923fe2 | 22 | ## Contribute |
Pawel Zarembski |
0:01f31e923fe2 | 23 | |
Pawel Zarembski |
0:01f31e923fe2 | 24 | We welcome contributions to DAPLink in any area. Look for an interesting feature or defect [under |
Pawel Zarembski |
0:01f31e923fe2 | 25 | issues](https://github.com/ARMmbed/DAPLink/issues), or start a new thread to engage with the |
Pawel Zarembski |
0:01f31e923fe2 | 26 | developers and maintainers. |
Pawel Zarembski |
0:01f31e923fe2 | 27 | |
Pawel Zarembski |
0:01f31e923fe2 | 28 | Please see the [contribution guidelines](CONTRIBUTING.md) for detailed requirements for |
Pawel Zarembski |
0:01f31e923fe2 | 29 | contributions. |
Pawel Zarembski |
0:01f31e923fe2 | 30 | |
Pawel Zarembski |
0:01f31e923fe2 | 31 | To report bugs, please [create an issue](https://github.com/ARMmbed/DAPLink/issues/new) in the |
Pawel Zarembski |
0:01f31e923fe2 | 32 | GitHub project. |
Pawel Zarembski |
0:01f31e923fe2 | 33 | |
Pawel Zarembski |
0:01f31e923fe2 | 34 | ## Develop |
Pawel Zarembski |
0:01f31e923fe2 | 35 | Information for setting up a development environment, running the tests or creating a release build [can be found in the developers guide.](docs/DEVELOPERS-GUIDE.md) |
Pawel Zarembski |
0:01f31e923fe2 | 36 | |
Pawel Zarembski |
0:01f31e923fe2 | 37 | ## License |
Pawel Zarembski |
0:01f31e923fe2 | 38 | DAPLink is licensed with the permissive Apache 2.0 license. See the [LICENSE](LICENSE) file for the |
Pawel Zarembski |
0:01f31e923fe2 | 39 | full text of the license. |
Pawel Zarembski |
0:01f31e923fe2 | 40 | |
Pawel Zarembski |
0:01f31e923fe2 | 41 | Copyright © 2006-2019 Arm Ltd |