Update targets.py

pull/1354/head
PeterConheeney 2015-09-25 14:08:15 +01:00
parent 24ebe1790e
commit cbfc7a503d
1 changed files with 1 additions and 11 deletions

View File

@ -1389,17 +1389,7 @@ class NRF51_MICROBIT_B_OTA(MCU_NRF51_16K_OTA):
class ARM_MPS2_Target(Target): class ARM_MPS2_Target(Target):
def __init__(self): def __init__(self):
Target.__init__(self) Target.__init__(self)
# self.OUTPUT_EXT = 'axf'
#
# def init_hooks(self, hook, toolchain_name):
# hook.hook_add_binary("replace", self.output_axf)
#
# @staticmethod
# def output_axf(t_self, resources, elf, bin):
# shutil.copy(elf, bin)
# t_self.debug("Passing ELF file %s" % bin)
#
#
class ARM_MPS2_M0(ARM_MPS2_Target): class ARM_MPS2_M0(ARM_MPS2_Target):
def __init__(self): def __init__(self):
ARM_MPS2_Target.__init__(self) ARM_MPS2_Target.__init__(self)