Clone of official tools

Revision:
30:f12ce67666d0
Parent:
29:1210849dba19
Child:
31:8ea194f6145b
--- a/targets.py	Mon Aug 29 11:18:36 2016 +0100
+++ b/targets.py	Mon Aug 29 11:56:59 2016 +0100
@@ -485,12 +485,6 @@
         with open(binf.replace(".bin", ".hex"), "w") as fileout:
             binh.tofile(fileout, format='hex')
 
-class NCS36510TargetCode:
-    @staticmethod
-    def ncs36510_addfib(t_self, resources, elf, binf):
-        from tools.add_fib import add_fib_at_start
-        print("binf ", binf)
-        add_fib_at_start(binf[:-4])
 ################################################################################
 
 # Instantiate all public targets