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
By default, mbed-tools new . fetches the entire Git history - that's extra 420MB !
Please allow to limit the fetch to the latest version only git clone https://github.com/ARMmbed/mbed-os --branch latest --single-branch --depth 1