azure-iot-sdk-c/provisioning_service_client
Cristian Pop bba2267a15
Adding -Wstrict-prototypes gate validation (#2251)
* Partial fixes for -Wstrict-prototypes

* Adding strict-prototypes gate check.

* Updating submodules.

* Update CMakeLists.txt

Co-authored-by: Eric Wolz <ericwol@microsoft.com>

Co-authored-by: Eric Wolz <ericwol@microsoft.com>
2022-03-02 22:37:31 +00:00
..
inc/prov_service_client Update repos with latest sha (#1167) 2019-09-11 10:24:08 -07:00
samples Adding -Wstrict-prototypes gate validation (#2251) 2022-03-02 22:37:31 +00:00
src Adding -Wstrict-prototypes gate validation (#2251) 2022-03-02 22:37:31 +00:00
tests Test fixes (#2240) 2022-02-23 00:20:26 +00:00
CMakeLists.txt Untabify, remove trailing spaces, add new line at the end of the file 2018-09-07 19:16:04 +00:00
readme.md Cleanup initial readme and dev box setup (#1936) 2021-04-21 12:02:53 -06:00

readme.md

Microsoft Azure IoT Device Provisioning Service SDK for C

End of active development for service SDK

The Azure IoT Device Provisioning Service SDK for C is no longer under active development.

We will continue to fix critical bugs such as crashes, data corruption, and security vulnerabilities. We will NOT add any new feature or fix bugs that are not critical, however.

Azure IoT Service SDK support is available in higher-level languages (C#, Java, Node, Python).

The rest of this repo - for instance the the provisioning code that runs on devices themselves for deploying code to devices - continues to be under active development. This ending of new features only applies to code under this subfolder.