max78000-pac

Crates.iomax78000-pac
lib.rsmax78000-pac
version0.5.0
created_at2025-01-13 05:58:43.845003+00
updated_at2025-02-13 00:44:44.717605+00
descriptionA Peripheral Access Crate for the MAX78000 microcontroller
homepage
repositoryhttps://github.com/sigpwny/max78000-pac
max_upload_size
id1514182
size2,658,149
crate-owners (github:sigpwny:crate-owners)

documentation

README

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.

Commit count: 9

cargo fmt