msp430-atomic 0.1.5

Atomic operations for MSP430 microcontrollers
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
authors = ["Vadzim Dambrouski <pftbest@gmail.com>"]
categories = ["embedded", "hardware-support", "no-std"]
description = "Atomic operations for MSP430 microcontrollers"
documentation = "https://docs.rs/msp430-atomic"
keywords = ["msp430", "atomics"]
license = "MIT OR Apache-2.0"
name = "msp430-atomic"
readme = "README.md"
repository = "https://github.com/pftbest/msp430-atomic"
version = "0.1.5"

[profile.release]
opt-level = "s"