Daniel Vizcaya
/
04_RTOS_Embebidos
Entrega 3er corte - sistemas embebidos
mbed-os/features/nanostack/CONTRIBUTING.md@1:fcdb45ee95b9, 2018-05-30 (annotated)
- Committer:
- Bethory
- Date:
- Wed May 30 04:46:28 2018 +0000
- Revision:
- 1:fcdb45ee95b9
- Parent:
- 0:6ad07c9019fd
Entrega Final
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Bethory | 0:6ad07c9019fd | 1 | # How to contribute |
Bethory | 0:6ad07c9019fd | 2 | |
Bethory | 0:6ad07c9019fd | 3 | This directory structure contains some repositories that are copied from external sources. |
Bethory | 0:6ad07c9019fd | 4 | |
Bethory | 0:6ad07c9019fd | 5 | Please follow these instructions to send contributions to master repositories. |
Bethory | 0:6ad07c9019fd | 6 | |
Bethory | 0:6ad07c9019fd | 7 | ## Directory structure |
Bethory | 0:6ad07c9019fd | 8 | |
Bethory | 0:6ad07c9019fd | 9 | This directory consists of following modules |
Bethory | 0:6ad07c9019fd | 10 | |
Bethory | 0:6ad07c9019fd | 11 | * [coap-service](#coap-service) |
Bethory | 0:6ad07c9019fd | 12 | * [mbed-mesh-api](#mbed-mesh-api) |
Bethory | 0:6ad07c9019fd | 13 | * [nanostack-interface](#nanostack-interface) |
Bethory | 0:6ad07c9019fd | 14 | * [sal-stack-nanostack](#sal-stack-nanostack) |
Bethory | 0:6ad07c9019fd | 15 | |
Bethory | 0:6ad07c9019fd | 16 | ## coap-service |
Bethory | 0:6ad07c9019fd | 17 | |
Bethory | 0:6ad07c9019fd | 18 | Master repository is located in the https://github.com/ARMmbed/coap-service |
Bethory | 0:6ad07c9019fd | 19 | |
Bethory | 0:6ad07c9019fd | 20 | Please send contributions against that repository. |
Bethory | 0:6ad07c9019fd | 21 | |
Bethory | 0:6ad07c9019fd | 22 | To test changes, remove the `coap-service` repository and replace with Git clone |
Bethory | 0:6ad07c9019fd | 23 | of the master repository. |
Bethory | 0:6ad07c9019fd | 24 | |
Bethory | 0:6ad07c9019fd | 25 | ``` |
Bethory | 0:6ad07c9019fd | 26 | rm -rf coap-service |
Bethory | 0:6ad07c9019fd | 27 | git clone git@github.com:ARMmbed/coap-service.git |
Bethory | 0:6ad07c9019fd | 28 | ``` |
Bethory | 0:6ad07c9019fd | 29 | |
Bethory | 0:6ad07c9019fd | 30 | ## mbed-mesh-api |
Bethory | 0:6ad07c9019fd | 31 | |
Bethory | 0:6ad07c9019fd | 32 | This is the master source of mbed-mesh-api. |
Bethory | 0:6ad07c9019fd | 33 | Send contributions directly to this repository. |
Bethory | 0:6ad07c9019fd | 34 | |
Bethory | 0:6ad07c9019fd | 35 | ## nanostack-interface |
Bethory | 0:6ad07c9019fd | 36 | |
Bethory | 0:6ad07c9019fd | 37 | This is the master source of nanostack-interface. |
Bethory | 0:6ad07c9019fd | 38 | Send contributions directly to this repository. |
Bethory | 0:6ad07c9019fd | 39 | |
Bethory | 0:6ad07c9019fd | 40 | ## sal-stack-nanostack |
Bethory | 0:6ad07c9019fd | 41 | |
Bethory | 0:6ad07c9019fd | 42 | 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. |
Bethory | 0:6ad07c9019fd | 43 | |
Bethory | 0:6ad07c9019fd | 44 | If you have access to the master repository, please send contributions against that repository. |
Bethory | 0:6ad07c9019fd | 45 | |
Bethory | 0:6ad07c9019fd | 46 | To test changes with access to master repository: |
Bethory | 0:6ad07c9019fd | 47 | * Remove the sal-stack-nanostack directory: `rm -rf sal-stack-nanostack` |
Bethory | 0:6ad07c9019fd | 48 | * Clone the master repository `git clone git@github.com:ARMmbed/sal-stack-nanostack-private.git`as sal-stack-nanostack |
Bethory | 0:6ad07c9019fd | 49 | |
Bethory | 0:6ad07c9019fd | 50 | Now you can modify, build and test your changes with the mbed OS build. |
Bethory | 0:6ad07c9019fd | 51 | |
Bethory | 0:6ad07c9019fd | 52 | **NOTE:** You do not need to clone the Nanostack master repository to exactly same location in the build tree. |
Bethory | 0:6ad07c9019fd | 53 | |
Bethory | 0:6ad07c9019fd | 54 | If you don't have access to the master repository then you can send contributions directly to this repository. |
Bethory | 0:6ad07c9019fd | 55 | |
Bethory | 0:6ad07c9019fd | 56 |