Skip to content

Commit b9fafe4

Browse files
Andres AGyanesca
authored andcommitted
Add mbed developer mirror links to README
1 parent 53eca02 commit b9fafe4

File tree

5 files changed

+14
-0
lines changed

5 files changed

+14
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ If your board has no hardware entropy source or its entropy source is not integr
2020
* [mbed CLI](https://github.com/ARMmbed/mbed-cli) - to build the example program. To learn how to build mbed OS applications with mbed CLI, see the [user guide](https://github.com/ARMmbed/mbed-cli/blob/master/README.md)
2121
* [Serial port monitor](https://developer.mbed.org/handbook/SerialPC#host-interface-and-terminal-applications).
2222

23+
An alternative to mbed CLI is to use the [mbed Online Compiler](https://developer.mbed.org/compiler/). In this case, you need to import the example projects from [mbed developer](https://developer.mbed.org/) to your mbed Online Compiler session using the links below:
24+
* [authcrypt](https://developer.mbed.org/teams/mbed-os-examples/code/mbed-os-example-tls-authcrypt)
25+
* [benchmark](https://developer.mbed.org/teams/mbed-os-examples/code/mbed-os-example-tls-benchmark)
26+
* [hashing](https://developer.mbed.org/teams/mbed-os-examples/code/mbed-os-example-tls-hashing)
27+
* [tls-client](https://developer.mbed.org/teams/mbed-os-examples/code/mbed-os-example-tls-tls-client)
28+
2329
## Building and running the examples
2430

2531
1. Clone the repository containing the collection of examples:

authcrypt/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ This application performs authenticated encryption and authenticated decryption
66

77
Set up your environment if you have not done so already. For instructions, refer to the [main readme](../README.md).
88

9+
You can also compile this example with the [mbed Online Compiler](https://developer.mbed.org/compiler/) by using [this project](https://developer.mbed.org/teams/mbed-os-examples/code/mbed-os-example-tls-authcrypt).
10+
911
## Monitoring the application
1012

1113
The output in the terminal window should be similar to this:

benchmark/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ This application benchmarks the various cryptographic primitives offered by mbed
66

77
Set up your environment if you have not done so already. For instructions, refer to the [main readme](../README.md).
88

9+
You can also compile this example with the [mbed Online Compiler](https://developer.mbed.org/compiler/) by using [this project](https://developer.mbed.org/teams/mbed-os-examples/code/mbed-os-example-tls-benchmark).
10+
911
## Monitoring the application
1012

1113
The output in the terminal window should be similar to this:

hashing/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ This application performs hashing of a buffer with SHA-256 using various APIs. I
66

77
Set up your environment if you have not done so already. For instructions, refer to the [main readme](../README.md).
88

9+
You can also compile this example with the [mbed Online Compiler](https://developer.mbed.org/compiler/) by using [this project](https://developer.mbed.org/teams/mbed-os-examples/code/mbed-os-example-tls-hashing).
10+
911
## Monitoring the application
1012

1113
The output in the terminal window should be similar to this:

tls-client/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ This application downloads a file from an HTTPS server (developer.mbed.org) and
66

77
Set up your environment if you have not done so already. For instructions, refer to the [main readme](../README.md).
88

9+
You can also compile this example with the [mbed Online Compiler](https://developer.mbed.org/compiler/) by using [this project](https://developer.mbed.org/teams/mbed-os-examples/code/mbed-os-example-tls-tls-client).
10+
911
## Required hardware
1012

1113
This example also requires an Ethernet cable and connection to the internet additional to the hardware requirements in the [main readme](../README.md).

0 commit comments

Comments
 (0)