From 5cafe9dd0bfc24b4243cc5e5d6be6b7c7556f3a3 Mon Sep 17 00:00:00 2001 From: Finomnis Date: Fri, 5 Jul 2024 18:19:51 +0200 Subject: Fix STM32 Monotonic for peripherals with only two Clock Compare modules (#960) * Update dependencies of stm32g0 timer example * Replace obsolete probe-run with probe-rs run * Modify stm32 monotonic to work with timers that have only 2 compare modules * Add changelog * Fix typo --- examples/stm32g030f6_periodic_prints/.cargo/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/stm32g030f6_periodic_prints/.cargo') diff --git a/examples/stm32g030f6_periodic_prints/.cargo/config.toml b/examples/stm32g030f6_periodic_prints/.cargo/config.toml index 15ddd2a..d760d55 100644 --- a/examples/stm32g030f6_periodic_prints/.cargo/config.toml +++ b/examples/stm32g030f6_periodic_prints/.cargo/config.toml @@ -1,6 +1,6 @@ [target.'cfg(all(target_arch = "arm", target_os = "none"))'] # TODO(2) replace `$CHIP` with your chip's name (see `probe-run --list-chips` output) -runner = "probe-run --chip STM32G030F6Px" +runner = "probe-rs run --chip STM32G030F6Px" rustflags = [ "-C", "linker=flip-link", "-C", "link-arg=-Tlink.x", -- cgit v1.2.3