zephyr/include/zephyr
Alberto Escolar Piedras dc24583858 net: sockets_offload: Fix build error with NO_OPTIMIZATIONS
When CONFIG_NO_OPTIMIZATIONS 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
`socket_offload_getaddrinfo'
in function `zsock_freeaddrinfo': undefined reference to
`socket_offload_freeaddrinfo'

Instead of relaying on that function being inlined and the
if'ed code being removed, let's just use the preprocessor.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2025-06-16 14:04:40 -04:00
..
acpi
app_memory kernel: typedef k_mem_domain_t and _mem_domain_info_t 2025-04-17 00:57:19 +02:00
arch doc: kernel: Clarify relationship between direct and ZLI interrupts 2025-06-06 14:49:16 +01:00
audio
bluetooth Bluetooth: Add API to obtain ACL connection corresponding to a2dp 2025-06-10 13:28:16 +02:00
canbus
console
crypto
data json: improve parsing and serializing of integers 2025-04-11 06:32:50 +02:00
debug doc: doxygen: group debugging APIs 2025-04-18 17:46:50 +02:00
devicetree devicetree: fixed-partition: Add sub-partition macros 2025-06-11 10:13:56 -07:00
dfu
display cfb: typo fixes 2025-04-02 10:30:50 +02:00
drivers include: zephyr: Add the stm32u3 clock control and the reset register 2025-06-16 13:59:38 -04:00
dsp
dt-bindings drivers: pinctrl: Add support for RZ/V2N 2025-06-16 14:00:22 -04:00
fs fs: zms: clarify need to re-mount after zms_clear 2025-03-31 14:32:08 +02:00
input
internal
ipc
kernel kernel: remove kernel/internal/smp.h 2025-04-29 02:42:09 +02:00
linker zephyr/linker: Move .tbss section back to ROMABLE_REGION 2025-06-11 08:14:46 +02:00
llext llext: add context save and restore 2025-06-10 12:52:38 -04:00
logging logging: backend: mqtt 2025-06-11 16:18:51 -07:00
lorawan lorawan: add link check support. 2025-04-17 17:23:12 +02:00
math
mem_mgmt
mgmt mgmt: hawkbit: interface support for ip addresses and domain name 2025-05-28 11:08:53 +02:00
misc
modbus modbus: serial: Add non-compliant mode with custom stop-bit settings 2025-06-10 12:53:23 -04:00
modem gnss: u_blox_f9p: Introduce High-precision GNSS module 2025-06-04 08:44:59 +02:00
multi_heap
net net: sockets_offload: Fix build error with NO_OPTIMIZATIONS 2025-06-16 14:04:40 -04:00
platform
pm pm: policy: fix mocks of CONFIG_PM_POLICY_DEVICE_CONSTRAINTS 2025-06-05 09:34:31 +02:00
pmci/mctp pmci: Move MCTP into the PMCI subsys 2025-04-21 12:43:33 +02:00
portability portability: cmsis: Avoid copying objects names into control block 2025-04-14 20:03:19 +02:00
posix Revert "posix: net: move static inline gethostname() to lib definition" 2025-05-30 08:27:19 -04:00
psa
random
retention
rtio rtio: API version 0.2.0, unstable 2025-05-14 23:35:15 +02:00
sd
sensing
settings settings: zms: code style clean up 2025-05-15 17:53:26 +02:00
shell shell: fix alignment issue 2025-06-11 08:56:04 -07:00
sip_svc
stats
storage storage/stream_flash: Fix description of erased_up_to 2025-05-02 16:10:17 +01:00
sys lib: min_heap: Add min-heap data structure 2025-06-07 13:29:24 +01:00
task_wdt task_wdt: Add suspend and resume API functions 2025-04-02 13:05:14 +02:00
timing
toolchain toolchain: xcc: define __deprecated only if not already defined 2025-06-11 16:10:53 -07:00
tracing kernel: kheap: decouple simple alloc from aligned_alloc 2025-04-01 22:13:04 +02:00
usb usb: device_next: add the missing const qualifier and save some RAM 2025-06-13 14:29:30 +02:00
usb_c usbc: fix errors in TCPC_REG_PD_REV and TCPC_REG_PD_INT_REV macros 2025-05-27 11:50:29 +02:00
video drivers: video: dcmipp: add functions for external ISP functions usage 2025-06-06 10:10:58 +02:00
virtio docs: virtio: add virtio docs 2025-06-02 17:37:07 +02:00
xen
zbus api: zbus: Make zbus a stable API 2025-05-23 15:30:48 +02:00
zvfs
bindesc.h
cache.h
device.h device: Provide de-init device function only if requested 2025-06-03 17:08:50 +02:00
devicetree.h devicetree: Enhance DT_ENUM_HAS_VALUE macro for arrays 2025-06-12 11:44:46 +02:00
fatal_types.h
fatal.h
init.h
irq_multilevel.h
irq_nextlevel.h style: add missing curly braces in if/while/for statements. 2025-05-17 14:10:33 +02:00
irq_offload.h
irq.h doc: kernel: Clarify relationship between direct and ZLI interrupts 2025-06-06 14:49:16 +01:00
kernel_includes.h kernel: remove kernel/internal/smp.h 2025-04-29 02:42:09 +02:00
kernel_structs.h kernel_structs: Add macro CPU_ID for getting current CPU ID 2025-04-08 08:57:57 +02:00
kernel_version.h doc: doxygen: add @brief to few APIs 2025-04-18 17:46:50 +02:00
kernel.h include: kernel: Fix typo 2025-06-12 13:42:21 +02:00
net_buf.h
shared_irq.h
smf.h
spinlock.h
sw_isr_table.h arch/common: Mark interrupt tables const when !DYNAMIC_INTERRUPTS 2025-06-10 22:13:09 +02:00
sys_clock.h kernel: fix timeout bugs 2025-06-11 09:56:13 +02:00
syscall.h
toolchain.h toolchain: Add IAR warning macros 2025-03-25 22:15:32 +01:00
types.h misc: Restrict linkage for main to freestanding 2025-04-03 15:26:23 -07:00