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: export/simplicityv3.py
- Revision:
- 13:ab47a20b66f0
- Parent:
- 0:66f3b5499f7f
- Child:
- 31:182518299918
diff -r f2e8a005c7d3 -r ab47a20b66f0 export/simplicityv3.py --- a/export/simplicityv3.py Tue Jun 14 11:33:06 2016 +0100 +++ b/export/simplicityv3.py Thu Jul 14 20:21:19 2016 +0100 @@ -101,6 +101,8 @@ DOT_IN_RELATIVE_PATH = False + MBED_CONFIG_HEADER_SUPPORTED = True + orderedPaths = Folder("Root") def check_and_add_path(self, path): @@ -169,6 +171,7 @@ 'kit': self.KITS[self.target], 'loopcount': 0 } + ctx.update(self.progen_flags) ## Strip main folder from include paths because ssproj is not capable of handling it if '.' in ctx['include_paths']: