#pac #svd2rust #arm #cortex-m #max78000

no-std max78000-pac

A Peripheral Access Crate for the MAX78000 microcontroller

2 unstable releases

0.3.0 Jan 15, 2025
0.2.1 Jan 13, 2025

#359 in Embedded development

Download history 220/week @ 2025-01-13 83/week @ 2025-01-20

303 downloads per month
Used in max7800x-hal

Apache-2.0

2MB
49K SLoC

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.

Dependencies

~720KB