ceeafc6744
* Add setting free ptr to NULL * fix tab issues * fixed more tab issues |
||
---|---|---|
.. | ||
freertos | ||
generic | ||
inc | ||
ios-osx | ||
linux | ||
lwip | ||
mbed_os5 | ||
windows | ||
README.md | ||
agenttime.c | ||
socket_async.c | ||
tickcounter.c | ||
tlsio_options.c |
README.md
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.
azure-c-shared-utility/pal
This directory and its subfolders contain files for adapting various devices and operating systems to the Azure C Shared Utility.
Commonly used files
The directories
contain common files used by multiple devices and operating systems.
Specialized files
The remainder of the directories under azure-c-shared-utility/pal such as
- azure-c-shared-utility/pal/freertos
- azure-c-shared-utility/pal/lwip
- azure-c-shared-utility/pal/linux
contain files whose use specific to an operating system or other component.
Porting to new devices
Instructions for porting the Azure IoT C SDK to new devices are located here.