You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
stm32f0xx-hal/src
Daniel Egger 108319ff13
Merge pull request #12 from david-sawatzke/iwdg
Add a watchdog implementation
4 years ago
..
delay.rs Updated to edition 2018, bumped crate version to 0.8.0 4 years ago
gpio.rs Enable gpiod, since stm32f0 crate was updated 4 years ago
i2c.rs Implement I2C for STM32F070 devices 4 years ago
lib.rs Implement watchdog 4 years ago
prelude.rs Implement watchdog 4 years ago
rcc.rs Implement RCC and Timers for STM32F070 4 years ago
serial.rs impl Send for serial Rx and Tx abstractions 4 years ago
spi.rs Implement SPI for STM32F070 devices 4 years ago
time.rs First release of stm32f0xx-hal based on stm32f042-hal 4 years ago
timers.rs STM32F070X6 devices do not have TIM6, TIM7 and TIM15 4 years ago
watchdog.rs Read the whole iwdg sr at once 4 years ago