Skip to content

Commit ecd43a0

Browse files
Merge pull request #55 from rust-embedded/crate-badges
add crate badges
2 parents 3add523 + 911ff10 commit ecd43a0

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)