LPCtarget/__init__.py
changeset 1 4f6d393cb36e
parent 0 51f5a3138405
child 54 eb068364ccfa
equal deleted inserted replaced
0:51f5a3138405 1:4f6d393cb36e
     1 import os
     1 import os
     2 from subprocess import Popen,PIPE
     2 from subprocess import Popen,PIPE
     3 from targets.toolchain_makefile import toolchain_makefile
     3 from toolchain_makefile import toolchain_makefile
     4 import hashlib
     4 import hashlib
     5 
     5 
     6 class LPC_target(toolchain_makefile):
     6 class LPC_target(toolchain_makefile):
     7     #extension = ".ld"
     7     #extension = ".ld"
     8     #DebugEnabled = False
     8     #DebugEnabled = False