nrf-sdc-sys 0.2.1

Rust bindings to the Nordic Softdevice Controller
Documentation
[build-dependencies.bindgen]
version = "0.70.1"

[build-dependencies.doxygen-rs]
version = "0.4.2"

[build-dependencies.winnow]
version = "0.6.26"

[dependencies.nrf-mpsl-sys]
version = "0.2.0"

[features]
central = []
nrf52 = ["nrf-mpsl-sys/nrf52"]
nrf53 = ["nrf-mpsl-sys/nrf53"]
nrf54h = ["nrf-mpsl-sys/nrf54h"]
nrf54l-ns = ["nrf-mpsl-sys/nrf54l-ns"]
nrf54l-s = ["nrf-mpsl-sys/nrf54l-s"]
peripheral = []

[lib]
name = "nrf_sdc_sys"
path = "src/lib.rs"

[package]
authors = ["Alex Moon <alex@moonspot.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "Rust bindings to the Nordic Softdevice Controller"
edition = "2021"
include = ["./*.md", "build.rs", "src/**", "third_party/arm/CMSIS_5/LICENSE.txt", "third_party/arm/CMSIS_5/CMSIS/Core/Include/core_cm4.h", "third_party/arm/CMSIS_5/CMSIS/Core/Include/cmsis_version.h", "third_party/arm/CMSIS_5/CMSIS/Core/Include/cmsis_compiler.h", "third_party/arm/CMSIS_5/CMSIS/Core/Include/cmsis_gcc.h", "third_party/arm/CMSIS_5/CMSIS/Core/Include/mpu_armv7.h", "third_party/arm/CMSIS_5/CMSIS/Core/Include/core_cm33.h", "third_party/arm/CMSIS_5/CMSIS/Core/Include/mpu_armv8.h", "third_party/nordic/nrfx/LICENSE", "third_party/nordic/nrfx/mdk/nrf.h", "third_party/nordic/nrfx/mdk/nrf52840.h", "third_party/nordic/nrfx/mdk/system_nrf52840.h", "third_party/nordic/nrfx/mdk/nrf52840_bitfields.h", "third_party/nordic/nrfx/mdk/nrf51_to_nrf52840.h", "third_party/nordic/nrfx/mdk/nrf52_to_nrf52840.h", "third_party/nordic/nrfx/mdk/nrf52840_name_change.h", "third_party/nordic/nrfx/mdk/compiler_abstraction.h", "third_party/nordic/nrfx/mdk/nrf5340_network.h", "third_party/nordic/nrfx/mdk/system_nrf5340_network.h", "third_party/nordic/nrfx/mdk/nrf5340_network_bitfields.h", "third_party/nordic/nrfx/mdk/nrf5340_network_name_change.h", "third_party/nordic/nrfxlib/LICENSE", "third_party/nordic/nrfxlib/softdevice_controller/include/**", "third_party/nordic/nrfxlib/softdevice_controller/lib/**"]
license-file = "third_party/nordic/nrfxlib/LICENSE"
name = "nrf-sdc-sys"
readme = "README.md"
repository = "https://github.com/alexmoon/nrf-sdc"
rust-version = "1.77"
version = "0.2.1"

[package.metadata.docs.rs]
default-target = "thumbv7em-none-eabihf"
features = ["nrf52", "central", "peripheral"]
targets = ["thumbv7em-none-eabihf"]