Skip to content

Commit 8978c9f

Browse files
author
Amanda Butler
authored
Add to terms.md
Add some definitions
1 parent b125721 commit 8978c9f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/intros/terms.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,21 @@ Abstraction layer
88

99
API - Application programming interface
1010

11-
Arm Mbed CLI
11+
Arm Mbed CLI - The name of the Arm Mbed [command-line tool](cli.md), packaged as `mbed-cli`.
1212

1313
Arm Mbed interface - The extra chip that sits on all Mbed Enabled development boards. It's what makes the target chip (for example, K64F) look like a USB drive. It usually runs a separate piece of software that generally doesn't change. That software is usually `DAPLink`, `CMSIS-DAP` or `STLink`.
1414

1515
Arm Mbed Online Compiler
1616

1717
Arm Mbed OS
1818

19-
Arm Mbed TLS
19+
Arm Mbed TLS - A [comprehensive SSL/TLS solution](TLS.md) that makes it easy for developers to include cryptographic and SSL/TLS capabilities in their software and embedded products. As an SSL library, it provides an intuitive API, readable source code and a minimal and highly configurable code footprint.
2020

2121
Arm Mbed uVisor
2222

2323
BLE - Bluetooth low energy.
2424

25-
Blinky
25+
Blinky - An [example application](first_application.md) that you can use to get to know Arm Mbed OS and the development tools. It’s one of the simplest examples of Mbed OS.
2626

2727
block device
2828

@@ -40,7 +40,7 @@ CAN - Controller-area network.
4040

4141
CI - Continuous integration.
4242

43-
CLI - Command-line interface.
43+
CLI - Command-line interface.
4444

4545
CMSIS-DAP - The precursor to DAPLink, this [project](https://github.com/mbedmicro/cmsis-dap) is deprecated due to known bugs. You should not use it in any new designs.
4646

@@ -60,7 +60,7 @@ GitHub
6060

6161
GPIO
6262

63-
Greentea
63+
Greentea - **G**eneric **re**gression **en**vironment for **te**st **a**utomation. [Greentea](greentea.md) is the automated testing tool for Arm Mbed OS development.
6464

6565
`htrun`
6666

0 commit comments

Comments
 (0)