Lines Matching refs:to
21 …r development are CMake and Make. Those systems are always complete and up-to-date. The others sho…
28 …to be in a specific order, for example the GNU linker wants `-lmbedtls -lmbedx509 -lmbedcrypto`. A…
34 Once yotta is installed, you can use it to download the latest version of mbed TLS from the yotta r…
42 …om downloading a tarball of the standalone edition, then you'll first need to generate the yotta m…
46 …otta module in the `yotta/module` directory within it. You can then change to that directory and b…
51 In any case, you'll probably want to set the yotta target before building unless it has already bee…
57 …efiles sometimes require some manual changes or export statements in order to work for your platfo…
59 In order to build from the source code using Make, just enter at the command line:
63 In order to run the tests, enter:
67 The tests need Perl to be built and run. If you don't have Perl installed, you can skip building th…
71 You'll still be able to run a much smaller set of tests with:
75 In order to build for a Windows platform, you should use `WINDOWS_BUILD=1` if the target is Windows…
77 Setting the variable `SHARED` in your environment will build shared libraries in addition to the st…
79 …se check the Makefiles in `library/`, `programs/` and `tests/` for options to manually add or remo…
81 In case you find that you need to do something else as well, please let us know what, so we can add…
85 In order to build the source using CMake, just enter at the command line:
90 In order to run the tests, enter:
94 The test suites need Perl to be built. If you don't have Perl installed, you'll want to disable the…
110 - Coverage. This generates code coverage information in addition to debug information.
111 …to check for memory errors. (This includes LeakSanitizer, with recent version of gcc and clang.) (…
113 - MemSan. This instruments the code with MemorySanitizer to check for uninitialised memory reads.…
125 Note that, with CMake, if you want to change the compiler or its options after you already ran CMak…
134 The solution file `mbedTLS.sln` contains all the basic projects needed to build the library and all…
144 …to generate the tests files (e.g. `test\_suite\_mpi.c`). These files are generated from a `functio…
162 …ons from the community. There are some requirements we need to fulfill in order to be able to inte…
164 …cense Agreement (CLA) to be accepted. This is because source code can possibly fall under copyrigh…
165 - We would ask that contributions conform to [our coding standards](https://tls.mbed.org/kb/devel…
166 … will be reviewed by the project team and community and may need some modifications to be accepted.
168 …to create an mbed account, a slightly different agreeement can be found [here](https://www.mbed.co…
173 2. Fork the [mbed TLS repository on GitHub](https://github.com/ARMmbed/mbedtls) to start making yo…
175 … and published. Contributions may need some modifications, so work with us to get your change acce…