Alberto Escolar

Results 13 issues of Alberto Escolar

When CONFIG_NO_OPTIMIZATIONS=y (and CONFIG_NET_SOCKETS_OFFLOAD = n) the compiler will not inline socket_offload_dns_is_enabled(), which means calls to socket_offload* remain, and the linker will fail with in function `zsock_getaddrinfo': undefined reference to...

bug
area: Networking
Trivial

In #99169 the mayority of the Zephyr drivers were changed to use the Zephyr native net_ prefixed types, but some symbols were forgotten. Without these fixes/changes the code still builds...

area: Networking
area: Ethernet
platform: Silabs
area: Wi-Fi
area: Modem Drivers

subsys/crc/crc_shell: Fix includes To use the shell one does not need anymore to pull unistd.h, if one uses sys_getopt, we need to include sys/sys_getopt.h ------ tests: subsys: crc: Improve test...

area: Tests
area: CRC