Closed joelguittet closed 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.
CONFIG_NET_SOCKETS_POSIX_NAMES
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
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
.