diff python/target/__init__.py @ 301:6753763d3bec

merge codegen into ppci package
author Windel Bouwman
date Thu, 05 Dec 2013 17:02:38 +0100
parents 534b94b40aa8
children 44f336460c2a
line wrap: on
line diff
--- a/python/target/__init__.py	Tue Dec 03 18:00:22 2013 +0100
+++ b/python/target/__init__.py	Thu Dec 05 17:02:38 2013 +0100
@@ -17,3 +17,8 @@
 #from .msp430target import msp430target
 
 target_list = [armtarget]
+
+
+class SimpleTarget(Target):
+    def __init__(self):
+        super().__init__('SimpleTarget')