Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AutoChips/AC781x: Add svd file from official pack archive #40

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

VincentDary
Copy link
Member

@VincentDary VincentDary commented Oct 26, 2024

Add AutoChips AC781x from official vendor.

Pack file direct link: https://autochips.com/uploads/file/20240415/2024041512322026.zip

Developer Resources: https://autochips.com/developersr.html?ty=74&tty=81

AC781x Reference Manual: https://autochips.com/uploads/file/20230515/2023051516524130.pdf

To check the SVD file authenticity, follow these instructions:

$ wget https://autochips.com/uploads/file/20240415/2024041512322026.zip
$ unzip 2024041512322026.zip
$ unzip AutoChips.AC781x_DFP.1.1.4.pack -d AutoChips.AC781x_DFP.1.1.4
$ cd AutoChips.AC781x_DFP.1.1.4/SVD
$ sha512sum AC781x.svd > ../../AutoChips_AC781x_svd_sha512.txt
$ cd ../..
$ git clone https://github.com/VincentDary/cmsis-svd-data.git
$ cd cmsis-svd-data
$ git checkout autochips-AC781x-SVD
$ cd data/AutoChips
$ sha512sum -c ../../../AutoChips_AC781x_svd_sha512.txt
AC781x.svd: OK
$ echo $?
0

AutoChips_AC781x_svd_sha512.txt

@VincentDary VincentDary marked this pull request as ready for review October 27, 2024 00:00
@VincentDary VincentDary changed the title Add AutoChips AC781x AutoChips/AC781x: Add svd file Oct 30, 2024
@VincentDary VincentDary changed the title AutoChips/AC781x: Add svd file AutoChips/AC781x: Add svd file from official pack archive Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant