beremiz

46abd6b2f639
file isExecutable
LPC application mode IDLE comamnd is now the same as PLCID (0x07)
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]