Skip to content

Commit 00cff17

Browse files
committed
rename crate to bare-metal
and drop the _marker field from the Peripheral struct
1 parent 23b82fa commit 00cff17

File tree

5 files changed

+254
-259
lines changed

5 files changed

+254
-259
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
22
authors = ["Jorge Aparicio <[email protected]>"]
33
categories = ["embedded", "hardware-support", "no-std"]
4-
description = "Abstractions common to microcontrollers"
5-
documentation = "https://docs.rs/mcu"
6-
keywords = ["mcu", "register", "peripheral", "interrupt"]
4+
description = "Abstractions common to bare metal systems"
5+
documentation = "https://docs.rs/bare-metal"
6+
keywords = ["bare-metal", "register", "peripheral", "interrupt"]
77
license = "MIT OR Apache-2.0"
8-
name = "mcu"
9-
repository = "https://github.com/japaric/mcu"
8+
name = "bare-metal"
9+
repository = "https://github.com/japaric/bare-metal"
1010
version = "0.1.0"
1111

1212
[dependencies]

0 commit comments

Comments
 (0)