import collections

import STM32F103

Devices = collections.OrderedDict([
    ('STM32F103_MD', STM32F103.STM32F103_MD),
    ('STM32F103_HD', STM32F103.STM32F103_HD),
    ('STM32F103_LD', STM32F103.STM32F103_MD),
])