Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-sdk-tools by
Diff: targets.py
- Revision:
- 30:f12ce67666d0
- Parent:
- 29:1210849dba19
- Child:
- 31:182518299918
diff -r 1210849dba19 -r f12ce67666d0 targets.py --- a/targets.py Mon Aug 29 11:18:36 2016 +0100 +++ b/targets.py Mon Aug 29 11:56:59 2016 +0100 @@ -485,12 +485,6 @@ with open(binf.replace(".bin", ".hex"), "w") as fileout: binh.tofile(fileout, format='hex') -class NCS36510TargetCode: - @staticmethod - def ncs36510_addfib(t_self, resources, elf, binf): - from tools.add_fib import add_fib_at_start - print("binf ", binf) - add_fib_at_start(binf[:-4]) ################################################################################ # Instantiate all public targets