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-tools by
Diff: size.py
- Revision:
- 2:5f044fef8f98
- Parent:
- 0:4a2e5f0422d6
--- a/size.py Wed Mar 30 16:27:19 2016 +0000 +++ b/size.py Wed Mar 30 19:28:05 2016 +0100 @@ -23,10 +23,10 @@ ROOT = abspath(join(dirname(__file__), "..")) sys.path.insert(0, ROOT) -from workspace_tools.paths import BUILD_DIR, TOOLS_DATA -from workspace_tools.settings import GCC_ARM_PATH -from workspace_tools.tests import TEST_MAP -from workspace_tools.build_api import build_mbed_libs, build_project +from tools.paths import BUILD_DIR, TOOLS_DATA +from tools.settings import GCC_ARM_PATH +from tools.tests import TEST_MAP +from tools.build_api import build_mbed_libs, build_project SIZE = join(GCC_ARM_PATH, 'arm-none-eabi-size')