Enum scrapyard_core::mcu::Platform[][src]

pub enum Platform {
    STM32 {
        family: String,
        line: String,
    },
    STM8,
    AVR,
    MSP430,
}

Variants

Fields of STM32

Trait Implementations

impl Debug for Platform
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Platform

impl Sync for Platform