Skip to content
Snippets Groups Projects
Commit 92d64680 authored by Lingkai Dong's avatar Lingkai Dong Committed by Hugues Kamba Mpiana
Browse files

docs: Fix markdown in total-solutions.md


Fix the issues that
* the `Blinky Example` link is broken
* the bullet point is not rendered properly, because the "strict" syntax
of markdown used by MkDocs requires an empty line before the bullet
point item.

Signed-off-by: Lingkai Dong's avatarLingkai Dong <lingkai.dong@arm.com>
parent c676a61d
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,8 @@ The following Total Solutions applications demonstrate the latest Arm technlogie
All of the applications above have TrustedFirmware-M enabled in their systems. They come with support for building them with [`Arm Compiler for Embedded`][arm-compiler-for-embedded] using [`CMake`][cmake]. Though TS-PixelGraphics also comes with [`GNU Arm Embedded Toolchain`][gnu-arm-embedded-toolchain] support.
The following Total Solutions application demonstrates the basic use of the Open IoT SDK *without* the latest technologies (such as `TrustedFirmware-M`) enabled:
* [`Blinky Example`] - periodically blinks an LED
* [`Blinky Example`][blinky-example] - periodically blinks an LED
Building `Blinky Example` is only supported with [`GNU Arm Embedded Toolchain`][gnu-arm-embedded-toolchain].
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment