[package] name = "cc13x2-cc26x2-hal" version = "0.1.0" authors = ["Robert Keith "] edition = "2018" description = "Peripheral access API for cc13x2 and cc26x2 microcontrollers" keywords = ["no-std", "arm", "cortex-m", "cc13x2", "cc26x2"] license = "MIT OR Apache-2.0" repository = "https://github.com/helium/cc13x2-cc26x2-pac" [dependencies] bare-metal = "0.2.4" vcell = "0.1" cortex-m = ">= 0.5.8, < 0.7" [dependencies.cortex-m-rt] optional = true version = "0.6.8" [features] rt = ["cortex-m-rt/device"]