Skip to content

Commit f614965

Browse files
Mel WCruz Monrreal II
authored andcommitted
Reformatting heading levels
1 parent ccda9b8 commit f614965

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

features/mbedtls/README.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
## README for Mbed TLS
22

3-
Mbed TLS for Mbed OS
4-
--------------------
3+
### Mbed TLS for Mbed OS
54

65
This edition of Mbed TLS has been adapted for Mbed OS and imported from its standalone release, which you can find on [GitHub](https://github.com/ARMmbed/mbedtls). This edition of Mbed TLS does not include the test code or scripts used in the development of the library. You can find these in the standalone release.
76

8-
Getting started
9-
---------------
7+
### Getting started
108

119
Several example programs are available that demonstrate Mbed TLS with Mbed OS. These can help you become familiar with the library:
1210

@@ -20,8 +18,7 @@ Several example programs are available that demonstrate Mbed TLS with Mbed OS. T
2018

2119
These examples are fully integrated into Mbed OS. Each of them comes with complete usage instructions as a `README.md` file.
2220

23-
Configuring Mbed TLS features
24-
-----------------------------
21+
### Configuring Mbed TLS features
2522

2623
With Mbed TLS, you can disable any unneeded features during compilation for a particular project. The default configuration enables widely used features of the TLS protocol, which meets the needs of most projects. It also disables all older and less common features to minimize the code footprint.
2724

@@ -83,12 +80,10 @@ Although the two editions share the same code base, there are differences, mainl
8380
* The following components of Mbed TLS are disabled in the Mbed OS edition: `net_sockets.c` and `timing.c`. This is because Mbed OS includes its own equivalents.
8481

8582
### Help and support
86-
----------------
8783

8884
For further documentation and help, you can visit the [Mbed TLS website](https://tls.mbed.org/), which contains full documentation of the library, including function-by-function descriptions, knowledge base articles and blogs. Additionally, you can join our [support forum](https://forums.mbed.com/c/mbed-tls) for questions to the community or to help others.
8985

90-
Contributing to the project
91-
---------------------------
86+
### Contributing to the project
9287

9388
We are happy to accept bug reports and contributions from the community. There are some requirements to integrate contributions:
9489

0 commit comments

Comments
 (0)