mirror of https://github.com/ARMmbed/mbed-os.git
Comand IAR toolchain to provide intel-hex as a build product.
parent
3c8c82b06c
commit
f281ecd4be
|
@ -198,7 +198,7 @@ class IAR(mbedToolchain):
|
|||
@hook_tool
|
||||
def binary(self, resources, elf, bin):
|
||||
# Build binary command
|
||||
cmd = [self.elf2bin, "--bin", elf, bin]
|
||||
cmd = [self.elf2bin, "--ihex", elf, bin]
|
||||
|
||||
# Call cmdline hook
|
||||
cmd = self.hook.get_cmdline_binary(cmd)
|
||||
|
|
Loading…
Reference in New Issue