Allow to fetch the latest mbed-os without the entire Git history
Open
enhancement
- Dominant language
- Python
- Stars
- 49
- Forks
- 32
- PR merge metrics
- No merged PRs in 30d
Description
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`
Contributor guide
Assessment
This issue has not been assessed yet.