targets/LPC/__init__.py
author laurent
Wed, 16 Dec 2009 15:08:38 +0100
changeset 530 862d9adcd904
parent 508 73ecb803d8af
child 538 ad05f27222cd
permissions -rwxr-xr-x
Bug when trying to generate LPCBus code fixed
from .. import toolchain_makefile

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