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.
Diff: export/ds5_5.py
- Revision:
- 31:8ea194f6145b
- Parent:
- 29:1210849dba19
--- a/export/ds5_5.py Mon Aug 29 11:56:59 2016 +0100
+++ b/export/ds5_5.py Wed Jan 04 11:58:24 2017 -0600
@@ -1,6 +1,6 @@
"""
mbed SDK
-Copyright (c) 2011-2013 ARM Limited
+Copyright (c) 2011-2016 ARM Limited
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -54,12 +54,12 @@
})
ctx = {
- 'name': self.program_name,
+ 'name': self.project_name,
'include_paths': self.resources.inc_dirs,
'scatter_file': self.resources.linker_script,
'object_files': self.resources.objects + self.resources.libraries,
'source_files': source_files,
- 'symbols': self.get_symbols()
+ 'symbols': self.toolchain.get_symbols()
}
target = self.target.lower()