You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After getting some help for a different issue from @theotherjimmy he pointed out this PR #626 that adds support for a global config param called MBED_OS_DIR
From my understanding, this param basically allows you to not have to download the Mbed OS tools multiple times over your many Mbed OS 2 or 5 projects. However, this config param does not allow you to use the same copy of the entire mbed-os directory within multiple projects, just the tools and I guess targets.json. So I would like to see this config be renamed to MBED_OS_TOOLS_DIR or something similar to be more accurate to it's actual purpose/function.