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
425
f390e9fdd2cf Add new target (Makefile)
greg
parents:
diff changeset
     1
from .. import toolchain_makefile
f390e9fdd2cf Add new target (Makefile)
greg
parents:
diff changeset
     2
489
e3adb9f63171 Name error in LPC target fixed
laurent
parents: 478
diff changeset
     3
class LPC_target(toolchain_makefile):
425
f390e9fdd2cf Add new target (Makefile)
greg
parents:
diff changeset
     4
    extension = ".ld"
f390e9fdd2cf Add new target (Makefile)
greg
parents:
diff changeset
     5
    DebugEnabled = False