mbed-os for GR-LYCHEE

Dependents:   mbed-os-example-blinky-gr-lychee GR-Boads_Camera_sample GR-Boards_Audio_Recoder GR-Boads_Camera_DisplayApp ... more

Committer:
dkato
Date:
Fri Feb 02 05:42:23 2018 +0000
Revision:
0:f782d9c66c49
mbed-os for GR-LYCHEE

Who changed what in which revision?

UserRevisionLine numberNew contents of line
dkato 0:f782d9c66c49 1 README for mbed TLS
dkato 0:f782d9c66c49 2 ===================
dkato 0:f782d9c66c49 3
dkato 0:f782d9c66c49 4 mbed TLS for mbed OS
dkato 0:f782d9c66c49 5 --------------------
dkato 0:f782d9c66c49 6
dkato 0:f782d9c66c49 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.
dkato 0:f782d9c66c49 8
dkato 0:f782d9c66c49 9
dkato 0:f782d9c66c49 10 Getting Help and Support
dkato 0:f782d9c66c49 11 ------------------------
dkato 0:f782d9c66c49 12
dkato 0:f782d9c66c49 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.
dkato 0:f782d9c66c49 14
dkato 0:f782d9c66c49 15
dkato 0:f782d9c66c49 16 Contributing to the Project
dkato 0:f782d9c66c49 17 ---------------------------
dkato 0:f782d9c66c49 18
dkato 0:f782d9c66c49 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:
dkato 0:f782d9c66c49 20
dkato 0:f782d9c66c49 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.
dkato 0:f782d9c66c49 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.
dkato 0:f782d9c66c49 23
dkato 0:f782d9c66c49 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.
dkato 0:f782d9c66c49 25