mbed os with nrf51 internal bandgap enabled to read battery level
Dependents: BLE_file_test BLE_Blink ExternalEncoder
features/FEATURE_COMMON_PAL/nanostack-hal-mbed-cmsis-rtos/nvm/README.md@0:f269e3021894, 2016-10-23 (annotated)
- Committer:
- elessair
- Date:
- Sun Oct 23 15:10:02 2016 +0000
- Revision:
- 0:f269e3021894
Initial commit
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
elessair | 0:f269e3021894 | 1 | This directory is used as a git subtree. The master copy is at |
elessair | 0:f269e3021894 | 2 | |
elessair | 0:f269e3021894 | 3 | https://github.com/ARMmbed/nanomesh-applications/tree/nvm |
elessair | 0:f269e3021894 | 4 | |
elessair | 0:f269e3021894 | 5 | (ie the nvm branch of that repository). |
elessair | 0:f269e3021894 | 6 | |
elessair | 0:f269e3021894 | 7 | If you are seeing this as a subdirectory of another repository, |
elessair | 0:f269e3021894 | 8 | or in Platforms/common/nvm of the same repository, it has been |
elessair | 0:f269e3021894 | 9 | pulled in via git subtree. |
elessair | 0:f269e3021894 | 10 | |
elessair | 0:f269e3021894 | 11 | You should not normally edit files in this directory unless you are |
elessair | 0:f269e3021894 | 12 | working on the nvm branch in a clone of the master repository. |
elessair | 0:f269e3021894 | 13 | |
elessair | 0:f269e3021894 | 14 | Changes to the nvm code would be done as follows: |
elessair | 0:f269e3021894 | 15 | |
elessair | 0:f269e3021894 | 16 | # nvm branch is the "master" for the code |
elessair | 0:f269e3021894 | 17 | git checkout nvm |
elessair | 0:f269e3021894 | 18 | |
elessair | 0:f269e3021894 | 19 | # make and commit changes |
elessair | 0:f269e3021894 | 20 | git checkout master |
elessair | 0:f269e3021894 | 21 | git subtree merge -P Platforms/common/nvm nvm |
elessair | 0:f269e3021894 | 22 | |
elessair | 0:f269e3021894 | 23 | To take the latest version of the nvm reference code into another |
elessair | 0:f269e3021894 | 24 | repository already containing it as a subtree, use the command: |
elessair | 0:f269e3021894 | 25 | |
elessair | 0:f269e3021894 | 26 | git subtree pull -P our/path/to/nvm \ |
elessair | 0:f269e3021894 | 27 | git@github.com:ARMmbed/nanomesh-applications nvm |
elessair | 0:f269e3021894 | 28 | |
elessair | 0:f269e3021894 | 29 | To take this code into use as a subtree for the first time, |
elessair | 0:f269e3021894 | 30 | use the command: |
elessair | 0:f269e3021894 | 31 | |
elessair | 0:f269e3021894 | 32 | git subtree add -P our/path/to/nvm \ |
elessair | 0:f269e3021894 | 33 | git@github.com:ARMmbed/nanomesh-applications nvm |
elessair | 0:f269e3021894 | 34 | |
elessair | 0:f269e3021894 | 35 | See 'git help subtree' for more information. |
elessair | 0:f269e3021894 | 36 |