mirror of https://github.com/ARMmbed/mbed-os.git
avoid 03/05 intel-hex records for nordics devices
use Intelhex::write_hex_file instead of IntelHex::tofilepull/4356/head
parent
c5d379e908
commit
ada0d21401
|
@ -489,7 +489,7 @@ class MCU_NRF51Code(object):
|
|||
binh.merge(blh)
|
||||
|
||||
with open(binf.replace(".bin", ".hex"), "w") as fileout:
|
||||
binh.tofile(fileout, format='hex')
|
||||
binh.write_hex_file(fileout, write_start_addr=False)
|
||||
|
||||
class NCS36510TargetCode:
|
||||
@staticmethod
|
||||
|
|
Loading…
Reference in New Issue