Update embedded-hal to 0.2.3; update readme

This commit is contained in:
luojia65 2020-04-25 21:40:07 +08:00
parent 694aba0f19
commit e9ee35de1e
2 changed files with 3 additions and 2 deletions

View File

@ -10,6 +10,6 @@ license = "ISC"
edition = "2018"
[dependencies]
embedded-hal = { version = "0.2.1", features = ["unproven"] }
embedded-hal = { version = "0.2.3", features = ["unproven"] }
nb = "0.1.1"
k210-pac = "0.2.0"

View File

@ -4,7 +4,8 @@
# `k210-hal`
> HAL for K210 SoC
> Hardware abstract layer (HAL) for K210 chip, a dual RV64GC SoC with hardware
> accelerated AI peripherals.
This project is developed and maintained by the [RISC-V team][team].