init new shared periph crate
This commit is contained in:
parent
5b2ded51f9
commit
23a5639ae1
@ -10,7 +10,7 @@ members = [
|
||||
"examples/embassy",
|
||||
"board-tests",
|
||||
"bootloader",
|
||||
"flashloader",
|
||||
"flashloader", "vorago-shared-peripherals",
|
||||
]
|
||||
exclude = [
|
||||
"flashloader/slot-a-blinky",
|
||||
|
7
vorago-shared-peripherals/Cargo.toml
Normal file
7
vorago-shared-peripherals/Cargo.toml
Normal file
@ -0,0 +1,7 @@
|
||||
[package]
|
||||
name = "vorago-shared-peripherals"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
derive-mmio = { path = "../../../ROMEO/derive-mmio" }
|
3
vorago-shared-peripherals/src/ioconfig.rs
Normal file
3
vorago-shared-peripherals/src/ioconfig.rs
Normal file
@ -0,0 +1,3 @@
|
||||
pub struct Config {
|
||||
|
||||
}
|
2
vorago-shared-peripherals/src/lib.rs
Normal file
2
vorago-shared-peripherals/src/lib.rs
Normal file
@ -0,0 +1,2 @@
|
||||
#![no_std]
|
||||
pub mod ioconfig;
|
Loading…
x
Reference in New Issue
Block a user