Merge pull request 'dependency update' (#2) from dependency-update into main
Reviewed-on: rust/vorago-shared-periphs#2
This commit was merged in pull request #2.
This commit is contained in:
@@ -10,7 +10,7 @@ license = "Apache-2.0"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
cortex-m = { version = "0.7" }
|
cortex-m = { version = "0.7" }
|
||||||
cfg-if = "1"
|
cfg-if = "1"
|
||||||
derive-mmio = { git = "https://github.com/knurling-rs/derive-mmio.git" }
|
derive-mmio = { git = "https://github.com/knurling-rs/derive-mmio.git", version = "0.6" }
|
||||||
bitbybit = "1.3"
|
bitbybit = "1.3"
|
||||||
arbitrary-int = "1.3"
|
arbitrary-int = "1.3"
|
||||||
static_assertions = "1.1"
|
static_assertions = "1.1"
|
||||||
|
|||||||
@@ -631,7 +631,7 @@ pub struct I2c {
|
|||||||
|
|
||||||
_reserved_0: [u32; 0x2D],
|
_reserved_0: [u32; 0x2D],
|
||||||
|
|
||||||
#[mmio(inner)]
|
#[mmio(Inner)]
|
||||||
slave: slave::I2cSlave,
|
slave: slave::I2cSlave,
|
||||||
|
|
||||||
#[cfg(feature = "vor1x")]
|
#[cfg(feature = "vor1x")]
|
||||||
|
|||||||
Reference in New Issue
Block a user