Skip to content

Commit

Permalink
chore: update hpm-metapac
Browse files Browse the repository at this point in the history
  • Loading branch information
andelf committed Aug 14, 2024
1 parent 3ed94d7 commit 41dfaaa
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ license = "MIT/Apache-2.0"

[dependencies]
# hpm-metapac = { path = "../hpm-data/build/hpm-metapac" }
hpm-metapac = { version = "0.0.3", git = "https://github.com/hpmicro-rs/hpm-metapac.git", tag = "hpm-data-6740ca6fd1ed6d9bb57944b42aa299761b974713" }
hpm-metapac = { version = "0.0.4", git = "https://github.com/hpmicro-rs/hpm-metapac.git", tag = "hpm-data-704f1d55a02949dfb420b05541057d3a6bb117f3" }

riscv = { version = "0.11", features = ["critical-section-single-hart"] }
embedded-hal = { version = "1.0.0" }
Expand Down Expand Up @@ -47,7 +47,7 @@ mcan = { version = "0.5.0", optional = true }
# hpm-metapac = { path = "../hpm-data/build/hpm-metapac", default-features = false, features = [
# "metadata",
# ] }
hpm-metapac = { version = "0.0.3", git = "https://github.com/hpmicro-rs/hpm-metapac.git", tag = "hpm-data-6740ca6fd1ed6d9bb57944b42aa299761b974713", default-features = false, features = [
hpm-metapac = { version = "0.0.4", git = "https://github.com/hpmicro-rs/hpm-metapac.git", tag = "hpm-data-704f1d55a02949dfb420b05541057d3a6bb117f3", default-features = false, features = [
"metadata",
] }
proc-macro2 = "1.0.85"
Expand Down
4 changes: 2 additions & 2 deletions examples/hpm5300evk/.cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ target = "riscv32imafc-unknown-none-elf"
runner = [
"probe-rs", "run",
"--chip", "HPM5361",
# "--chip-description-path", "../../HPMicro.yaml",
"--chip-description-path", "../../../flash-algo/target/definition.yaml",
"--chip-description-path", "../../HPMicro.yaml",
# "--chip-description-path", "../../../flash-algo/target/definition.yaml",
"--protocol","jtag",
"--log-format", "{t} {L} {F}:{l} {s}",
]
Expand Down
4 changes: 2 additions & 2 deletions examples/hpm6300evk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ version = "0.1.0"
edition = "2021"

[dependencies]
# hpm-metapac = { version = "0.0.3", features = [
# hpm-metapac = { version = "0.0.4", features = [
# "hpm6360",
# "memory-x",
# "rt",
# ], git = "https://github.com/hpmicro-rs/hpm-metapac.git", tag = "hpm-data-6740ca6fd1ed6d9bb57944b42aa299761b974713" }
# ], git = "https://github.com/hpmicro-rs/hpm-metapac.git", tag = "hpm-data-704f1d55a02949dfb420b05541057d3a6bb117f3" }
hpm-hal = { path = "../..", features = ["rt", "embassy", "hpm6360"] }
defmt = "0.3.8"
defmt-rtt = "0.4.1"
Expand Down
4 changes: 2 additions & 2 deletions examples/hpm6750evkmini/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ edition = "2021"
defmt = "0.3.8"
defmt-rtt = "0.4.1"
embedded-hal = "1.0.0"
#hpm-metapac = { version = "0.0.3", features = [
#hpm-metapac = { version = "0.0.4", features = [
# "hpm6750",
# "memory-x",
# "rt",
#], git = "https://github.com/hpmicro-rs/hpm-metapac.git", tag = "hpm-data-6740ca6fd1ed6d9bb57944b42aa299761b974713" }
#], git = "https://github.com/hpmicro-rs/hpm-metapac.git", tag = "hpm-data-704f1d55a02949dfb420b05541057d3a6bb117f3" }

hpm-hal = { path = "../..", features = ["rt", "embassy", "hpm6750", "chrono"] }

Expand Down

0 comments on commit 41dfaaa

Please sign in to comment.