Skip to content

Commit

Permalink
Use stm32g4 from gitea registry
Browse files Browse the repository at this point in the history
  • Loading branch information
usbalbin committed Jun 19, 2024
1 parent f73c1b3 commit 298e6d9
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ license = "MIT/Apache-2.0"
name = "stm32g4xx-hal"
readme = "README.md"
repository = "https://github.com/stm32-rs/stm32g4xx-hal"
version = "0.0.2"
version = "0.0.3-alpha.0"

[dependencies]
nb = "0.1.1"
stm32g4 = "0.15.1"
stm32g4 = { version = "0.15.2-alpha.0", registry = "gitea" }

paste = "1.0"
bitflags = "1.2"
vcell = "0.1"
Expand Down Expand Up @@ -113,6 +114,16 @@ name = "hrtim-adc-trigger"
required-features = ["hrtim"]
path = "examples/hrtim/adc-trigger.rs"

[[example]]
name = "hrtim-capture-dma"
required-features = ["hrtim"]
path = "examples/hrtim/capture-dma.rs"

[[example]]
name = "hrtim-capture-dma-up-down"
required-features = ["hrtim"]
path = "examples/hrtim/capture-dma-up-down.rs"

[[example]]
name = "hrtim-capture"
required-features = ["hrtim"]
Expand All @@ -138,6 +149,11 @@ name = "hrtim-flt"
required-features = ["hrtim"]
path = "examples/hrtim/flt.rs"

[[example]]
name = "hrtim-flt-up-down-push-pull"
required-features = ["hrtim"]
path = "examples/hrtim/flt-up-down-push-pull.rs"

[[example]]
name = "hrtim"
required-features = ["hrtim"]
Expand Down

0 comments on commit 298e6d9

Please sign in to comment.