joelguittet / mender-mcu-client

Mender client for MCU, just because it's cool to have it
Apache License 2.0
37 stars 7 forks source link

platform: net: zephyr: remove usage of posix apis, prefer using zephyr native functions #44

Closed joelguittet closed 6 months ago

joelguittet commented 6 months ago

The purpose of this Pull Request is to remove usage of posix functions in the platform network zephyr implementation, and prefer zephyr native apis. This remove the dependency to CONFIG_NET_SOCKETS_POSIX_NAMES.

sonarcloud[bot] commented 6 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud