Skip to content

Commit 7c8b91c

Browse files
author
Donatien Garnier
committed
Update references to Mbed OS 6.7 from 6.5
1 parent 96accac commit 7c8b91c

File tree

138 files changed

+192
-192
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

138 files changed

+192
-192
lines changed

check_tools/search_replace.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"replace": "https://github.com/ARMmbed/mbed-os-snippet-",
44
"insert_start_tag": "https:\/\/github.com\/ARMmbed\/mbed-os-snippet-.*\/",
55
"insert_end_tag": "\\)",
6-
"insert_string": "tree/v6.5"
6+
"insert_string": "tree/v6.7"
77
}

docs/api/connectivity/bluetooth/Gap.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@ The default value of data length supported by all controllers is 23 octets. If b
7373

7474
Here is an example demonstrating how to use the GAP API to advertise, scan, connect and disconnect and how parameters influence efficiency of these actions.
7575

76-
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-ble/blob/mbed-os-6.5.0/BLE_GAP/source/)](https://github.com/ARMmbed/mbed-os-example-ble/blob/mbed-os-6.5.0/BLE_GAP/source/main.cpp)
76+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-ble/blob/mbed-os-6.7.0/BLE_GAP/source/)](https://github.com/ARMmbed/mbed-os-example-ble/blob/mbed-os-6.7.0/BLE_GAP/source/main.cpp)

docs/api/connectivity/bluetooth/GattClient.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ Clients register for these updates by setting the Client Characteristic Configur
4242

4343
### Characteristic writes
4444

45-
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-ble/blob/mbed-os-6.5.0/BLE_GattClient_CharacteristicWrite/source/)](https://github.com/ARMmbed/mbed-os-example-ble/blob/mbed-os-6.5.0/BLE_GattClient_CharacteristicWrite/source/main.cpp)
45+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-ble/blob/mbed-os-6.7.0/BLE_GattClient_CharacteristicWrite/source/)](https://github.com/ARMmbed/mbed-os-example-ble/blob/mbed-os-6.7.0/BLE_GattClient_CharacteristicWrite/source/main.cpp)
4646

4747
### Characteristic updates
4848

49-
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-ble/blob/mbed-os-6.5.0/BLE_GattClient_CharacteristicUpdates/source/)](https://github.com/ARMmbed/mbed-os-example-ble/blob/mbed-os-6.5.0/BLE_GattClient_CharacteristicUpdates/source/main.cpp)
49+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-ble/blob/mbed-os-6.7.0/BLE_GattClient_CharacteristicUpdates/source/)](https://github.com/ARMmbed/mbed-os-example-ble/blob/mbed-os-6.7.0/BLE_GattClient_CharacteristicUpdates/source/main.cpp)

docs/api/connectivity/bluetooth/GattServer.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ The term characteristic value update represents Characteristic Value Notificatio
4343

4444
### Add Service
4545

46-
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-ble/blob/mbed-os-6.5.0/BLE_GattServer_AddService/source/)](https://github.com/ARMmbed/mbed-os-example-ble/blob/mbed-os-6.5.0/BLE_GattServer_AddService/source/main.cpp)
46+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-ble/blob/mbed-os-6.7.0/BLE_GattServer_AddService/source/)](https://github.com/ARMmbed/mbed-os-example-ble/blob/mbed-os-6.7.0/BLE_GattServer_AddService/source/main.cpp)
4747

4848
### Characteristic Writes
4949

50-
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-ble/blob/mbed-os-6.5.0/BLE_GattServer_CharacteristicWrite/source/)](https://github.com/ARMmbed/mbed-os-example-ble/blob/mbed-os-6.5.0/BLE_GattServer_CharacteristicWrite/source/main.cpp)
50+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-ble/blob/mbed-os-6.7.0/BLE_GattServer_CharacteristicWrite/source/)](https://github.com/ARMmbed/mbed-os-example-ble/blob/mbed-os-6.7.0/BLE_GattServer_CharacteristicWrite/source/main.cpp)
5151

5252
### Characteristic Updates
5353

54-
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-ble/blob/mbed-os-6.5.0/BLE_GattServer_CharacteristicUpdates/source/)](https://github.com/ARMmbed/mbed-os-example-ble/blob/mbed-os-6.5.0/BLE_GattServer_CharacteristicUpdates/source/main.cpp)
54+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-ble/blob/mbed-os-6.7.0/BLE_GattServer_CharacteristicUpdates/source/)](https://github.com/ARMmbed/mbed-os-example-ble/blob/mbed-os-6.7.0/BLE_GattServer_CharacteristicUpdates/source/main.cpp)

docs/api/connectivity/bluetooth/SecurityManager.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ The simplest example is a pairing of a device with no IO capabilities and no OOB
5252

5353
The SecurityManager example demonstrates both a central and a peripheral connecting, performing basic pairing and setting up link security.
5454

55-
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-ble/blob/mbed-os-6.5.0/BLE_SecurityAndPrivacy/source/)](https://github.com/ARMmbed/mbed-os-example-ble/blob/mbed-os-6.5.0/BLE_SecurityAndPrivacy/source/main.cpp)
55+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-ble/blob/mbed-os-6.7.0/BLE_SecurityAndPrivacy/source/)](https://github.com/ARMmbed/mbed-os-example-ble/blob/mbed-os-6.7.0/BLE_SecurityAndPrivacy/source/main.cpp)

docs/api/connectivity/lorawan/loraradio.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ To configure this class, please see the [LoRa configuration documentation](../ap
1212

1313
## LoRaRadio example
1414

15-
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-lorawan)](https://github.com/ARMmbed/mbed-os-example-lorawan/blob/mbed-os-6.5.0/main.cpp)
15+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-lorawan)](https://github.com/ARMmbed/mbed-os-example-lorawan/blob/mbed-os-6.7.0/main.cpp)
1616

1717
## Related content
1818

docs/api/connectivity/lorawan/lorawan.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ To configure this class, please see the [LoRa configuration documentation](../ap
1212

1313
Please visit our Arm Mbed Online Compiler example, and follow the instructions in the `README.md`.
1414

15-
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-lorawan)](https://github.com/ARMmbed/mbed-os-example-lorawan/blob/mbed-os-6.5.0/main.cpp)
15+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-lorawan)](https://github.com/ARMmbed/mbed-os-example-lorawan/blob/mbed-os-6.7.0/main.cpp)
1616

1717
## Related content
1818

docs/api/connectivity/networkinterfaces/CellularInterface.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ To bring up the network interface:
6565

6666
This example establishes connection with the cellular network using Mbed OS CellularInterface.
6767

68-
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-cellular)](https://github.com/ARMmbed/mbed-os-example-cellular/blob/mbed-os-6.5.0/main.cpp)
68+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-cellular)](https://github.com/ARMmbed/mbed-os-example-cellular/blob/mbed-os-6.7.0/main.cpp)
6969

7070
## Related content
7171

docs/api/connectivity/networkinterfaces/EthInterface.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Network interface `connect` failure causes:
5555

5656
Here is an example of an HTTP client program. The program brings up Ethernet as the underlying network interface and uses it to perform an HTTP transaction over a TCPSocket:
5757

58-
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-snippet-TCPSocket/tree/v6.5)](https://github.com/ARMmbed/mbed-os-snippet-TCPSocket/blob/v6.5/main.cpp)
58+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-snippet-TCPSocket/tree/v6.7)](https://github.com/ARMmbed/mbed-os-snippet-TCPSocket/blob/v6.7/main.cpp)
5959

6060
## Related content
6161

docs/api/connectivity/networkinterfaces/MeshInterface.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ You can configure the mesh interface by providing values in `mbed_app.json`, as
2222

2323
The following code snippet illustrates how you can use the MeshInterface API:
2424

25-
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-snippet-Mesh_Ex1/tree/v6.5)](https://github.com/ARMmbed/mbed-os-snippet-Mesh_Ex1/blob/v6.5/main.cpp)
25+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-snippet-Mesh_Ex1/tree/v6.7)](https://github.com/ARMmbed/mbed-os-snippet-Mesh_Ex1/blob/v6.7/main.cpp)
2626

2727

2828
## Related content

docs/api/connectivity/networkinterfaces/NetworkStatus.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ This optional and has a small RAM and ROM increase, so applications are not requ
113113

114114
Registering a status callback that connection state changes trigger depends on whether the network interface provides this functionality.
115115

116-
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-snippet-TCPSocket_ConnStateCb/tree/v6.5)](https://github.com/ARMmbed/mbed-os-snippet-TCPSocket_ConnStateCb/blob/v6.5/main.cpp)
116+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-snippet-TCPSocket_ConnStateCb/tree/v6.7)](https://github.com/ARMmbed/mbed-os-snippet-TCPSocket_ConnStateCb/blob/v6.7/main.cpp)
117117

118118
## Related content
119119

docs/api/connectivity/networkinterfaces/WifiInterface.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ This program scans for Wi-Fi access points in the area. There are multiple [Wi-F
6060

6161
The ESP8266Interface uses AT commands over serial interface to connect to an external Wi-Fi device. The OdinWiFiInterface provides an Ethernet-like driver to the Mbed OS network stack. The network stack uses the driver to connect to Wi-Fi:
6262

63-
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-snippet-TCPSocketWiFi/tree/v6.5)](https://github.com/ARMmbed/mbed-os-snippet-TCPSocketWiFi/blob/v6.5/main.cpp)
63+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-snippet-TCPSocketWiFi/tree/v6.7)](https://github.com/ARMmbed/mbed-os-snippet-TCPSocketWiFi/blob/v6.7/main.cpp)
6464

6565
## Related content
6666

docs/api/connectivity/networksocket/CellularNonIPSocket.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ You can request Control Plane optimization mode either with CellularDevice's [`c
3434

3535
The following code demonstrates how to create and use a cellular non-IP socket:
3636

37-
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-snippet-CellularNonIPSocket/tree/v6.5)](https://github.com/ARMmbed/mbed-os-snippet-CellularNonIPSocket/blob/v6.5/main.cpp)
37+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-snippet-CellularNonIPSocket/tree/v6.7)](https://github.com/ARMmbed/mbed-os-snippet-CellularNonIPSocket/blob/v6.7/main.cpp)

docs/api/connectivity/networksocket/DNS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Callback is called from thread context. If the callback takes more than 10ms to
4444

4545
This DNS resolver example makes asynchronous DNS host name resolution.
4646

47-
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-snippet-DNS_GetHostbyNameAsync/tree/v6.5)](https://github.com/ARMmbed/mbed-os-snippet-DNS_GetHostbyNameAsync/blob/v6.5/main.cpp)
47+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-snippet-DNS_GetHostbyNameAsync/tree/v6.7)](https://github.com/ARMmbed/mbed-os-snippet-DNS_GetHostbyNameAsync/blob/v6.7/main.cpp)
4848

4949
## Troubleshooting information
5050

docs/api/connectivity/networksocket/SocketAddress.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Use the SocketAddress class to represent the IP address and port pair of a uniqu
1010

1111
Here is an example to read current UTC time. This example uses the SocketAddress class to get the server IP address and port.
1212

13-
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-snippet-UDPSocket/tree/v6.5)](https://github.com/ARMmbed/mbed-os-snippet-UDPSocket/blob/v6.5/main.cpp)
13+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-snippet-UDPSocket/tree/v6.7)](https://github.com/ARMmbed/mbed-os-snippet-UDPSocket/blob/v6.7/main.cpp)
1414

1515
## Related content
1616

docs/api/connectivity/networksocket/SocketStats.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Socket statistics are stored in an internal data buffer and maintained for close
1414

1515
Here is an example to collect socket statistics.
1616

17-
[![View Example](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-socket-stats)](https://github.com/ARMmbed/mbed-os-example-socket-stats/blob/mbed-os-6.5.0/main.cpp)
17+
[![View Example](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-socket-stats)](https://github.com/ARMmbed/mbed-os-example-socket-stats/blob/mbed-os-6.7.0/main.cpp)
1818

1919
## Related content
2020

docs/api/connectivity/networksocket/TCPSocket.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Accepting a connection leaves the original socket in listening mode. You can con
2626

2727
Here is a client example of HTTP transaction over TCPSocket:
2828

29-
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-snippet-TCPSocket/tree/v6.5)](https://github.com/ARMmbed/mbed-os-snippet-TCPSocket/blob/v6.5/main.cpp)
29+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-snippet-TCPSocket/tree/v6.7)](https://github.com/ARMmbed/mbed-os-snippet-TCPSocket/blob/v6.7/main.cpp)
3030

3131
## Related content
3232

docs/api/connectivity/networksocket/UDPSocket.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ If you prefer to use `send()` and `recv()` functions and work only with one peer
1818

1919
This UDP example reads the current UTC time by sending a request to the NIST Internet Time Service:
2020

21-
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-snippet-UDPSocket/tree/v6.5)](https://github.com/ARMmbed/mbed-os-snippet-UDPSocket/blob/v6.5/main.cpp)
21+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-snippet-UDPSocket/tree/v6.7)](https://github.com/ARMmbed/mbed-os-snippet-UDPSocket/blob/v6.7/main.cpp)
2222

2323
## Related content
2424

docs/api/connectivity/networksocket/socket.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Not all protocols implement every function from the Socket API. For example, UDP
3232

3333
Here is a client example of HTTP transaction over TCPSocket:
3434

35-
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-sockets)](https://github.com/ARMmbed/mbed-os-example-tls-socket/blob/mbed-os-6.5.0/main.cpp)
35+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-sockets)](https://github.com/ARMmbed/mbed-os-example-tls-socket/blob/mbed-os-6.7.0/main.cpp)
3636

3737
## Related content
3838

docs/api/connectivity/nfc/MessageBuilder.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Mbed OS provides this API to construct NDEF messages, the common data format exc
88

99
## MessageBuilder example
1010

11-
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-snippet-MessageBuilder/tree/v6.5)](https://github.com/ARMmbed/mbed-os-snippet-MessageBuilder/blob/v6.5/main.cpp)
11+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-snippet-MessageBuilder/tree/v6.7)](https://github.com/ARMmbed/mbed-os-snippet-MessageBuilder/blob/v6.7/main.cpp)
1212

1313
## Related content
1414

docs/api/connectivity/nfc/NFCController.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ To use an NFC controller, you must initiate the instance with a driver instance,
1212

1313
## NFCController example
1414

15-
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-snippet-NFCController/tree/v6.5)](https://github.com/ARMmbed/mbed-os-snippet-NFCController/blob/v6.5/main.cpp)
15+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-snippet-NFCController/tree/v6.7)](https://github.com/ARMmbed/mbed-os-snippet-NFCController/blob/v6.7/main.cpp)
1616

1717
A delegate mechanism handles events throughout the API.
1818

docs/api/connectivity/nfc/NFCEEPROM.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ To use an NFC EEPROM, you must initiate the instance with a driver instance, an
1212

1313
## NFCEEPROM example
1414

15-
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-snippet-NFC_EEPROM/tree/v6.5)](https://github.com/ARMmbed/mbed-os-snippet-NFC_EEPROM/blob/v6.5/main.cpp)
15+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-snippet-NFC_EEPROM/tree/v6.7)](https://github.com/ARMmbed/mbed-os-snippet-NFC_EEPROM/blob/v6.7/main.cpp)
1616

1717
## Related content
1818

docs/api/connectivity/nfc/SimpleMessageParser.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The SimpleMessageParser class is a more integrated parser than the MessageParser
1010

1111
## SimpleMessageParser example
1212

13-
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-snippet-SimpleMessageParser/tree/v6.5)](https://github.com/ARMmbed/mbed-os-snippet-SimpleMessageParser/blob/v6.5/main.cpp)
13+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-snippet-SimpleMessageParser/tree/v6.7)](https://github.com/ARMmbed/mbed-os-snippet-SimpleMessageParser/blob/v6.7/main.cpp)
1414

1515
An application can extend capabilities of `SimpleMessageParser` by adding new record parsers (`mbed::nfc::ndef::RecordParser`) at runtime.
1616

docs/api/connectivity/secure-socket/DTLSSocket.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ To use secure DTLS connections, application use the `DTLSSocketWrapper` through
1616

1717
Please see the TLSSocket example:
1818

19-
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-tls-socket/blob/mbed-os-6.5.0/)](https://github.com/ARMmbed/mbed-os-example-tls-socket/blob/mbed-os-6.5.0/main.cpp)
19+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-tls-socket/blob/mbed-os-6.7.0/)](https://github.com/ARMmbed/mbed-os-example-tls-socket/blob/mbed-os-6.7.0/main.cpp)
2020

2121
## Related content
2222

docs/api/connectivity/secure-socket/TLSSocket.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ To use secure TLS connections, the application uses the `TLSSocketWrapper` throu
1414

1515
The TLSSocket example creates TLS connection to the HTTPS server and receives a simple response from the server:
1616

17-
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-tls-socket/blob/mbed-os-6.5.0/)](https://github.com/ARMmbed/mbed-os-example-tls-socket/blob/mbed-os-6.5.0/main.cpp)
17+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-tls-socket/blob/mbed-os-6.7.0/)](https://github.com/ARMmbed/mbed-os-example-tls-socket/blob/mbed-os-6.7.0/main.cpp)
1818

1919
## Related content
2020

docs/api/connectivity/tutorials/light-control.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ cd mbed-os-example-mesh-minimal
2626

2727
If using the Mbed Online Compiler, click **Import into Mbed IDE** below:
2828

29-
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-mesh-minimal)](https://github.com/ARMmbed/mbed-os-example-mesh-minimal/blob/mbed-os-6.5.0/mesh_led_control_example.cpp)
29+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-mesh-minimal)](https://github.com/ARMmbed/mbed-os-example-mesh-minimal/blob/mbed-os-6.7.0/mesh_led_control_example.cpp)
3030

3131
## Change the channel settings (optional)
3232

docs/api/connectivity/tutorials/tls_tutorial.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ With everything in place, you can now set up a TLS socket connection. On the Mbe
9090

9191
You set up a TLS socket in the same way as you set up a TCP socket, except you call `set_root_ca_cert` with the root CA string.
9292

93-
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-snippet-TLS_Communication/tree/v6.5)](https://github.com/ARMmbed/mbed-os-snippet-TLS_Communication/blob/v6.5/main.cpp)
93+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-snippet-TLS_Communication/tree/v6.7)](https://github.com/ARMmbed/mbed-os-snippet-TLS_Communication/blob/v6.7/main.cpp)
9494

9595

9696
This now makes the request and returns the content of the file.

docs/api/connectivity/types/wifi-arch.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ The original version of the standard IEEE 802.11 was released in 1997. Updates a
1717
| 802.11a | 1999 | 6, 9, 12, 18, 24, 36, 48, 54 | 5.16 - 5.35 Ghz |
1818
| 802.11b | 1999 | 1, 2, 5.5, 11 | 2.401 - 2.495 Ghz |
1919
| 802.11g | 2003 | 1, 2, 5.5, 6, 9, 11, 12, 18, 24, 36, 48, 54 | 2.401 - 2.495 Ghz |
20-
| 802.11n | 2009 | 6.5 - 600 | Both 2.4 Ghz and 5 Ghz |
21-
| 802.11ac | 2013 | 6.5 - 1000 | 5 Ghz |
20+
| 802.11n | 2009 | 6.7 - 600 | Both 2.4 Ghz and 5 Ghz |
21+
| 802.11ac | 2013 | 6.7 - 1000 | 5 Ghz |
2222

2323
Today, new access points and computers support all a/b/g/n/ac standards, and most embedded devices offer only a/b/g/n capability. The device and the access point negotiate speed and standard automatically without requiring a user configuration.git check.
2424

docs/api/drivers/CAN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ Controller-Area Network (CAN) is a bus standard that allows microcontrollers and
1414

1515
This example sends a counter from one CAN bus (can1) and listens for a packet on the other CAN bus (can2). Each bus controller should be connected to a CAN bus transceiver. These should be connected together at a CAN bus.
1616

17-
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-snippet-CAN_ex_1/tree/v6.5)](https://github.com/ARMmbed/mbed-os-snippet-CAN_ex_1/blob/v6.5/main.cpp)
17+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-snippet-CAN_ex_1/tree/v6.7)](https://github.com/ARMmbed/mbed-os-snippet-CAN_ex_1/blob/v6.7/main.cpp)

docs/api/drivers/I2C.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ The I2C protocol supports up to 127 devices per bus, and its default clock frequ
1616

1717
## I2C hello, world
1818

19-
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-snippet-I2C_ex_1/tree/v6.5)](https://github.com/ARMmbed/mbed-os-snippet-I2C_ex_1/blob/v6.5/main.cpp)
19+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-snippet-I2C_ex_1/tree/v6.7)](https://github.com/ARMmbed/mbed-os-snippet-I2C_ex_1/blob/v6.7/main.cpp)

0 commit comments

Comments
 (0)