[package] authors = ["Moritz Moeller "] description = "Peripheral access API for MSP430F249 microcontroller" keywords = ["no-std", "msp430", "ti", "launchpad"] license = "Apache-2.0 OR MIT OR Zlib" name = "msp430f249" version = "0.1.1" edition = "2021" repository = "https://github.com/virtualritz/msp430f249" documentation = "https://docs.rs/msp430f249" [dependencies] bare-metal = "1.0.0" critical-section = { version = "1.0", optional = true } msp430 = "0.4.0" msp430-rt = { version = "0.4.0", optional = true } vcell = "0.1.0" [features] rt = ["msp430-rt/device"]