Skip to content

Commit 2f2b532

Browse files
authored
treewide: newAM -> stm32-rs
Update URLs after moving this repo to the stm32-rs org.
1 parent a8d593b commit 2f2b532

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# stm32wlxx-hal
22

3-
[![CI](https://github.com/newAM/stm32wlxx-hal/workflows/CI/badge.svg)](https://github.com/newAM/stm32wlxx-hal/actions?query=branch%3Amain)
4-
[![docs](https://img.shields.io/badge/docs-gh--pages-blue)](https://newam.github.io/stm32wlxx-hal/stm32wlxx_hal/index.html)
3+
[![CI](https://github.com/stm32-rs/stm32wlxx-hal/workflows/CI/badge.svg)](https://github.com/stm32-rs/stm32wlxx-hal/actions?query=branch%3Amain)
4+
[![docs](https://img.shields.io/badge/docs-gh--pages-blue)](https://stm32-rs.github.io/stm32wlxx-hal/stm32wlxx_hal/index.html)
55

66
Embedded rust HAL (hardware abstraction layer) for the STM32WL series.
77

hal/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ edition = "2021"
99
license = "MIT"
1010
keywords = ["arm", "cortex-m", "stm32", "hal"]
1111
categories = ["embedded", "hardware-support", "no-std"]
12-
repository = "https://github.com/newAM/stm32wlxx-hal"
12+
repository = "https://github.com/stm32-rs/stm32wlxx-hal"
1313

1414
[features]
1515
stm32wl5x_cm0p = ["stm32wl/stm32wl5x_cm0p"]

hal/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Until then please pin the version you use.
77

88
```toml
99
[dependencies.stm32wlxx-hal]
10-
git = "https://github.com/newAM/stm32wlxx-hal.git"
10+
git = "https://github.com/stm32-rs/stm32wlxx-hal.git"
1111
rev = "" # put a specific git commit hash here
1212
features = [
1313
# use exactly one of the following depending on your target hardware
@@ -97,5 +97,5 @@ this is not consistent (see [#78])
9797

9898
[stm32-rs]: https://github.com/stm32-rs/stm32-rs
9999
[svd2rust]: https://github.com/rust-embedded/svd2rust
100-
[#78]: https://github.com/newAM/stm32wlxx-hal/issues/78
101-
[#149]: https://github.com/newAM/stm32wlxx-hal/issues/149
100+
[#78]: https://github.com/stm32-rs/stm32wlxx-hal/issues/78
101+
[#149]: https://github.com/stm32-rs/stm32wlxx-hal/issues/149

hal/src/gpio.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ pub trait Exti {
357357
///
358358
/// See [`gpio-button-irq.rs`].
359359
///
360-
/// [`gpio-button-irq.rs`]: https://github.com/newAM/stm32wlxx-hal/blob/main/examples/examples/gpio-button-irq.rs
360+
/// [`gpio-button-irq.rs`]: https://github.com/stm32-rs/stm32wlxx-hal/blob/main/examples/examples/gpio-button-irq.rs
361361
fn clear_exti();
362362

363363
/// Setup an input pin as an EXTI interrupt source on core 1.

lora-e5-bsp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ edition = "2021"
99
license = "MIT"
1010
keywords = ["arm", "cortex-m", "stm32", "bsp", "seeed"]
1111
categories = ["embedded", "hardware-support", "no-std"]
12-
repository = "https://github.com/newAM/stm32wlxx-hal"
12+
repository = "https://github.com/stm32-rs/stm32wlxx-hal"
1313

1414
[features]
1515
defmt = ["stm32wlxx-hal/defmt"]

nucleo-wl55jc-bsp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ edition = "2021"
99
license = "MIT"
1010
keywords = ["arm", "cortex-m", "stm32", "bsp", "nucleo"]
1111
categories = ["embedded", "hardware-support", "no-std"]
12-
repository = "https://github.com/newAM/stm32wlxx-hal"
12+
repository = "https://github.com/stm32-rs/stm32wlxx-hal"
1313

1414
[features]
1515
defmt = ["stm32wlxx-hal/defmt"]

testsuite/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@ $ cargo test -p testsuite --target thumbv7em-none-eabi --bin subghz -- --probe 0
7676
[newAM/probe-run]: https://github.com/newAM/probe-run
7777
[probe-run]: https://github.com/knurling-rs/probe-run
7878
[rustup]: https://rustup.rs/
79-
[#74]: https://github.com/newAM/stm32wlxx-hal/issues/74
79+
[#74]: https://github.com/stm32-rs/stm32wlxx-hal/issues/74

0 commit comments

Comments
 (0)