MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / IARPath

Function IARPath

tools/targets/iar.py:177–190  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

175 IARWorkspace(target)
176
177def IARPath():
178 import rtconfig
179
180 # backup environ
181 old_environ = os.environ
182 os.environ['RTT_CC'] = 'iar'
183
184 # get iar path
185 path = rtconfig.EXEC_PATH
186
187 # restore environ
188 os.environ = old_environ
189
190 return path
191
192def IARVersion():
193 import subprocess

Callers 1

IARVersionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected