beremiz
Clone
Summary
Browse
Changes
Graph
Adding compile button when unconnected
2010-06-02, laurent
4d9ca788205e
file is
Executable
Adding compile button when unconnected
from .. import toolchain_makefile
class LPC_target(toolchain_makefile):
extension = ".ld"
DebugEnabled = False
def GetBinaryCode(self):
try:
return open(os.path.join(self.buildpath, "ArmPLC_rom.bin"), "rb").read()
except Exception, e:
return None