()
| 42 | return None |
| 43 | |
| 44 | def GetSDKPackagePath(): |
| 45 | env = GetEnvPath() |
| 46 | |
| 47 | if env: |
| 48 | return os.path.join(env, "tools", "scripts", "packages") |
| 49 | |
| 50 | return None |
| 51 | |
| 52 | # get SDK path based on name |
| 53 | # for example, GetSDKPath('arm-none-eabi') = '.env/tools/scripts/packages/arm-none-eabi-gcc-v10.3' |
no test coverage detected