mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-08-25 11:19:57 +00:00
Use task_priority type for task priority syscfg.
This allows newt to report priority conflicts at build time. X-Original-Commit: 1672c2983e0ce7eac6704397d489021a10b318df
This commit is contained in:
@@ -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