commit 8276ec308b6f0c2c7fb4c82cb8d9589bd0e84ab2 Author: Козлов Никита Сергеевич Date: Tue Jul 26 08:06:55 2022 +0300 Start 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