Skip to content

Commit 8a87d16

Browse files
authored
Merge pull request #101125 from gregman-msft/patch-10
added arduino, updated ios platform support docs
2 parents 4d04278 + 74b92a9 commit 8a87d16

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/iot-hub/iot-hub-device-sdk-platform-support.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,11 @@ The [Azure IoT Hub C device SDK](https://github.com/Azure/azure-iot-sdk-c) is te
4242
| OS | TLS library | Additional requirements |
4343
|---------------------|------------------------------|---------------------------------------------------------------------------------------------|
4444
| Linux | OpenSSL, WolfSSL, or BearSSL | Berkeley sockets</br></br>Portable Operating System Interface (POSIX) |
45-
| iOS 12.2 | OpenSSL or Native OSX | XCode emulated in OSX 10.13.4 |
45+
| iOS 12.2 | OpenSSL | XCode emulated in OSX 10.13.4 |
4646
| Windows 10 family | SChannel | |
4747
| Mbed OS 5.4 | Mbed TLS 2 | [MXChip IoT dev kit](https://microsoft.github.io/azure-iot-developer-kit/) |
4848
| Azure Sphere OS | WolfSSL | [Azure Sphere MT3620](https://azure.microsoft.com/services/azure-sphere/get-started/) |
49+
| Arduino | BearSSL | [ESP32 or ESP8266](https://github.com/Azure/azure-iot-arduino#simple-sample-instructions)
4950

5051
### Python SDK
5152

0 commit comments

Comments
 (0)