Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of nrf51-sdk by
Diff: README.md
- Revision:
- 17:03954fd2b563
- Parent:
- 16:1bedf466155d
- Child:
- 22:67a8d2c0bbbf
diff -r 1bedf466155d -r 03954fd2b563 README.md --- a/README.md Thu Apr 07 17:37:32 2016 +0100 +++ b/README.md Thu Apr 07 17:37:33 2016 +0100 @@ -9,7 +9,9 @@ ### Script usage ``` -python pick_nrf51_files.py <full-noridc-sdk-path> <nrf51-sdk-yotta-module-path> +python pick_nrf51_files.py [options] <full-noridc-sdk-path> <nrf51-sdk-yotta-module-path> +options: --purge : to delete all existing files and start again + --dry-run : to list the files to be copied but not actually copy them ``` There are files in the sdk with the same filename but in different folder. This is dealt with by excluding certain directories. The excluded directories are listed in [pick_nrf51_files.py](https://github.com/ARMmbed/nrf51-sdk/blob/master/script/pick_nrf51_files.py).