aws / aws-iot-device-sdk-embedded-C

SDK for connecting to AWS IoT from a device using embedded C.
MIT License
978 stars 625 forks source link

Make rt lib configurable #1765

Closed muneebahmed10 closed 2 years ago

muneebahmed10 commented 2 years ago

Issue #, if available:

Description of changes: The libraries implementing the interfaces of the POSIX.1b Realtime Extension may differ across platforms, so this change allows the name of the library to be specified with the -DLIB_RT_NAME= CMake option.

By submitting this pull request, I confirm that my contribution is made under the terms of the MIT license.