adf4e73d64
For transmit_message if the transmission is timed and underlying driver supports `IEEE802154_HW_SELECTIVE_TXCHANNEL` then use the selective txchannel feature for transmission. This does not change the current `channel` at the moment of call, the driver will transmit the message on the channel selected through `net_pkt_set_ieee802154_txchannel` then (after receiving an ACK if requested) it will return to the original channel. When Kconfig option IEEE802154_SELECTIVE_TXCHANNEL is turned on, the timed transmissions scheduled some time ahead on different channel will not abort ongoing reception until the exact moment of transmission comes. Signed-off-by: Andrzej Kuroś <andrzej.kuros@nordicsemi.no> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
alarm.c | ||
ble.c | ||
crypto_psa.c | ||
diag.c | ||
entropy.c | ||
logging.c | ||
memory.c | ||
misc.c | ||
openthread-core-zephyr-config.h | ||
platform-zephyr.h | ||
platform.c | ||
radio.c | ||
settings.c | ||
shell.c | ||
spi.c | ||
uart.c |