From 8276ec308b6f0c2c7fb4c82cb8d9589bd0e84ab2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9A=D0=BE=D0=B7=D0=BB=D0=BE=D0=B2=20=D0=9D=D0=B8=D0=BA?= =?UTF-8?q?=D0=B8=D1=82=D0=B0=20=D0=A1=D0=B5=D1=80=D0=B3=D0=B5=D0=B5=D0=B2?= =?UTF-8?q?=D0=B8=D1=87?= Date: Tue, 26 Jul 2022 08:06:55 +0300 Subject: [PATCH] Start --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..bdd1e4c --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# DAPProg +Offline SWD Programmer for Cortex-M Core MCU + +This Project bases on some other open-source Project: + +1、file under src/DAP and file SWD_host.c come form [ARMmbed/DAPLink](https://github.com/ARMmbed/DAPLink) + +2、file /doc/FlashAlgo/flash_algo.py come from [mbedmicro/FlashAlgo](https://github.com/mbedmicro/FlashAlgo) + +flash_algo.py is used to extracting flash programming code from Keil's *.FLM algorithm file