nrf9160-hal 0.18.0

HAL for nRF9160 system-in-package
Documentation
[dependencies.nrf-hal-common]
default-features = false
features = ["9160"]
version = "=0.18.0"

[dependencies.nrf9160-pac]
version = "0.12.2"

[features]
default = ["rt", "embedded-hal-02"]
doc = []
embedded-hal-02 = ["nrf-hal-common/embedded-hal-02"]
rt = ["nrf9160-pac/rt"]
rtic-monotonic = ["nrf-hal-common/rtic-monotonic"]

[package]
authors = ["Jonathan Pallant (42 Technology) <jonathan.pallant@42technology.com>"]
categories = ["embedded", "hardware-support", "no-std"]
description = "HAL for nRF9160 system-in-package"
edition = "2018"
keywords = ["arm", "cortex-m", "nrf91", "hal", "nrf9160"]
license = "MIT OR Apache-2.0"
name = "nrf9160-hal"
readme = "README.md"
repository = "https://github.com/nrf-rs/nrf-hal"
resolver = "2"
version = "0.18.0"