Skip to content

Commit 58cb1ee

Browse files
committed
Adding LTO to intro
1 parent 841a962 commit 58cb1ee

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/introduction/introduction.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Our [quick start](../quick-start/index.html) guides show how to build an example
2424

2525
## Recently updated documentation
2626

27+
- A new [tutorial about link time optimization](../apis/link-time-optimization.html).
2728
- A new [PSA porting guide](../porting/porting-security.html).
2829
- New information about [API life cycle ](../introduction/versions-and-releases.html#the-api-life-cycle) and how to [contribute experimental APIs](../contributing/software-design.html#experimental-apis) and [use them in an application](../program-setup/build-rules.html#label-directories).
2930
- [Tickless mode porting updates](../porting/tickless-mode.html).

docs/introduction/tutorials_intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This page is an index of all tutorials and official examples.
1313
| Network socket | | - [Sockets](https://github.com/ARMmbed/mbed-os-example-sockets) <br/> - [Socket statistics](https://github.com/ARMmbed/mbed-os-example-socket-stats) |
1414
| NFC | | - [Smart Poster](https://github.com/ARMmbed/mbed-os-example-nfc/blob/master/NFC_SmartPoster/README.md) <br/> - [EEPROM](https://github.com/ARMmbed/mbed-os-example-nfc/blob/master/NFC_EEPROM/README.md)|
1515
| Network secure socket | | [TLS socket](https://github.com/ARMmbed/mbed-os-example-tls-socket) |
16-
| Platform | - [Application flow control](../apis/platform-tutorials.html) <br/> - [Power optimization](../apis/power-optimization.html) | - [Thread statistics](https://github.com/ARMmbed/mbed-os-example-thread-statistics) <br/> - [CPU statistics](https://github.com/ARMmbed/mbed-os-example-cpu-stats) <br/> - [Error handling](https://github.com/ARMmbed/mbed-os-example-error-handling) <br/> - [System information](https://github.com/ARMmbed/mbed-os-example-sys-info) |
16+
| Platform | - [Application flow control](../apis/platform-tutorials.html) <br/> - [Power optimization](../apis/power-optimization.html) | - [Thread statistics](https://github.com/ARMmbed/mbed-os-example-thread-statistics) <br/> - [CPU statistics](https://github.com/ARMmbed/mbed-os-example-cpu-stats) <br/> - [Error handling](https://github.com/ARMmbed/mbed-os-example-error-handling) <br/> - [System information](https://github.com/ARMmbed/mbed-os-example-sys-info) <br/> - [Link time optimization](../apis/link-time-optimization.html) |
1717
| Scheduling | [EventQueue](../apis/scheduling-tutorials.html) | |
1818
| Security | [Secure communication](../apis/tls-tutorial.html) | - [ATECC608A secure element](https://github.com/ARMmbed/mbed-os-example-atecc608a) <br/> - [DeviceKey](https://github.com/ARMmbed/mbed-os-example-devicekey) <br/> - [Mbed Crypto](https://github.com/ARMmbed/mbed-os-example-mbed-crypto) <br/> - [Mbed TLS: Authenticated encryption](https://github.com/ARMmbed/mbed-os-example-tls/blob/master/authcrypt) <br/> - [Mbed TLS: Benchmark](https://github.com/ARMmbed/mbed-os-example-tls/blob/master/benchmark) <br/> - [Mbed TLS: Hashing](https://github.com/ARMmbed/mbed-os-example-tls/blob/master/hashing) <br/> - [Mbed TLS: TLS client](https://github.com/ARMmbed/mbed-os-example-tls/blob/master/tls-client) <br/> - [PSA](https://github.com/ARMmbed/mbed-os-example-psa/) <br> - [PSA attestation](https://github.com/ARMmbed/mbed-os-example-attestation) |
1919
| USB | [Audio player](../apis/usb-wav-audio-player.html) | |

0 commit comments

Comments
 (0)