view python/target/target_list.py @ 337:b00219172a42

Added cool lm3s811 qemu project
author Windel Bouwman
date Thu, 20 Feb 2014 20:04:52 +0100
parents 44f336460c2a
children 4d204f6f7d4e
line wrap: on
line source


from .armtarget import ArmTarget
from .msp430 import msp430target

# Instance:
armtarget = ArmTarget()

target_list = [armtarget]