1using "./stm32f0.repl"
2
3flash: Memory.MappedMemory @ sysbus 0x08000000
4    size: 0x20000
5
6sram: Memory.MappedMemory @ sysbus 0x20000000
7    size: 0x4000
8
9crc:
10    configurablePoly: true
11