From e571d2718b2fdf19db0c039d535285f09ff4bc6f Mon Sep 17 00:00:00 2001 From: rmsyn Date: Fri, 29 Sep 2023 01:17:58 +0000 Subject: [PATCH] README: add badges Adds CI and crates.io badges. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 21a06e8..bbb3086 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +[![crates.io](https://img.shields.io/crates/d/jh71xx-pac.svg)](https://crates.io/crates/jh71xx-pac) +[![crates.io](https://img.shields.io/crates/v/jh71xx-pac.svg)](https://crates.io/crates/jh71xx-pac) +![Build Status](https://github.com/rmsyn/jh71xx-pac/workflows/CI/badge.svg) + # JH71xx Peripheral Access Crate Low-level access crates for JH71xx-based SoCs and development boards.