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

Dependents:   nRF51822 nRF51822

Files at this revision

API Documentation at this revision

Comitter:
vcoubard
Date:
Thu Apr 07 17:37:33 2016 +0100
Parent:
16:1bedf466155d
Child:
18:9807c92f0ca3
Commit message:
Synchronized with git rev a384ffab
Author: Liyou Zhou
Add script functionality to add direcotries
add purge and dry-run options to script.

Changed in this revision

README.md Show annotated file Show diff for this revision Revisions of this file
--- 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).