Includes library modifications to allow access to AIN_4 (AIN_0 / 5)

Committer:
bryantaylor
Date:
Tue Sep 20 21:26:12 2016 +0000
Revision:
0:eafc3fd41f75
hackathon

Who changed what in which revision?

UserRevisionLine numberNew contents of line
bryantaylor 0:eafc3fd41f75 1 # How to contribute
bryantaylor 0:eafc3fd41f75 2
bryantaylor 0:eafc3fd41f75 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.
bryantaylor 0:eafc3fd41f75 4
bryantaylor 0:eafc3fd41f75 5 Instead follow these instructions to send and test your contributions against master repositories.
bryantaylor 0:eafc3fd41f75 6
bryantaylor 0:eafc3fd41f75 7 ## Directory structure
bryantaylor 0:eafc3fd41f75 8
bryantaylor 0:eafc3fd41f75 9 This directory consist of following modules
bryantaylor 0:eafc3fd41f75 10
bryantaylor 0:eafc3fd41f75 11 * [mbed-client](#mbed-client)
bryantaylor 0:eafc3fd41f75 12 * [mbed-client-c](#mbed-client-c)
bryantaylor 0:eafc3fd41f75 13 * [mbed-client-mbed-tls](#mbed-client-mbed-tls)
bryantaylor 0:eafc3fd41f75 14 * [mbed-client-classic](#mbed-client-classic)
bryantaylor 0:eafc3fd41f75 15 * [mbed-client-randlib](#mbed-client-randlib)
bryantaylor 0:eafc3fd41f75 16 * [coap-service](#coap-service)
bryantaylor 0:eafc3fd41f75 17
bryantaylor 0:eafc3fd41f75 18
bryantaylor 0:eafc3fd41f75 19 ## mbed-client
bryantaylor 0:eafc3fd41f75 20
bryantaylor 0:eafc3fd41f75 21 mbed-cient is copied from master repository from here: https://github.com/ARMmbed/mbed-client
bryantaylor 0:eafc3fd41f75 22
bryantaylor 0:eafc3fd41f75 23 To replace the copied version with master repository follow these steps:
bryantaylor 0:eafc3fd41f75 24
bryantaylor 0:eafc3fd41f75 25 * Remove mbed-client directory: `rm -rf mbed-client`
bryantaylor 0:eafc3fd41f75 26 * Clone from the master: `git clone git@github.com:ARMmbed/mbed-client.git`
bryantaylor 0:eafc3fd41f75 27
bryantaylor 0:eafc3fd41f75 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.
bryantaylor 0:eafc3fd41f75 29
bryantaylor 0:eafc3fd41f75 30 ## mbed-client-c
bryantaylor 0:eafc3fd41f75 31
bryantaylor 0:eafc3fd41f75 32 mbed-client-c is copied from master repository from here: https://github.com/ARMmbed/mbed-client-c
bryantaylor 0:eafc3fd41f75 33
bryantaylor 0:eafc3fd41f75 34 To replace the copied version with master repository follow these steps:
bryantaylor 0:eafc3fd41f75 35
bryantaylor 0:eafc3fd41f75 36 * Remove mbed-client-c directory: `rm -rf mbed-client-c`
bryantaylor 0:eafc3fd41f75 37 * Clone from the master: `git clone git@github.com:ARMmbed/mbed-client-c.git`
bryantaylor 0:eafc3fd41f75 38
bryantaylor 0:eafc3fd41f75 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.
bryantaylor 0:eafc3fd41f75 40
bryantaylor 0:eafc3fd41f75 41 ## mbed-client-classic
bryantaylor 0:eafc3fd41f75 42
bryantaylor 0:eafc3fd41f75 43 mbed-client-classic is copied from master repository from here: https://github.com/ARMmbed/mbed-client-classic
bryantaylor 0:eafc3fd41f75 44
bryantaylor 0:eafc3fd41f75 45 To replace the copied version with master repository follow these steps:
bryantaylor 0:eafc3fd41f75 46
bryantaylor 0:eafc3fd41f75 47 * Remove mbed-client-classic directory: `rm -rf mbed-client-classic`
bryantaylor 0:eafc3fd41f75 48 * Clone from the master: `git clone git@github.com:ARMmbed/mbed-client-classic.git`
bryantaylor 0:eafc3fd41f75 49
bryantaylor 0:eafc3fd41f75 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.
bryantaylor 0:eafc3fd41f75 51
bryantaylor 0:eafc3fd41f75 52 ## mbed-client-mbed-tls
bryantaylor 0:eafc3fd41f75 53
bryantaylor 0:eafc3fd41f75 54 mbed-client-mbed-tls is copied from master repository from here: https://github.com/ARMmbed/mbed-client-mbed-tls
bryantaylor 0:eafc3fd41f75 55
bryantaylor 0:eafc3fd41f75 56 To replace the copied version with master repository follow these steps:
bryantaylor 0:eafc3fd41f75 57
bryantaylor 0:eafc3fd41f75 58 * Remove mbed-client-mbed-tls directory: `rm -rf mbed-client-mbed-tls`
bryantaylor 0:eafc3fd41f75 59 * Clone from the master: `git clone git@github.com:ARMmbed/mbed-client-mbed-tls.git`
bryantaylor 0:eafc3fd41f75 60
bryantaylor 0:eafc3fd41f75 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.
bryantaylor 0:eafc3fd41f75 62
bryantaylor 0:eafc3fd41f75 63 ## mbed-client-randlib
bryantaylor 0:eafc3fd41f75 64
bryantaylor 0:eafc3fd41f75 65 mbed-client-randlib is copied from master repository from here: https://github.com/ARMmbed/mbed-client-randlib
bryantaylor 0:eafc3fd41f75 66
bryantaylor 0:eafc3fd41f75 67 To replace the copied version with master repository follow these steps:
bryantaylor 0:eafc3fd41f75 68
bryantaylor 0:eafc3fd41f75 69 * Remove mbed-client-randlib directory: `rm -rf mbed-client-randlib`
bryantaylor 0:eafc3fd41f75 70 * Clone from the master: `git clone git@github.com:ARMmbed/mbed-client-randlib.git`
bryantaylor 0:eafc3fd41f75 71
bryantaylor 0:eafc3fd41f75 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.
bryantaylor 0:eafc3fd41f75 73
bryantaylor 0:eafc3fd41f75 74 ## coap-service
bryantaylor 0:eafc3fd41f75 75
bryantaylor 0:eafc3fd41f75 76 coap-service is copied from master repository from here: https://github.com/ARMmbed/coap-service
bryantaylor 0:eafc3fd41f75 77
bryantaylor 0:eafc3fd41f75 78 To replace the copied version with master repository follow these steps:
bryantaylor 0:eafc3fd41f75 79
bryantaylor 0:eafc3fd41f75 80 * Remove coap-service directory: `rm -rf coap-service`
bryantaylor 0:eafc3fd41f75 81 * Clone from the master: `git clone git@github.com:ARMmbed/coap-service.git`
bryantaylor 0:eafc3fd41f75 82
bryantaylor 0:eafc3fd41f75 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.