nrf-pac 0.3.0

Peripheral Access Crate (PAC) for Nordic Semiconductor nRF chips.
1
2
3
4
5
6
7
8
[toolchain]
channel = "stable"
components = [ "rust-src", "rustfmt" ]
targets = [
    "thumbv6m-none-eabi",
    "thumbv7em-none-eabihf",
    "thumbv8m.main-none-eabihf",
]