Merge branch 'hotfix/v3.5.5' into develop

* hotfix/v3.5.5:
  Export extra flash images for IDE
  Update core dependencies
This commit is contained in:
Ivan Kravets
2018-07-06 15:26:01 +03:00

View File

@ -152,6 +152,10 @@ def DumpIDEData(env):
util.where_is_program(env.subst("$GDB"), env.subst("${ENV['PATH']}")),
"prog_path":
env.subst("$PROG_PATH"),
"flash_extra_images": [{
"offset": item[0],
"path": env.subst(item[1])
} for item in env.get("FLASH_EXTRA_IMAGES", [])],
"svd_path":
_get_svd_path(env),
"compiler_type":