Mercurial > lcfOS
view python/target/target_list.py @ 323:e9fe6988497c
Used burg for generating expressions
author | Windel Bouwman |
---|---|
date | Thu, 30 Jan 2014 19:03:24 +0100 |
parents | 44f336460c2a |
children | 4d204f6f7d4e |
line wrap: on
line source
from .armtarget import ArmTarget from .msp430 import msp430target # Instance: armtarget = ArmTarget() target_list = [armtarget]