Azure SDK for Embedded C for Arduino
Перейти к файлу
Raul Leclair 739c269478
Arduino nano RP2040 and portenta H7 samples (#51)
* Merging nano and portenta samples

* Addressing comments

* Addressing comments Central Arduino Nano

* Addressing comments Central Arduino Portenta

* Adding support for ECCX08 with hmac update

* Renaming and removing mbedtls includes

* Adding install instructions for ArduinoECCX08

* Addressing comments
2023-01-12 11:21:39 -08:00
.github/workflows Code style the files (#37) 2022-11-08 20:34:12 -05:00
examples Arduino nano RP2040 and portenta H7 samples (#51) 2023-01-12 11:21:39 -08:00
src Update to get ADU GA patch 2022-12-02 17:38:46 -08:00
tools Add documentation to Update-Library.ps1 2022-12-02 17:33:13 -08:00
.clang-format Code style the files (#37) 2022-11-08 20:34:12 -05:00
.gitignore support 64 byte DSP/Central keys 2022-09-29 17:19:27 -07:00
CODE_OF_CONDUCT.md CODE_OF_CONDUCT.md committed 2021-11-18 11:49:43 -08:00
LICENSE LICENSE committed 2021-11-18 11:49:45 -08:00
README.md Code style the files (#37) 2022-11-08 20:34:12 -05:00
SECURITY.md SECURITY.md committed 2021-11-18 11:49:46 -08:00
SUPPORT.md SUPPORT.md committed 2021-11-18 11:49:45 -08:00
library.properties Bump arduino lib version to 1.1.2 2022-12-05 10:08:35 -08:00

README.md

Project

The Arduino library is built from the Azure Embedded SDK for C. For more details about it, please refer to the official library website.

There are several other alternatives to get MCU-based devices connected to Azure. See Other Azure IoT SDKs to learn more.

This library package contains the following samples. Please refer to their documentation for setup and execution instructions:

What is the difference between IoT Hub and IoT Central samples?

  1. IoT Hub samples will get devices connected directly to Azure IoT Hub
  2. IoT Central samples will leverage DPS (Device Provisioning Service) to provision the device and then connect it to Azure IoT Central.

Please note that provisioning through DPS is mandatory for IoT Central scenarios, but DPS can also be used for IoT Hub devices as well.

Contributing

For reporting any issues or requesting support, please open an issue on azure-sdk-for-c.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Fix Code Formatting

Run the following command from the root of the sdk with clang-format version 9.0.0.

find ./examples \( -iname '*.h' -o -iname '*.c' -o -iname '*.cpp' -o -iname '*.ino' \) -exec clang-format -i {} \;

Commit the resulting code formatting changes if there are any.

Reporting Security Issues and Security Bugs

Security issues and bugs should be reported privately, via email, to the Microsoft Security Response Center (MSRC) secure@microsoft.com. You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Further information, including the MSRC PGP key, can be found in the Security TechCenter.

License

This Azure SDK for C Arduino library is licensed under MIT license.

Azure SDK for Embedded C is licensed under the MIT license.