Nordic nrf51 sdk sources. Mirrored from https://github.com/ARMmbed/nrf51-sdk.

Dependents:   nRF51822 nRF51822

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).