diff --git a/Cargo.toml b/Cargo.toml index d76ae11f..e289dee7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" @@ -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"] @@ -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"]