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.svd: Add svd file from official DFP pack archive #40

Draft
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
@VincentDary
Copy link
Member Author

Maybe we must not merge this file for the moment, because all other files of the DFP contain a restrictive license, maybe the constructor forgot to put its restrictive license in this SVD file.

See #42 (comment) .

@BenBE BenBE marked this pull request as draft October 31, 2024 16:37
@BenBE
Copy link
Collaborator

BenBE commented Oct 31, 2024

Converted to draft to prevent accidental merging per reasoning above.

@VincentDary VincentDary changed the title AutoChips/AC781x: Add svd file from official pack archive AutoChips/AC781x: Add svd file from official DFP pack archive Oct 31, 2024
@VincentDary VincentDary changed the title AutoChips/AC781x: Add svd file from official DFP pack archive AutoChips/AC781x.svd: Add svd file from official DFP pack archive Oct 31, 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.

2 participants