mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-09-06 17:20:04 +00:00
nimble/controller/test; adjust priorities of tasks spawned for
native MCU. None should conflict with each other.
This commit is contained in:
committed by
mkiiskila
parent
71191a5c94
commit
7d4ce2c9ad
@@ -20,4 +20,6 @@ syscfg.vals:
|
|||||||
BLE_LL_CFG_FEAT_LE_CSA2: 1
|
BLE_LL_CFG_FEAT_LE_CSA2: 1
|
||||||
|
|
||||||
# Prevent priority conflict with controller task.
|
# 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
|
||||||
|
|||||||
Reference in New Issue
Block a user