Commit Graph

7 Commits

Author SHA1 Message Date
Anton Pöhl 586773a68d Use monotonic implementation from HAL instead of Systick 2024-04-22 08:07:55 +00:00
Anton Pöhl f0e73df651 Change optimization level
Dependencies will be optimized for size for dev builds.
Release builds will always have debug symbols, because this comes at
zero costs for bare-metal systems.
Reference: https://docs.rust-embedded.org/book/unsorted/speed-vs-size.html
2024-04-22 08:07:55 +00:00
Anton Pöhl b620ac91e2 Remove own tim2 monotonics implmentation 2024-04-22 08:07:55 +00:00
Anton Pöhl a3225387fb Fix adc channel configuration 2024-04-22 08:07:07 +00:00
Anton Pöhl e3825b5c5b Cargo update 2024-04-19 13:08:18 +00:00
Astro 1d150c310a flake.nix: build package with naersk 2024-02-23 15:04:27 +01:00
Anton Pöhl 30052f54ab Init project 2024-01-17 23:24:38 +01:00