From 512327601d7f6e14ba1d9282e1eca4e549414325 Mon Sep 17 00:00:00 2001 From: MX <10697207+xMasterX@users.noreply.github.com> Date: Sun, 13 Aug 2023 04:00:47 +0300 Subject: [PATCH] update ofw plugins, add new plugins --- README.md | 3 +++ application.fam | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) 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"`
diff --git a/application.fam b/application.fam index 0171438030f..04da8bb3e3b 100644 --- a/application.fam +++ b/application.fam @@ -8,7 +8,8 @@ App( "dialogs", ], stack_size=4 * 1024, - order=20, + fap_description="Enables use of Flipper as a debug probe for ARM devices, implements the CMSIS-DAP protocol", + fap_version="1.0", fap_icon="dap_link.png", fap_category="GPIO", fap_private_libs=[