stm32f0xx-hal icon indicating copy to clipboard operation
stm32f0xx-hal copied to clipboard

A Rust `embedded-hal` implementation for all MCUs in the STM32 F0 family

Results 27 stm32f0xx-hal issues
Sort by recently updated
recently updated
newest added

I'm trying to use the USART2 peripheral on my stm32f030RC. I'm not using interrupts, so from time to time an overrun interrupt is to be expected (and is acceptable); however...

As proposed in https://github.com/stm32-rs/stm32f0xx-hal/issues/26#issuecomment-450682451. The 'example' is more of an integration test, but tests are (probably) dependent on something in std, so it doesn't work. I didn't add adc pins,...

Thanks for all your hard work on this crate which is really appreciated. If you like, please add your credentials in your preferred form to the authors list in `Cargo.toml`....

https://github.com/rust-lang/cargo/pull/6453 was merged and will land soon which should allow us to clean up the cfg-gating a bit. CC @HarkonenBade

For some communication peripherals it is typical that only partial functionality is used, e.g. only RX or TX for serial or only MOSI for SPI. For these situations we should...

good first issue

Add a 'Getting Started' section to the README that points people new to embedded rust towards useful resources such as the embedded book or other bits.

This change improves interoperability with RTICv2 (which exposes a `bare_metal::CriticalSection` during initialization).