From 49a30aa350828b6ce16c09620c8d65985a7fdda8 Mon Sep 17 00:00:00 2001 From: Alex Taradov Date: Fri, 12 Jan 2024 16:29:53 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bde2b3b..857625e 100644 --- a/README.md +++ b/README.md @@ -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 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. ## Configuration