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.
Dependents: HelloWorld_CCA01M1 HelloWorld_CCA02M1 CI-data-logger-server HelloWorld_CCA02M1 ... more
This is a fork of the events subdirectory of https://github.com/ARMmbed/mbed-os.
Note, you must import this library with import name: events!!!
Diff: tools/toolchains/gcc.py
- Revision:
- 7612:5070b1720955
- Parent:
- 7371:4c352cc17ba8
- Child:
- 7614:23701886e451
--- a/tools/toolchains/gcc.py Tue Aug 09 14:28:21 2016 +0100
+++ b/tools/toolchains/gcc.py Wed Aug 10 11:49:57 2016 -0500
@@ -110,6 +110,8 @@
self.ar = join(tool_path, "arm-none-eabi-ar")
self.elf2bin = join(tool_path, "arm-none-eabi-objcopy")
+ self.toolchain_path = tool_path
+
def parse_dependencies(self, dep_path):
dependencies = []
buff = open(dep_path).readlines()