From 7d4ce2c9ad7f26baec51a2547cfbe21b60cbe303 Mon Sep 17 00:00:00 2001 From: Marko Kiiskila Date: Tue, 25 Jun 2019 16:58:54 +0300 Subject: [PATCH] nimble/controller/test; adjust priorities of tasks spawned for native MCU. None should conflict with each other. --- nimble/controller/test/syscfg.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nimble/controller/test/syscfg.yml b/nimble/controller/test/syscfg.yml index acace4b31..6edad438b 100644 --- a/nimble/controller/test/syscfg.yml +++ b/nimble/controller/test/syscfg.yml @@ -20,4 +20,6 @@ syscfg.vals: BLE_LL_CFG_FEAT_LE_CSA2: 1 # Prevent priority conflict with controller task. - MCU_UART_POLLER_PRIO: 16 + MCU_TIMER_POLLER_PRIO: 1 + MCU_UART_POLLER_PRIO: 2 + NATIVE_SOCKETS_PRIO: 3