Skip to content

Commit d50ff65

Browse files
committed
Change organization name
1 parent 9e39e9f commit d50ff65

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
license = "MIT OR Apache-2.0"
99
name = "stm32f1-hal"
1010
readme = "README.md"
11-
repository = "https://github.com/jw-mcu-rust/stm32f1-hal"
12-
version = "0.2.1"
11+
repository = "https://github.com/mcu-rust/stm32f1-hal"
12+
version = "0.2.2"
1313

1414
[package.metadata.docs.rs]
1515
features = ["stm32f103", "xG"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Because the design of [stm32f1xx-hal](https://github.com/stm32-rs/stm32f1xx-hal) is unsuitable for my needs and [stm32-hal](https://github.com/David-OConnor/stm32-hal) doesn't support the F1 series, I decided to write a new crate.
33
Many codes come from [stm32f1xx-hal](https://github.com/stm32-rs/stm32f1xx-hal).
44

5-
Example is [here](https://github.com/jw-mcu-rust/stm32f1-hal/blob/main/examples/f103c8/src/main.rs).
5+
Example is [here](https://github.com/mcu-rust/stm32f1-hal/blob/main/examples/f103c8/src/main.rs).
66

77
## Design
88
Below are the design principles.

0 commit comments

Comments
 (0)