ataradov / free-dap

Free and open implementation of the CMSIS-DAP debugger firmware
BSD 3-Clause "New" or "Revised" License
259 stars 62 forks source link

SWO support #36

Closed BogdanTheGeek closed 4 days ago

BogdanTheGeek commented 4 days ago

Is there any interest in supporting SWO for bi-directional coms without uart? There are a couple of implementations floating around, but I'm not sure if they have any limitations. https://arm-software.github.io/CMSIS-DAP/latest/group__DAP__swo__gr.html

ataradov commented 4 days ago

SWO is one way only (from the MCU). I have no interest in supporting that. I personally find very little value in SWO and it will increase overall complexity.

BogdanTheGeek commented 4 days ago

ok, thanks for the response and the great work on the project!