You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ This repository contains a collection of mbed TLS example applications based on
5
5
# Getting started
6
6
7
7
## Required hardware
8
-
* An [FRDM-K64F](http://developer.mbed.org/platforms/FRDM-K64F/) development board.
8
+
* An [FRDM-K64F](http://os.mbed.com/platforms/FRDM-K64F/) development board.
9
9
* A micro-USB cable.
10
10
11
11
### Other hardware
@@ -18,13 +18,13 @@ If your board has no hardware entropy source or its entropy source is not integr
18
18
19
19
## Required software
20
20
*[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)
21
-
*[Serial port monitor](https://developer.mbed.org/handbook/SerialPC#host-interface-and-terminal-applications).
21
+
*[Serial port monitor](https://os.mbed.com/handbook/SerialPC#host-interface-and-terminal-applications).
22
22
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:
An alternative to mbed CLI is to use the [mbed Online Compiler](https://os.mbed.com/compiler/). In this case, you need to import the example projects from [mbed developer](https://os.mbed.com/) to your mbed Online Compiler session using the links below:
@@ -53,9 +53,9 @@ Please browse the subdirectories for specific documentation.
53
53
* [authcrypt](./authcrypt/README.md): performs authenticated encryption and authenticated decryption of a buffer.
54
54
* [benchmark](./benchmark/README.md): benchmarks the various cryptographic primitives offered by mbed TLS.
55
55
* [hashing](./hashing/README.md): performs hashing of a buffer with SHA-256 using various APIs.
56
-
* [tls-client](./tls-client/README.md): downloads a file from an HTTPS server (developer.mbed.org) and looks for a specific string in that file.
56
+
* [tls-client](./tls-client/README.md): downloads a file from an HTTPS server (os.mbed.com) and looks for a specific string in that file.
57
57
58
-
The application prints debug messages over the serial port, so you can monitor its activity with a serial terminal emulator. Start the [serial terminal emulator](https://developer.mbed.org/handbook/Terminals) and connect to the [virtual serial port](https://developer.mbed.org/handbook/SerialPC#host-interface-and-terminal-applications) presented by FRDM-K64F. Use the following settings:
58
+
The application prints debug messages over the serial port, so you can monitor its activity with a serial terminal emulator. Start the [serial terminal emulator](https://os.mbed.com/handbook/Terminals) and connect to the [virtual serial port](https://os.mbed.com/handbook/SerialPC#host-interface-and-terminal-applications) presented by FRDM-K64F. Use the following settings:
0 commit comments