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

HAL for the STM32F103xx family of microcontrollers

Results 34 stm32f103xx-hal issues
Sort by recently updated
recently updated
newest added
trafficstars

I was wondering if it may be better to change the cargo crates version dependency so we use something like Tilde requirements (https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html). Currently there are so many identical dependencies...

I'm trying to put PB8 into alternate open drain mode, so I can use it for I2C. ```rust 37 // Get access to PORTB pins 38 let mut gpiob =...

Functions for enable, reset peripherals can be used in other crates or in main.

For details see japaric/stm32f30x-hal#3

help wanted