From 3b33b93a6884b7e39aa7d710f9ca1b884b5a8e32 Mon Sep 17 00:00:00 2001 From: Murray Date: Sat, 3 Feb 2024 11:08:22 +0000 Subject: [PATCH] update cmsis-svd project link --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d7b3063..60a4dd9 100644 --- a/README.md +++ b/README.md @@ -26,9 +26,9 @@ NOTE: just including that file is not enough to run code on a microcontroller, this is a fairly low-level tool and it is intended that the generated code be used with something like [microzig](https://github.com/ZigEmbeddedGroup/microzig). -One can get SVD files from your vendor, or another good place is -[posborne/cmsis-svd](https://github.com/posborne/cmsis-svd/tree/master/data), -it's a python based SVD parser and they have a large number of files available. +You can get SVD files from your vendor, or another good place is +[cmsis-svd](https://github.com/cmsis-svd/cmsis-svd-data), +it's a community project and they have a large number of files available. For ATDF you need to unzip the appropriate atpack from the [registry](https://packs.download.microchip.com).