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 README for mbed TLS
bryantaylor 0:eafc3fd41f75 2 ===================
bryantaylor 0:eafc3fd41f75 3
bryantaylor 0:eafc3fd41f75 4 mbed TLS for mbed OS
bryantaylor 0:eafc3fd41f75 5 --------------------
bryantaylor 0:eafc3fd41f75 6
bryantaylor 0:eafc3fd41f75 7 This edition of mbed TLS has been adapted for mbed OS and imported from its standalone release, which you can find on [github here](https://github.com/ARMmbed/mbedtls). This edition of mbed TLS does not include test code, sample applications, or the scripts used in the development of the library. All of these can be found in the standalone release.
bryantaylor 0:eafc3fd41f75 8
bryantaylor 0:eafc3fd41f75 9
bryantaylor 0:eafc3fd41f75 10 Getting Help and Support
bryantaylor 0:eafc3fd41f75 11 ------------------------
bryantaylor 0:eafc3fd41f75 12
bryantaylor 0:eafc3fd41f75 13 The [mbed TLS website](https://tls.mbed.org/) contains fulll documentation for the library, including function by function descriptions, knowledgebase articles, blogs and a support forum for questions to the community.
bryantaylor 0:eafc3fd41f75 14
bryantaylor 0:eafc3fd41f75 15
bryantaylor 0:eafc3fd41f75 16 Contributing to the Project
bryantaylor 0:eafc3fd41f75 17 ---------------------------
bryantaylor 0:eafc3fd41f75 18
bryantaylor 0:eafc3fd41f75 19 We gratefully accept bug reports and contributions from the community. There are some requirements we need to fulfill in order to be able to integrate contributions:
bryantaylor 0:eafc3fd41f75 20
bryantaylor 0:eafc3fd41f75 21 - Simple bug fixes to existing code do not contain copyright themselves and we can integrate without issue. The same is true of trivial contributions.
bryantaylor 0:eafc3fd41f75 22 - For larger contributions, such as a new feature, the code can possibly fall under copyright law. We then need your consent to share in the ownership of the copyright. We have a form for this, which we will send to you in case you submit a contribution or pull request that we deem this necessary for.
bryantaylor 0:eafc3fd41f75 23
bryantaylor 0:eafc3fd41f75 24 Contributions should be submitted to the [standalone mbed TLS project](https://github.com/ARMmbed/mbedtls), not to the mbed OS imported edition of mbed TLS.
bryantaylor 0:eafc3fd41f75 25