nkjnm
Dependencies: MAX44000 nexpaq_mdk
Fork of LED_Demo by
mbd_os/features/FEATURE_CLIENT/CONTRIBUTING.md@1:55a6170b404f, 2016-09-17 (annotated)
- Committer:
- nexpaq
- Date:
- Sat Sep 17 16:32:05 2016 +0000
- Revision:
- 1:55a6170b404f
checking in for sharing
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
nexpaq | 1:55a6170b404f | 1 | # How to contribute |
nexpaq | 1:55a6170b404f | 2 | |
nexpaq | 1:55a6170b404f | 3 | This directory structure is entirely generated or copied from another repositories. Do not send patches against it, they cannot be accepted because all code will be entirely overwritten on next release. |
nexpaq | 1:55a6170b404f | 4 | |
nexpaq | 1:55a6170b404f | 5 | Instead follow these instructions to send and test your contributions against master repositories. |
nexpaq | 1:55a6170b404f | 6 | |
nexpaq | 1:55a6170b404f | 7 | ## Directory structure |
nexpaq | 1:55a6170b404f | 8 | |
nexpaq | 1:55a6170b404f | 9 | This directory consist of following modules |
nexpaq | 1:55a6170b404f | 10 | |
nexpaq | 1:55a6170b404f | 11 | * [mbed-client](#mbed-client) |
nexpaq | 1:55a6170b404f | 12 | * [mbed-client-c](#mbed-client-c) |
nexpaq | 1:55a6170b404f | 13 | * [mbed-client-mbed-tls](#mbed-client-mbed-tls) |
nexpaq | 1:55a6170b404f | 14 | * [mbed-client-classic](#mbed-client-classic) |
nexpaq | 1:55a6170b404f | 15 | * [mbed-client-randlib](#mbed-client-randlib) |
nexpaq | 1:55a6170b404f | 16 | * [coap-service](#coap-service) |
nexpaq | 1:55a6170b404f | 17 | |
nexpaq | 1:55a6170b404f | 18 | |
nexpaq | 1:55a6170b404f | 19 | ## mbed-client |
nexpaq | 1:55a6170b404f | 20 | |
nexpaq | 1:55a6170b404f | 21 | mbed-cient is copied from master repository from here: https://github.com/ARMmbed/mbed-client |
nexpaq | 1:55a6170b404f | 22 | |
nexpaq | 1:55a6170b404f | 23 | To replace the copied version with master repository follow these steps: |
nexpaq | 1:55a6170b404f | 24 | |
nexpaq | 1:55a6170b404f | 25 | * Remove mbed-client directory: `rm -rf mbed-client` |
nexpaq | 1:55a6170b404f | 26 | * Clone from the master: `git clone git@github.com:ARMmbed/mbed-client.git` |
nexpaq | 1:55a6170b404f | 27 | |
nexpaq | 1:55a6170b404f | 28 | Now you have mbed-client directory replaced with Git repository cloned from original. You can build and test your changes against it and send patches normally to Github as a pull requests. |
nexpaq | 1:55a6170b404f | 29 | |
nexpaq | 1:55a6170b404f | 30 | ## mbed-client-c |
nexpaq | 1:55a6170b404f | 31 | |
nexpaq | 1:55a6170b404f | 32 | mbed-client-c is copied from master repository from here: https://github.com/ARMmbed/mbed-client-c |
nexpaq | 1:55a6170b404f | 33 | |
nexpaq | 1:55a6170b404f | 34 | To replace the copied version with master repository follow these steps: |
nexpaq | 1:55a6170b404f | 35 | |
nexpaq | 1:55a6170b404f | 36 | * Remove mbed-client-c directory: `rm -rf mbed-client-c` |
nexpaq | 1:55a6170b404f | 37 | * Clone from the master: `git clone git@github.com:ARMmbed/mbed-client-c.git` |
nexpaq | 1:55a6170b404f | 38 | |
nexpaq | 1:55a6170b404f | 39 | Now you have mbed-client-c directory replaced with Git repository cloned from original. You can build and test your changes against it and send patches normally to Github as a pull requests. |
nexpaq | 1:55a6170b404f | 40 | |
nexpaq | 1:55a6170b404f | 41 | ## mbed-client-classic |
nexpaq | 1:55a6170b404f | 42 | |
nexpaq | 1:55a6170b404f | 43 | mbed-client-classic is copied from master repository from here: https://github.com/ARMmbed/mbed-client-classic |
nexpaq | 1:55a6170b404f | 44 | |
nexpaq | 1:55a6170b404f | 45 | To replace the copied version with master repository follow these steps: |
nexpaq | 1:55a6170b404f | 46 | |
nexpaq | 1:55a6170b404f | 47 | * Remove mbed-client-classic directory: `rm -rf mbed-client-classic` |
nexpaq | 1:55a6170b404f | 48 | * Clone from the master: `git clone git@github.com:ARMmbed/mbed-client-classic.git` |
nexpaq | 1:55a6170b404f | 49 | |
nexpaq | 1:55a6170b404f | 50 | Now you have mbed-client-classic directory replaced with Git repository cloned from original. You can build and test your changes against it and send patches normally to Github as a pull requests. |
nexpaq | 1:55a6170b404f | 51 | |
nexpaq | 1:55a6170b404f | 52 | ## mbed-client-mbed-tls |
nexpaq | 1:55a6170b404f | 53 | |
nexpaq | 1:55a6170b404f | 54 | mbed-client-mbed-tls is copied from master repository from here: https://github.com/ARMmbed/mbed-client-mbed-tls |
nexpaq | 1:55a6170b404f | 55 | |
nexpaq | 1:55a6170b404f | 56 | To replace the copied version with master repository follow these steps: |
nexpaq | 1:55a6170b404f | 57 | |
nexpaq | 1:55a6170b404f | 58 | * Remove mbed-client-mbed-tls directory: `rm -rf mbed-client-mbed-tls` |
nexpaq | 1:55a6170b404f | 59 | * Clone from the master: `git clone git@github.com:ARMmbed/mbed-client-mbed-tls.git` |
nexpaq | 1:55a6170b404f | 60 | |
nexpaq | 1:55a6170b404f | 61 | Now you have mbed-client-mbed-tls directory replaced with Git repository cloned from original. You can build and test your changes against it and send patches normally to Github as a pull requests. |
nexpaq | 1:55a6170b404f | 62 | |
nexpaq | 1:55a6170b404f | 63 | ## mbed-client-randlib |
nexpaq | 1:55a6170b404f | 64 | |
nexpaq | 1:55a6170b404f | 65 | mbed-client-randlib is copied from master repository from here: https://github.com/ARMmbed/mbed-client-randlib |
nexpaq | 1:55a6170b404f | 66 | |
nexpaq | 1:55a6170b404f | 67 | To replace the copied version with master repository follow these steps: |
nexpaq | 1:55a6170b404f | 68 | |
nexpaq | 1:55a6170b404f | 69 | * Remove mbed-client-randlib directory: `rm -rf mbed-client-randlib` |
nexpaq | 1:55a6170b404f | 70 | * Clone from the master: `git clone git@github.com:ARMmbed/mbed-client-randlib.git` |
nexpaq | 1:55a6170b404f | 71 | |
nexpaq | 1:55a6170b404f | 72 | Now you have mbed-client-randlib directory replaced with Git repository cloned from original. You can build and test your changes against it and send patches normally to Github as a pull requests. |
nexpaq | 1:55a6170b404f | 73 | |
nexpaq | 1:55a6170b404f | 74 | ## coap-service |
nexpaq | 1:55a6170b404f | 75 | |
nexpaq | 1:55a6170b404f | 76 | coap-service is copied from master repository from here: https://github.com/ARMmbed/coap-service |
nexpaq | 1:55a6170b404f | 77 | |
nexpaq | 1:55a6170b404f | 78 | To replace the copied version with master repository follow these steps: |
nexpaq | 1:55a6170b404f | 79 | |
nexpaq | 1:55a6170b404f | 80 | * Remove coap-service directory: `rm -rf coap-service` |
nexpaq | 1:55a6170b404f | 81 | * Clone from the master: `git clone git@github.com:ARMmbed/coap-service.git` |
nexpaq | 1:55a6170b404f | 82 | |
nexpaq | 1:55a6170b404f | 83 | Now you have coap-service directory replaced with Git repository cloned from original. You can build and test your changes against it and send patches normally to Github as a pull requests. |