Crates.io | max7800x-hal |
lib.rs | max7800x-hal |
version | 0.5.1 |
source | src |
created_at | 2025-01-21 23:14:28.702888 |
updated_at | 2025-02-03 01:23:12.321491 |
description | A Hardware Abstraction Layer for the MAX7800X microcontroller family |
homepage | |
repository | https://github.com/sigpwny/max7800x-hal |
max_upload_size | |
id | 1525913 |
size | 90,131 |
This is an Embedded HAL (Hardware Abstraction Layer) for the MAX78000 microcontroller from Analog Devices.
The HAL is built on top of the max78000-pac
Peripheral Access Crate, which provides low-level access to the MAX78000's registers. The HAL provides a higher-level interface to the MAX78000's peripherals, making it easier to write applications.
See the roadmap to see current implementation progress and future plans.
[!NOTE]
This HAL is under active development. As a result, the API is volatile and subject to change. Be sure to refer to the changelog for breaking changes.
If you want updates for when new releases are made, you can watch this repository by clicking the "Watch" button at the top of the page.
If you already have an existing Rust project, you can add this crate by running:
cargo add max7800x-hal
Otherwise, we recommend getting started using this Crate template for the MAX78000FTHR board. If you are not using the MAX78000FTHR board, you can still use the template as a reference for setting up your own project.
cargo generate --git https://github.com/sigpwny/max78000fthr-template
Documentation for this HAL can be built by running:
cargo doc --open
Documentation can also be found on docs.rs.
We welcome contributions from the community! If you want to contribute to this project, follow the steps below to get started:
We are happy to invite additional maintainers to this repository, especially those who are involved in the eCTF competition! You can contact us at hello@sigpwny.com
or via Discord to request becoming a maintainer.
This template is licensed under either of:
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Copyright (c) 2025 SIGPwny