Skip to content

Commit f8a376a

Browse files
authored
Merge pull request #50305 from yzhong94/master
Update platform support for TI port
2 parents ead557a + 43399ea commit f8a376a

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Microsoft supports a variety of operating systems/platforms/frameworks and can b
1919
- Provide installation guide or packages if applicable
2020
- Full support on GitHub
2121

22-
In addition, a list of partners has ported our C SDK on to more platforms and they are maintaining the platform abstraction layer (PAL). [Azure Certified for IoT Device Catalog](https://catalog.azureiotsolutions.com/) also features a list of OS platforms the various SDKs have been tested against. In addition, the SDKs also regularly build on these platforms, with limited testing and support:
22+
In addition, a list of partners has ported our C SDK on to more platforms and they are maintaining the platform abstraction layer (PAL). [Azure Certified for IoT Device Catalog](https://catalog.azureiotsolutions.com/) also features a list of OS platforms the various SDKs have been tested against. The SDKs also regularly build on these platforms, with limited testing and support:
2323
- MBED2
2424
- Arduino
2525
- Windows CE 2013 (deprecate in October 2018)
@@ -71,14 +71,15 @@ In addition, a list of partners has ported our C SDK on to more platforms and th
7171
| Windows Server 2016 | X64 | Java 8 |
7272

7373
## Partner supported platforms
74+
Customers can extend our platform support by porting the Azure IoT C SDK, specifically, creating the platform abstraction layer (PAL) of the SDK. Microsoft works with partners to provide extended support. A list of partners has ported the C SDK on to more platforms and maintaining the PAL.
7475
| Partner | Devices | Link | Support |
7576
|---------------------|------------------------------------|--------------------------|---------|
77+
| Espressif | ESP32 <br/> ESP8266 | [Esp-azure](https://github.com/espressif/esp-azure) | [GitHub](https://github.com/espressif/esp-azure)
7678
| Qualcomm | Qualcomm MDM9206 LTE IoT Modem | [Qualcomm LTE for IoT SDK](https://developer.qualcomm.com/software/lte-iot-sdk) | [Forum](https://developer.qualcomm.com/forums/software/lte-iot-sdk) |
77-
| ST Microelectronics | STM32L4 Series STM32F4 Series | [X-CUBE-CLOUD](https://www.st.com/content/st_com/en/products/embedded-software/mcus-embedded-software/stm32-embedded-software/stm32cube-expansion-packages/x-cube-cloud.html) | [Support](https://www.st.com/content/st_com/en/support/support-home.html) |
78-
| | STM32F7 Series | [X-CUBE-AZURE](https://www.st.com/content/st_com/en/products/embedded-software/mcus-embedded-software/stm32-embedded-software/stm32cube-expansion-packages/x-cube-azure.html) | |
79-
| | STM32L4 Discovery Kit for IoT node | [P-NUCLEO-AZURE](https://www.st.com/content/st_com/en/products/evaluation-tools/solution-evaluation-tools/communication-and-connectivity-solution-eval-boards/p-nucleo-azure1.html) | |
80-
| | | [FP-CLD-AZURE](https://www.st.com/content/st_com/en/products/embedded-software/mcus-embedded-software/stm32-embedded-software/stm32-ode-function-pack-sw/fp-cld-azure1.html) | |
81-
| Espressif | ESP32 | [Esp-azure](https://github.com/espressif/esp-azure) | [GitHub](https://github.com/espressif/esp-azure) |
79+
| ST Microelectronics | STM32L4 Series <br/> STM32F4 Series <br/> STM32F7 Series <br/> STM32L4 Discovery Kit for IoT node | [X-CUBE-CLOUD](https://www.st.com/content/st_com/en/products/embedded-software/mcus-embedded-software/stm32-embedded-software/stm32cube-expansion-packages/x-cube-cloud.html) <br/> [X-CUBE-AZURE](https://www.st.com/content/st_com/en/products/embedded-software/mcus-embedded-software/stm32-embedded-software/stm32cube-expansion-packages/x-cube-azure.html) <br/> [P-NUCLEO-AZURE](https://www.st.com/content/st_com/en/products/evaluation-tools/solution-evaluation-tools/communication-and-connectivity-solution-eval-boards/p-nucleo-azure1.html) <br/> [FP-CLD-AZURE](https://www.st.com/content/st_com/en/products/embedded-software/mcus-embedded-software/stm32-embedded-software/stm32-ode-function-pack-sw/fp-cld-azure1.html) | [Support](https://www.st.com/content/st_com/en/support/support-home.html)
80+
| Texas Instruments | CC3220SF Launchpad <br/> CC3220S Launchpad <br/> MSP432E4 Launchpad | [Azure IoT Plugin for SimpleLink](https://github.com/TexasInstruments/azure-iot-pal-simplelink) | [TI E2E Forum](https://e2e.ti.com) <br/> [TI E2E Forum for CC3220](https://e2e.ti.com/support/wireless_connectivity/simplelink_wifi_cc31xx_cc32xx/) <br/> [TI E2E Forum for MSP432E4](https://e2e.ti.com/support/microcontrollers/msp430/) |
81+
82+
8283

8384
## Next steps
8485
- [Device and service SDKs](iot-hub-devguide-sdks.md)

0 commit comments

Comments
 (0)