targets/LPC/__init__.py
author edouard
Fri, 11 Dec 2009 16:39:20 +0100
changeset 508 73ecb803d8af
parent 489 e3adb9f63171
child 538 ad05f27222cd
permissions -rwxr-xr-x
Revamped LPC connector and toolchain
from .. import toolchain_makefile

class LPC_target(toolchain_makefile):
    extension = ".ld"
    DebugEnabled = False