Mercurial > lcfOS
view python/target/target_list.py @ 328:0bb16d2a5699
Added cool sphinx plugin for creation of unittest result table
author | Windel Bouwman |
---|---|
date | Tue, 04 Feb 2014 09:01:11 +0100 |
parents | 44f336460c2a |
children | 4d204f6f7d4e |
line wrap: on
line source
from .armtarget import ArmTarget from .msp430 import msp430target # Instance: armtarget = ArmTarget() target_list = [armtarget]