Christian Meusel
Christian Meusel
What about backporting this change to older release branches as well?
@cardoe, do you have any objections against adding feature flags or suggestions for improving this PR?
Strange thing. This works out-of-the-box for me with 3c7bcec and Rust 1.62.0. I've modifed `Embed.toml` for the micro:bit v2 ```diff discovery/microbit/src/05-led-roulette $ git diff diff --git a/microbit/src/05-led-roulette/Embed.toml b/microbit/src/05-led-roulette/Embed.toml index 22375a6..d07a386...
Hello @gravit22, do you have a GDB for ARM installed and in your search path? What does `arm-none-eabi-gdb --version` give you? I have `arm-none-eabi-gdb` 10.1.90.20201028-git in my search path and...
Hello @gravit22, your adaption to `gdb-multiarch` looks good at a first glance. Could you please give the complete output of your attempt of running the firmware? Could you please publish...
My gut instinct favors a generic `Duty`: - Specifying duty cycles in the timer's domain feels more natural to me (maybe because I'm used to it) - Using the timer's...
What's the the reason `rust-lld`bails out in your case? When comming back to [_05-led-roulette_](https://github.com/rust-embedded/discovery/tree/3d4aa95e1a8f5933955168793b5548cd16c27807/src/05-led-roulette) today (which was laying around for several months), I also experienced an issue with `rust-lld`: ```...
Hello everyone, several changes and fixes have landed in this repository recently (for example https://github.com/rust-embedded/discovery/pull/341). They include switching to the actively maintained `stm32f3xx-hal`. As of https://github.com/rust-embedded/discovery/commit/cc254bbbb381931e22e5f491ad48e558cc5f940d I can build all...
Hello @NitinSaxenait, I have no idea what's going wrong at a first glance. Could you please give information on how you got there? Which example are you trying to build?...
Alright @NitinSaxenait, but I still have no idea what the error you are getting is about. https://github.com/NitinSaxenait/My_DiscoveryRepo looks pretty empty to me. Could you please publish the actual code that...