1c10e746b6
* Hook RCC config into chip config and use chip-specific RCC init function * RTC/clock setup is ignored for now
20 lines
337 B
TOML
20 lines
337 B
TOML
[package]
|
|
name = "embassy-macros"
|
|
version = "0.1.0"
|
|
authors = ["Dario Nieuwenhuis <dirbaio@dirbaio.net>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
syn = { version = "1.0.39", features = ["full", "extra-traits"] }
|
|
quote = "1.0.7"
|
|
darling = "0.10.2"
|
|
proc-macro2 = "1.0.24"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[features]
|
|
nrf = []
|
|
stm32 = []
|
|
rp = []
|
|
std = []
|