Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

update cmsis-svd project link #118

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down