diff python/target/target_list.py @ 322:44f336460c2a

Half of use of burg spec for arm
author Windel Bouwman
date Mon, 27 Jan 2014 19:58:07 +0100
parents
children 4d204f6f7d4e
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/python/target/target_list.py	Mon Jan 27 19:58:07 2014 +0100
@@ -0,0 +1,8 @@
+
+from .armtarget import ArmTarget
+from .msp430 import msp430target
+
+# Instance:
+armtarget = ArmTarget()
+
+target_list = [armtarget]