Files
zynq7000-rs/zynq7000-hal
Robin Mueller 5d7f38f41d
Some checks are pending
ci / Check build (pull_request) Waiting to run
ci / Check formatting (pull_request) Waiting to run
ci / Check Documentation Build (pull_request) Waiting to run
ci / Clippy (pull_request) Waiting to run
ci / Check build (push) Waiting to run
ci / Check formatting (push) Waiting to run
ci / Check Documentation Build (push) Waiting to run
ci / Clippy (push) Waiting to run
Ethernet and smoltcp/embassy-net support
2025-07-12 12:04:40 +02:00
..
2025-04-11 20:39:36 +02:00
2025-04-11 20:39:36 +02:00
2025-04-11 20:39:36 +02:00

HAL for the AMD Zynq 7000 SoC family

This repository contains the Hardware Abstraction Layer (HAL), which is an additional hardware abstraction on top of the peripheral access API.

It is the result of reading the datasheet for the device and encoding a type-safe layer over the raw PAC. This crate also implements traits specified by the embedded-hal project, making it compatible with various drivers in the embedded rust ecosystem.

The top-level README and the documentation contain more information on how to use this crate.