diff --git a/.catalog/README.md b/.catalog/README.md new file mode 100644 index 00000000000..8a3c4b6ee16 --- /dev/null +++ b/.catalog/README.md @@ -0,0 +1,9 @@ +# DAP Link + +This application allows you to use your Flipper Zero as a [Free-DAP](https://github.com/ataradov/free-dap) based SWD/JTAG debugger. Free-DAP is a free and open source firmware implementation of the [CMSIS-DAP](https://www.keil.com/pack/doc/CMSIS_Dev/DAP/html/index.html) debugger. + +## Protocols + +SWD, JTAG , CMSIS-DAP v1 (18 KiB/s), CMSIS-DAP v2 (46 KiB/s), VCP (USB-UART). + +WinUSB for driverless installation for Windows 8 and above. diff --git a/README.md b/README.md index aead0a60a22..74df7027a22 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ # Flipper Zero as CMSIS DAP/DAP Link + Flipper Zero as a [Free-DAP](https://github.com/ataradov/free-dap) based SWD\JTAG debugger. Free-DAP is a free and open source firmware implementation of the [CMSIS-DAP](https://www.keil.com/pack/doc/CMSIS_Dev/DAP/html/index.html) debugger. ## Protocols + SWD, JTAG , CMSIS-DAP v1 (18 KiB/s), CMSIS-DAP v2 (46 KiB/s), VCP (USB-UART). WinUSB for driverless installation for Windows 8 and above. @@ -9,6 +11,7 @@ WinUSB for driverless installation for Windows 8 and above. ## Usage ### VSCode + Cortex-Debug + Set `"device": "cmsis-dap"`