Files
zynq7000-rs/zynq/zynq7000/README.md
Robin Mueller a20ad9f621
Some checks failed
ci / Check build (push) Has been cancelled
ci / Check formatting (push) Has been cancelled
ci / Check Documentation Build (push) Has been cancelled
ci / Clippy (push) Has been cancelled
ci / Check build (pull_request) Has been cancelled
ci / Check formatting (pull_request) Has been cancelled
ci / Check Documentation Build (pull_request) Has been cancelled
ci / Clippy (pull_request) Has been cancelled
add various changelogs
2025-10-09 00:42:45 +02:00

14 lines
739 B
Markdown

[![Crates.io](https://img.shields.io/crates/v/zynq7000)](https://crates.io/crates/zynq7000)
[![docs.rs](https://img.shields.io/docsrs/zynq7000)](https://docs.rs/zynq7000)
[![ci](https://github.com/us-irs/zynq7000-rs/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/us-irs/zynq7000-rs/actions/workflows/ci.yml)
# PAC for the AMD Zynq 7000 SoC family
This repository contains the Peripheral Access Crate (PAC) for the AMD Zynq7000 SoC family.
If you are interested in higher-level abstractions, it is recommended you visit
the [`zynq7000-hal`](https://egit.irs.uni-stuttgart.de/rust/zynq7000-rs/src/branch/main/zynq/zynq7000-hal)
HAL crate which build on top of this PAC.
Check out the documentation for more details.