mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-08-11 04:27:58 +00:00
Merge pull request #792 from ccollins476ad/task-prio
Use `task_priority` type for task priority syscfg. X-Original-Commit: e17911e30947a29488b6ddfa7f469567971f5f01
This commit is contained in:
@@ -20,3 +20,6 @@
|
||||
|
||||
syscfg.vals:
|
||||
BLE_LL_CFG_FEAT_LE_CSA2: 1
|
||||
|
||||
# Prevent priority conflict with controller task.
|
||||
MCU_UART_POLLER_PRIO: 16
|
||||
|
||||
@@ -104,6 +104,7 @@ syscfg.defs:
|
||||
BLE_MESH_ADV_TASK_PRIO:
|
||||
description: >
|
||||
Advertising task prio (FIXME)
|
||||
type: task_priority
|
||||
value: 9
|
||||
|
||||
BLE_MESH_MSG_CACHE_SIZE:
|
||||
|
||||
@@ -85,6 +85,7 @@ syscfg.defs:
|
||||
|
||||
BLE_HCI_EMSPI_PRIO:
|
||||
description: The priority of the emspi task.
|
||||
type: task_priority
|
||||
value: 5
|
||||
|
||||
BLE_HCI_EMSPI_STACK_SIZE:
|
||||
|
||||
@@ -66,6 +66,7 @@ syscfg.defs:
|
||||
|
||||
BLE_SOCK_TASK_PRIO:
|
||||
description: 'Priority of the HCI socket task.'
|
||||
type: task_priority
|
||||
value: 9
|
||||
|
||||
BLE_SOCK_STACK_SIZE:
|
||||
|
||||
Reference in New Issue
Block a user