Hi all
We're developing an application for nrf9160 with zephyr-sdk v2.4.99-ncs2 and nrf-sdk v1.5.1.
In our project we are required to use a Library which forces us to use POSIX_API. This is mutually exclusive to NET_SOCKETS_POSIX_NAMES.
docs.zephyrproject.org/.../CONFIG_NET_SOCKETS_POSIX_NAMES.html
I would like to integrate FOTA Download Library which fails to build because of CONFIG_NET_SOCKETS_POSIX_NAMES=n.
To reproduce the problem try to build "nrf/samples/nrf9160/http_update/application_update/" with either POSIX_API=y or explicitely NET_SOCKETS_POSIX_NAMES=n.
Are there any plans to make the FOTA Library (and maybe others) POSIX compatible?
best regards