Files
mbed-os/connectivity/nanostack/nanostack-hal-mbed-cmsis-rtos/nvm/README.md
Beslan 0ef1717155
Some checks failed
Basic Checks / license-check (push) Has been cancelled
Basic Checks / include-check (push) Has been cancelled
Basic Checks / style-check (push) Has been cancelled
Basic Checks / docs-check (push) Has been cancelled
Basic Checks / python-tests (push) Has been cancelled
Basic Checks / pin-validation (push) Has been cancelled
Basic Checks / cmake-checks (push) Has been cancelled
Basic Checks / frozen-tools-check (push) Has been cancelled
Publish or Update docker image for head of branch / prepare-tags (push) Has been cancelled
Release or update docker image for a released mbed-os version / prepare-tags (push) Has been cancelled
Publish or Update docker image for head of branch / build-container (push) Has been cancelled
Publish or Update docker image for head of branch / test-container (linux/amd64) (push) Has been cancelled
Publish or Update docker image for head of branch / test-container (linux/arm64) (push) Has been cancelled
Publish or Update docker image for head of branch / deploy-container (push) Has been cancelled
Release or update docker image for a released mbed-os version / build-container (push) Has been cancelled
Release or update docker image for a released mbed-os version / test-container (linux/amd64) (push) Has been cancelled
Release or update docker image for a released mbed-os version / test-container (linux/arm64) (push) Has been cancelled
Release or update docker image for a released mbed-os version / deploy-container (push) Has been cancelled
Prune temporary docker images / prune-images (push) Has been cancelled
Mirror mbed-os-6.15.0
2026-07-10 18:42:39 +03:00

1.1 KiB

This directory is used as a git subtree. The master copy is at

https://github.com/ARMmbed/nanomesh-applications/tree/nvm

(ie the nvm branch of that repository).

If you are seeing this as a subdirectory of another repository, or in Platforms/common/nvm of the same repository, it has been pulled in via git subtree.

You should not normally edit files in this directory unless you are working on the nvm branch in a clone of the master repository.

Changes to the nvm code would be done as follows:

# nvm branch is the "master" for the code
git checkout nvm

# make and commit changes
git checkout master
git subtree merge -P Platforms/common/nvm nvm

To take the latest version of the nvm reference code into another repository already containing it as a subtree, use the command:

git subtree pull -P our/path/to/nvm \
        git@github.com:ARMmbed/nanomesh-applications nvm

To take this code into use as a subtree for the first time, use the command:

git subtree add -P our/path/to/nvm \
        git@github.com:ARMmbed/nanomesh-applications nvm

See 'git help subtree' for more information.