zephyr/samples
Jukka Rissanen ac3cb9dac0 net: Change the net_linkaddr struct to not use pointers
Previously the net_linkaddr struct had pointers to the link address.
This is error prone and difficult to handle if cloning the packet as
those pointers can point to wrong place. Mitigate this issue by
allocating the space for link address in net_linkaddr struct. This will
increase the size of the net_pkt by 4 octets for IEEE 802.15.4 where the
link address length is 8, but there no increase in size if link address
is 6 bytes like in Ethernet/Wi-Fi.

Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
2025-03-17 16:25:22 +01:00
..
application_development samples: code_relocation_nocopy: Add configuration for nRF54H20 DK 2025-03-07 19:42:46 +01:00
arch tests/samples: use integration platforms where possible 2025-03-11 11:35:15 +01:00
basic samples: hash_map: use sample identifier for samples 2025-03-15 00:35:23 +01:00
bluetooth tests: bsim: Bluetooth: broadcast_audio_source interleaved/sequential 2025-03-17 16:24:33 +01:00
boards Revert "drivers: gpio_cc13xx_cc26xx: Update for latest sdk" 2025-03-17 13:55:34 +01:00
cpp
drivers drivers: watchdog: siwx91x: Add siwx91x WDT driver 2025-03-17 13:56:24 +01:00
fuel_gauge boards: adafruit: add initial support for esp32s3 feather 2025-03-14 17:53:13 +01:00
hello_world samples: hello_world: set minimum flash requirement to 16K 2025-03-04 17:28:33 +01:00
kernel samples, tests: remove usage of space-separated lists 2024-12-04 14:14:53 -05:00
modules samples/*/lvgl: Remove native_posix overlays 2025-03-07 19:16:14 +01:00
net net: Change the net_linkaddr struct to not use pointers 2025-03-17 16:25:22 +01:00
philosophers
posix boards native_posix: Remove twister support 2025-03-07 19:16:14 +01:00
psa secure_storage: use hybrid key store in samples/tests 2025-03-14 14:51:58 +01:00
sensor samples: sensor: veml6031: add attribution test application 2025-03-14 14:40:12 +01:00
shields tests/samples: use integration platforms where possible 2025-03-11 11:35:15 +01:00
subsys sample: nvs: add NVS sample Kconfig 2025-03-17 13:57:54 +01:00
synchronization
sysbuild samples, tests: remove usage of space-separated lists 2024-12-04 14:14:53 -05:00
tfm_integration samples: tfm_integration: Update regression test dependencies 2025-01-20 11:43:32 +01:00
userspace samples: userspace: prod_consumer: Update API to use DEVICE_API macro 2025-01-24 01:15:19 +01:00
index.rst
sample_definition_and_criteria.rst