Mercurial > lcfOS
view python/ppci/target/target_list.py @ 355:c2ddc8a36f5e
Enabled optimization
author | Windel Bouwman |
---|---|
date | Fri, 14 Mar 2014 10:30:13 +0100 |
parents | b4882ff0ed06 |
children | 39bf68bf1891 |
line wrap: on
line source
from .arm import ArmTarget from .thumb import ThumbTarget from .msp430.msp430 import msp430target # Instance: arm_target = ArmTarget() thumb_target = ThumbTarget() target_list = [arm_target, thumb_target]