include!("../metadata_0030.rs");
use crate::metadata::PeripheralRccKernelClock::{Clock, Mux};
pub static METADATA: Metadata = Metadata {
name: "STM32F030R8",
family: "STM32F0",
line: "STM32F0x0 Value Line",
memory: &[&[
MemoryRegion {
name: "BANK_1",
kind: MemoryRegionKind::Flash,
address: 0x8000000,
size: 65536,
settings: Some(FlashSettings {
erase_size: 1024,
write_size: 4,
erase_value: 255,
}),
},
MemoryRegion {
name: "SRAM",
kind: MemoryRegionKind::Ram,
address: 0x20000000,
size: 8192,
settings: None,
},
]],
peripherals: PERIPHERALS,
nvic_priority_bits: Some(2),
interrupts: INTERRUPTS,
dma_channels: DMA_CHANNELS,
pins: PINS,
};