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/4276/head
parent
8543279901
commit
c64d2f4411
|
|
@ -490,7 +490,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