targets/Generic/__init__.py
author Edouard Tisserant
Mon, 02 Feb 2015 16:51:35 +0100
changeset 1435 291a17b755d1
parent 1387 435965ca8b63
child 1511 91538d0c242c
permissions -rwxr-xr-x
Fixed python runtime trace thread auto suspend. Now suspends after 3 seconds when no trace is requested
from ..toolchain_makefile import toolchain_makefile

class Generic_target(toolchain_makefile):
    pass