WORKS

Dependencies:   MAX44000 PWM_Tone_Library nexpaq_mdk

Fork of LED_Demo by Maxim nexpaq

Committer:
cyberjoey
Date:
Sat Oct 22 01:31:58 2016 +0000
Revision:
9:6bb35cef007d
Parent:
1:55a6170b404f
WORKING

Who changed what in which revision?

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