Skip to content

Commit 911ff10

Browse files
committed
add crate badges
1 parent 3add523 commit 911ff10

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

cortex-a-rt/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
[![crates.io](https://img.shields.io/crates/v/cortex-a-rt)](https://crates.io/crates/cortex-a-rt)
2+
[![docs.rs](https://img.shields.io/docsrs/cortex-a-rt)](https://docs.rs/cortex-a-rt)
3+
14
# Run-time support for Arm Cortex-A (AArch32)
25

36
This library implements a simple Arm vector table, suitable for getting into a

cortex-ar/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
[![crates.io](https://img.shields.io/crates/v/cortex-ar)](https://crates.io/crates/cortex-ar)
2+
[![docs.rs](https://img.shields.io/docsrs/cortex-ar)](https://docs.rs/cortex-ar)
3+
14
# Support for Arm Cortex-R (AArch32) and Arm Cortex-A (AArch32)
25

36
This crate provides access to CPU registers and common peripherals for:

cortex-r-rt/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
[![crates.io](https://img.shields.io/crates/v/cortex-r-rt)](https://crates.io/crates/cortex-r-rt)
2+
[![docs.rs](https://img.shields.io/docsrs/cortex-r-rt)](https://docs.rs/cortex-r-rt)
3+
14
# Run-time support for Arm Cortex-R (AArch32)
25

36
This library implements a simple Arm vector table, suitable for getting into a

0 commit comments

Comments
 (0)