ataradov / free-dap

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

refactor codes to support samd21 devices. #30

Closed hlyi closed 10 months ago

hlyi commented 1 year ago

Changes for this pull request:

ataradov commented 1 year ago

The goal of this repo is to distribute the basic CMSIS-DAP implementation. The platform stuff is to prove a basic example of how to use it. Those examples are provided for the hardware I can reasonably test when making changes. I don't want to maintain all the board build based on this implementation.

This makes the example more complicated, which is the opposite of my goal here.

It is fine of implementations for specific boards are maintained separately. I myself have a lot of boards that are not included here.

And as far as direction control goes - I have a much cleaner and more generic implementation in mind, I just don't have time to work on that at the moment.

ataradov commented 10 months ago

None of this stuff is going to be merged. I will not merge things for specific implementations.

ataradov commented 10 months ago

Closing this pull request.