zephyr/tests
Piotr Pryga a8c18ff5f4 tests: Bluetooth: df: Fix build error, missing antenna config in DTS
The DF tests are implemented to be executed with nrf52_bsim platform.
The nrf52_bsim platform does not include Direction Finding Extenstion.
Due to that, radio_df.c compilation failed with error about missing
antenna configuration in DTS.

To solve the problem, I've changed nrf.cmake to include radio_df.c
file when CONFIG_BT_CTLR_DF is defined and CONFIG_SOC_SERIES_BSIM_NRFXX
is not definded.

Thanks to that any other platform is not affected. The file will not
build if there is no appropriate configuration or there are missing
features in a hardwared.

Unit tests have provided stub imlpementation or radio functionality.
If nrf52_bsim has implemented Direction Finding Extension, the
DF unit tests code will stil work and will not require additional
changes. Also content of the file is not affected by contional
compilation entries.

Signed-off-by: Piotr Pryga <piotr.pryga@nordicsemi.no>
2021-01-25 21:46:34 -05:00
..
application_development tests: add filter for some tests using newlib 2020-12-16 08:57:40 -05:00
arch x86: map all RAM if ACPI 2021-01-23 19:47:23 -05:00
benchmarks benchmarks: app_kernel: limits to 1 CPU 2021-01-15 13:06:33 -05:00
bluetooth tests: Bluetooth: df: Fix build error, missing antenna config in DTS 2021-01-25 21:46:34 -05:00
boards i2c_test: add a testcase to test i2c api for microchip board 2021-01-23 01:34:10 -05:00
crypto tests/mbedtls: increase stack size 2021-01-15 13:06:33 -05:00
deprecated/inttype
drivers tests: i2c_slave_api: make dual role support optional 2021-01-21 09:27:35 -06:00
kernel tests: thread: refine the thread abort test case 2021-01-24 14:18:00 -05:00
lib tests/mem_alloc: check that malloc() objects can be accessed 2021-01-24 10:11:11 -05:00
misc/test_build
net tests: Socket receive timeout option 2021-01-19 17:11:25 -05:00
portability samples: cmsis_rtos_v2: increase stack 2021-01-20 16:45:31 -05:00
posix
subsys power: Use substate-id in pm subsystem 2021-01-22 09:31:20 -05:00
unit lib/timeutil: add utilities to manage local/reference clock alignment 2021-01-20 16:38:56 -05:00
ztest tests: ztest: add test cases and example for fatal handler hook 2021-01-13 09:05:31 -05:00