Clone of official tools
Diff: export/simplicityv3.py
- Revision:
- 13:ab47a20b66f0
- Parent:
- 0:66f3b5499f7f
- Child:
- 31:8ea194f6145b
--- 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']: