Karel Gardas
Karel Gardas
Hello, it looks like panic-probe stopped being able to be built by nightly rustc toolchain somewhat recently. Today I get following error on my project tree: ``` error: `{input}` is...
Hello, first of all, thank you very much for your crate. I'm trying to use it on hardware with rgb565 display. I'm using your examples for inspiration. I'm using theme...
Hello, rtic since 0.6 should support externally defined tasks. However while using your setup, I'm not able to find out how to get Context from minimal.rs for let say task1...
Hello, first of all, thanks a lot for the RTIC, it's amazing piece of code and technology! I'm running it on stm32f4 and I'd like to enhance the application capability...
Hello, not sure where to log it, but with update to 1.82 nightly my project link fails with missing ` __defmt_default_panic␍` The project builds for armv7emhf and it links fine...
I'm trying to run st7789-lcd example on the stm32f412 disco 1 board, but the only visible effect is that display switch on, underlying lightining is on, but otherwise nothing is...