mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #4276 from nvlsianpu/patch-1
avoid 03/05 intel-hex records for nordic devicespull/4166/merge
commit
d04d588106
|
@ -490,7 +490,7 @@ class MCU_NRF51Code(object):
|
||||||
binh.merge(blh)
|
binh.merge(blh)
|
||||||
|
|
||||||
with open(binf.replace(".bin", ".hex"), "w") as fileout:
|
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:
|
class NCS36510TargetCode:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
Loading…
Reference in New Issue