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
57 lines
1.8 KiB
Markdown
57 lines
1.8 KiB
Markdown
# How to contribute
|
|
|
|
This directory structure contains some repositories that are copied from external sources.
|
|
|
|
Please follow these instructions to send contributions to master repositories.
|
|
|
|
## Directory structure
|
|
|
|
This directory consists of following modules
|
|
|
|
* [coap-service](#coap-service)
|
|
* [mbed-mesh-api](#mbed-mesh-api)
|
|
* [nanostack-interface](#nanostack-interface)
|
|
* [sal-stack-nanostack](#sal-stack-nanostack)
|
|
|
|
## coap-service
|
|
|
|
Master repository is located in the https://github.com/ARMmbed/coap-service
|
|
|
|
Please send contributions against that repository.
|
|
|
|
To test changes, remove the `coap-service` repository and replace with Git clone
|
|
of the master repository.
|
|
|
|
```
|
|
rm -rf coap-service
|
|
git clone git@github.com:ARMmbed/coap-service.git
|
|
```
|
|
|
|
## mbed-mesh-api
|
|
|
|
This is the master source of mbed-mesh-api.
|
|
Send contributions directly to this repository.
|
|
|
|
## nanostack-interface
|
|
|
|
This is the master source of nanostack-interface.
|
|
Send contributions directly to this repository.
|
|
|
|
## sal-stack-nanostack
|
|
|
|
This directory holds source code snapshot of the Nanostack networking library. Master repository is available for **mbed Partners** in https://github.com/ARMmbed/sal-stack-nanostack-private.
|
|
|
|
If you have access to the master repository, please send contributions against that repository.
|
|
|
|
To test changes with access to master repository:
|
|
* Remove the sal-stack-nanostack directory: `rm -rf sal-stack-nanostack`
|
|
* Clone the master repository `git clone git@github.com:ARMmbed/sal-stack-nanostack-private.git`as sal-stack-nanostack
|
|
|
|
Now you can modify, build and test your changes with the mbed OS build.
|
|
|
|
**NOTE:** You do not need to clone the Nanostack master repository to exactly same location in the build tree.
|
|
|
|
If you don't have access to the master repository then you can send contributions directly to this repository.
|
|
|
|
|