-
-
Notifications
You must be signed in to change notification settings - Fork 79
Description
What I want to do
I want to add a new "FLASHER of SWD" to the "Flashing configuration".
It's a FLASHER tool which is called "DAP-LINK",who transmits the ''.hex'' to "STM32" with wireless.
Describe the problem
The "DAL-LINK" bases on concept of hardware by "ESP32-C3" acting as a relay station to convert wireless signals into wired signals.
The "elaphureLink" base on concept of software,which is divded to two part,the first one connects to the "ESP32-C3",and the other one connects to IDE like "Keil".
Now i want to "FLASH" through the wireless in "VSCODE" with your "eide",
but i don't konw how to add it into your "eide".
Expected behavior
I apologize for my unclear expression earlier.
Here is the detailed project link. You should understand what I mean after reading it.
Thank you.