This repository has been archived on 2024-06-16. You can view files and clone it, but cannot push or open issues or pull requests.
va108xx-hal/src
Robin Mueller cbc7c88112
Added SPI implementation
- First SPI HAL implementation for blocking mode
- Added example for SPI as well which uses loopback mode
  and regular mode
2021-11-20 23:57:08 +01:00
..
gpio Added GPIO IRQ interface, refactoring 2021-11-13 14:51:24 +01:00
clock.rs Added GPIO IRQ interface, refactoring 2021-11-13 14:51:24 +01:00
lib.rs Added SPI implementation 2021-11-20 23:57:08 +01:00
prelude.rs Refactored GPIO module 2021-11-11 17:39:26 +01:00
spi.rs Added SPI implementation 2021-11-20 23:57:08 +01:00
time.rs Timer and Clock modules added 2021-11-08 01:40:01 +01:00
timer.rs added blocking delay functions 2021-11-20 15:09:12 +01:00
typelevel.rs Refactored GPIO module 2021-11-11 17:39:26 +01:00
uart.rs Added SPI implementation 2021-11-20 23:57:08 +01:00