Skip to content

sigpwny/max78000-pac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

max78000-pac

This is a Peripheral Access Crate for Analog Device's MAX78000 microcontroller.

This crate is automatically generated from the SVD file in Analog Device's MSDK. svd2rust is used to automatically generate the PAC from the SVD file. The provided SVD file also has a few mistakes, which are patched using svdtools.

Building

Note

This section is only relevant if you need to rebuild the crate. Generated code is already included in the repository.

First, make sure you have Rust installed (via rustup). Then, install the following development dependencies.

cargo install svd2rust svdtools form
rustup component add --toolchain nightly rustfmt

Simply run make to generate the crate.

make

License

This crate is licensed under the Apache-2.0 license.

Copyright 2025 SIGPwny.
Copyright 2025 Analog Devices, Inc.