annotate 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
rev   line source
322
44f336460c2a Half of use of burg spec for arm
Windel Bouwman
parents:
diff changeset
1
44f336460c2a Half of use of burg spec for arm
Windel Bouwman
parents:
diff changeset
2 from .armtarget import ArmTarget
44f336460c2a Half of use of burg spec for arm
Windel Bouwman
parents:
diff changeset
3 from .msp430 import msp430target
44f336460c2a Half of use of burg spec for arm
Windel Bouwman
parents:
diff changeset
4
44f336460c2a Half of use of burg spec for arm
Windel Bouwman
parents:
diff changeset
5 # Instance:
44f336460c2a Half of use of burg spec for arm
Windel Bouwman
parents:
diff changeset
6 armtarget = ArmTarget()
44f336460c2a Half of use of burg spec for arm
Windel Bouwman
parents:
diff changeset
7
44f336460c2a Half of use of burg spec for arm
Windel Bouwman
parents:
diff changeset
8 target_list = [armtarget]