You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Summary
Zephyr [recently deprecated](zephyrproject-rtos/zephyr#69950)
the `CONFIG_NET_SOCKETS_POSIX_NAMES` option, which was was previously
`y` by default when `CONFIG_POSIX_API=n` but is now n by default.
This option matters because it adds the POSIX API to the `net/socket.h`
header, which we reference in `memfault_platform_http.c`. This fix
instead makes our http client code include the `posix/*` headers to get
the POSIX API.
### Test Plan
Builds successfully.
0 commit comments