zephyr/tests
Lingao Meng 37e561f42e Bluetooth: Host: Add choice select whether BT RX
Change CONFIG_BT_RECV_IS_RX_THREAD into a
choice:CONFIG_BT_RECV_CONTEXT with the following options
(names can be discussed further of course):

    CONFIG_BT_RECV_BLOCKING
    CONFIG_BT_RECV_WORKQ_BT
    CONFIG_BT_RECV_WORKQ_SYS

This way users would be able to choose what to run most of
the BLE stack on, they wouldn't be forced to a single model.

We would default to CONFIG_BT_RECV_BLOCKING so that we wouldn't
need to change the system workqueue stack size by default, instead
asking users to do so if they select the CONFIG_BT_RECV_WORKQ_SYS option

Signed-off-by: Lingao Meng <menglingao@xiaomi.com>
2022-04-11 10:58:09 +02:00
..
application_development/gen_inc_file kconfig: Rename the ZTEST stack size option to align with the rest 2022-02-22 08:23:05 -05:00
arch tests: Change duplicated names of the test cases 2022-03-30 17:42:01 -04:00
benchmarks tests: Change duplicated names of the test cases 2022-03-30 17:42:01 -04:00
bluetooth Bluetooth: Host: Add choice select whether BT RX 2022-04-11 10:58:09 +02:00
boards util: convert wait_for macro to uppercase 2022-04-04 09:50:28 -05:00
boot/uefi tests: uefi: move uefi test out of hello world 2021-10-22 06:36:51 -04:00
cmake/config_dir cmake: APPLICATION_CONFIG_DIR support implemented 2021-11-10 08:25:36 -05:00
crypto tests: tinycrypt: fix test output 2022-04-08 09:36:34 +02:00
drivers tests: drivers: can: api: check frames in test_send_receive_msgq() 2022-04-11 10:16:49 +02:00
kernel include: remove unnecessary autoconf.h includes 2022-04-05 11:18:20 +02:00
lib tests: sprintf: fix integration_platforms 2022-04-08 09:31:01 +02:00
misc test: mpu: Add arm_mpu_regions test 2022-04-05 11:16:31 +02:00
net tests: net: tcp: Add new tests for get/set SO_SNDBUF 2022-04-11 10:23:31 +02:00
posix posix: Fix pthread_once has incorrect behavior 2022-04-05 10:38:30 -07:00
subsys include: Prefix includes to use a scope 2022-04-08 19:03:32 +02:00
unit sys: util: Change return type of ARRAY_SIZE to size_t 2022-03-23 14:09:23 +01:00
ztest tests: Change duplicated names of the test cases 2022-03-30 17:42:01 -04:00