Skip to content

Commit 5a80aa2

Browse files
committed
Update URL
1 parent 4ec9ee0 commit 5a80aa2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

espi-service/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "espi-service"
33
version = "0.1.0"
44
edition = "2021"
55
description = "eSPI embedded service implementation"
6-
repository = "https://github.com/pop-project/embedded-services"
6+
repository = "https://github.com/OpenDevicePartnership/embedded-services"
77
rust-version = "1.83"
88
license = "MIT"
99

@@ -13,7 +13,7 @@ embassy-time = { git = "https://github.com/embassy-rs/embassy" }
1313
embassy-sync = { git = "https://github.com/embassy-rs/embassy" }
1414
defmt = { version = "0.3", optional = true }
1515
log = { version = "0.4.14", optional = true }
16-
embassy-imxrt = { git = "https://github.com/pop-project/embassy-imxrt", features = [
16+
embassy-imxrt = { git = "https://github.com/OpenDevicePartnership/embassy-imxrt", features = [
1717
"defmt",
1818
"time-driver",
1919
"time",

examples/rt633/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ cortex-m-rt = "0.7.3"
1313
defmt = "0.3.6"
1414
defmt-rtt = "0.4.0"
1515
panic-probe = { version = "0.3.1", features = ["print-defmt"] }
16-
embassy-imxrt = { version = "0.1.0", git = "https://github.com/pop-project/embassy-imxrt", features = [
16+
embassy-imxrt = { version = "0.1.0", git = "https://github.com/OpenDevicePartnership/embassy-imxrt", features = [
1717
"defmt",
1818
"time-driver",
1919
"time",

0 commit comments

Comments
 (0)