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

Add VxWorks RTOS support #1763

Closed yiting16 closed 2 years ago

yiting16 commented 2 years ago

Issue #, if available:

Description of changes: This adds VxWorks RTOS support, including:

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

jasonpcarroll commented 2 years ago

Thank you for contributing. The team is looking into it.

aggarg commented 2 years ago

This PR added the flexibility to configure LIB_RT_NAME. You should now be able to supply -DLIB_RT_NAME and -DPLATFORM_NAME on the command line.

I am closing this PR as this no longer seems needed. Feel free to re-open if you face any issue.