-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade msvc port to winsock2 #895
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #895 +/- ##
=======================================
Coverage 93.64% 93.64%
=======================================
Files 6 6
Lines 3179 3179
Branches 885 885
=======================================
Hits 2977 2977
Misses 95 95
Partials 107 107
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…ill fix the winsock.h issue
c3caa11
to
3cf56dd
Compare
3cf56dd
to
202d9e8
Compare
Kudos, SonarCloud Quality Gate passed! |
* Fix IAR GCC build for Qemu MPS2 * Add removed file * set trace facility to none
Description
MBedTLS swaps to using WinSock2.h in their files after the V3.3.0 Version.
Upgrade the MSVC port to use WinSock2.h inorder to be compatible with future mbedtls releases.
Test Steps
Ran tests in FreeRTOS/FreeRTOS
Checklist:
Related Issue
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.