mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-01 13:42:49 +00:00
Packet buffer is designed to run writer and reader code on two CPUs. The write function cannot be preempted by the read function in a CPU, or the cache management could result in data corruption. In the tests, the reader and the writer are executed on a single CPU. Disable data cache management to prevent potential data corruption. Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no> |
||
---|---|---|
.. | ||
bindesc/definition | ||
canbus/isotp | ||
debug | ||
dfu | ||
display/cfb/basic | ||
dsp | ||
edac | ||
emul | ||
fs | ||
input | ||
ipc | ||
jwt | ||
llext/simple | ||
logging | ||
lorawan | ||
mem_mgmt | ||
mgmt | ||
modbus | ||
modem | ||
openthread | ||
pm | ||
portability | ||
random/rng | ||
rtio | ||
sd | ||
sensing | ||
settings | ||
shell | ||
sip_svc | ||
storage | ||
testsuite/fff_fake_contexts | ||
tracing/tracing_api | ||
usb | ||
zbus |