Repostiory containing DAPLink source code with Reset Pin workaround for HANI_IOT board.
Upstream: https://github.com/ARMmbed/DAPLink
Diff: docs/README.md
- Revision:
- 0:01f31e923fe2
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docs/README.md Tue Apr 07 12:55:42 2020 +0200 @@ -0,0 +1,27 @@ +# DAPLink Documentation + + +## Table of Contents + +### User documentation + +* [Users’ guide](USERS-GUIDE.md) + +### Developer documentation + +* [Developers’ guide](DEVELOPERS-GUIDE.md) + * [Build output details](BUILD_OUTPUT.md) + +Automated tests and automation: + +* [Automated tests](AUTOMATED_TESTS.md) +* [How to enable automation](ENABLE_AUTOMATION.md) +* [MSD commands](MSD_COMMANDS.md) + +Porting DAPLink to new systems: + +* [Adding a new board](PORT_BOARD.md) +* [Adding a new target device](PORT_TARGET_FAMILY.md) +* [Adding a new HIC](PORT_HIC.md) + +