Entrega 3er corte - sistemas embebidos

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?

UserRevisionLine numberNew contents of line
Bethory 0:6ad07c9019fd 1 README for mbed TLS
Bethory 0:6ad07c9019fd 2 ===================
Bethory 0:6ad07c9019fd 3
Bethory 0:6ad07c9019fd 4 mbed TLS for mbed OS
Bethory 0:6ad07c9019fd 5 --------------------
Bethory 0:6ad07c9019fd 6
Bethory 0:6ad07c9019fd 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.
Bethory 0:6ad07c9019fd 8
Bethory 0:6ad07c9019fd 9
Bethory 0:6ad07c9019fd 10 Getting Help and Support
Bethory 0:6ad07c9019fd 11 ------------------------
Bethory 0:6ad07c9019fd 12
Bethory 0:6ad07c9019fd 13 The [mbed TLS website](https://tls.mbed.org/) contains full documentation for the library, including function by function descriptions, knowledgebase articles, blogs and a support forum for questions to the community.
Bethory 0:6ad07c9019fd 14
Bethory 0:6ad07c9019fd 15
Bethory 0:6ad07c9019fd 16 Contributing to the Project
Bethory 0:6ad07c9019fd 17 ---------------------------
Bethory 0:6ad07c9019fd 18
Bethory 0:6ad07c9019fd 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:
Bethory 0:6ad07c9019fd 20
Bethory 0:6ad07c9019fd 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.
Bethory 0:6ad07c9019fd 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.
Bethory 0:6ad07c9019fd 23
Bethory 0:6ad07c9019fd 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.
Bethory 0:6ad07c9019fd 25