Update README.md

This commit is contained in:
Alex Taradov 2024-01-12 16:29:53 -08:00 committed by GitHub
parent 02ef89002f
commit 49a30aa350
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ To create a CMSIS-DAP compliant debugger, your platform must:
Free-DAP library itself is protocol agnostic and implementation of the specific version Free-DAP library itself is protocol agnostic and implementation of the specific version
of the CMSIS-DAP protocol (v1 or v2) is up to the individual platforms. of the CMSIS-DAP protocol (v1 or v2) is up to the individual platforms.
Currently RP2040 and SAM D11 implementaitons were updated to support CMSIS-DAP v2. Currently RP2040, SAM D11 and SAM D21 implementaitons were updated to support CMSIS-DAP v2.
Other platforms would be updated if requested or needed by me. Other platforms would be updated if requested or needed by me.
## Configuration ## Configuration