zephyr/tests
Kamil Kasperczyk 27ed1c3e13 net: openthread: radio: Removed retranssmisions from radio caps.
Zephyr platform does not support MAC retransmissions on its own,
so OT_RADIO_CAPS_TRANSMIT_RETRIES capability was removed.
It should not be enabled basing on IEEE802154_HW_CSMA support,
as these are quite seperate features. Current implementation
assumes that platform performs retransmissions on its own,
what is not provided and leads to lack of MAC retransmissions.

Signed-off-by: Kamil Kasperczyk <kamil.kasperczyk@nordicsemi.no>
2020-08-07 12:35:20 +02:00
..
application_development zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
arch toolchain: add Z_POW2_CEIL() 2020-07-30 21:11:14 -04:00
benchmarks benchmarks: timing_info: re-word thread abort actions 2020-07-30 10:44:41 -04:00
bluetooth Bluetooth: controller: Add ll_adv_aux_set_clear function 2020-08-05 12:52:42 +02:00
boards tests: Align all drivers using user_data for callback 2020-07-30 09:48:00 +02:00
crypto tests/samples: enable for integration testing 2020-07-30 08:00:03 -04:00
deprecated zephyr: Use deprecated instead of legacy for Kconfig int types 2020-06-09 06:49:56 -05:00
drivers tests: clock_control: Check return error 2020-08-06 18:56:37 -04:00
kernel tests: threads: mark cpu_mask skipped where it does not run 2020-08-06 12:07:38 -05:00
lib devicetree: add accessors with default values 2020-08-04 07:35:26 -05:00
misc/test_build tests/samples: enable for integration testing 2020-07-30 08:00:03 -04:00
net tests: net: poll: Increase the TX/RX pkt counts and MAX_CONN 2020-08-07 10:35:48 +03:00
portability tests: portability: cmsis_rtos_v1: Fix systick test 2020-07-09 11:21:03 +02:00
posix tests/posix/fs: Fix missing close in error paths 2020-08-05 08:04:29 -04:00
shell shell: correct build-in commands definition 2020-07-31 11:54:34 +02:00
subsys net: openthread: radio: Removed retranssmisions from radio caps. 2020-08-07 12:35:20 +02:00
unit Revert "tests: dlist to add a testcase and add some tags" 2020-07-02 14:40:20 -05:00
ztest tests/samples: enable for integration testing 2020-07-30 08:00:03 -04:00