gd32v-rust / gd32vf103-hal

Hardware abstract layer (HAL) `embedded-hal` for RISC-V microcontroller GD32VF103 in Rust. Contributions welcomed!
MIT License
62 stars 17 forks source link

added spi, timer, and (WIP) serial peripherals #4

Closed o080o closed 4 years ago

o080o commented 4 years ago
luojia65 commented 4 years ago

Thanks! I'll have these modules tested soon. Merge now :)

torntrousers commented 4 years ago

This looks great. Any chance you could give a code example of how to use the timer and uart to write debug messages?