Merge pull request #4276 from nvlsianpu/patch-1

avoid 03/05 intel-hex records for nordic devices
pull/4166/merge
Jimmy Brisson 2017-05-08 16:05:24 -05:00 committed by GitHub
commit d04d588106
1 changed files with 1 additions and 1 deletions

View File

@ -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