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:
Christopher Collins
2018-02-05 11:34:47 -08:00
parent 2f3c674d01
commit 34c36c1d50
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -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:
+1
View File
@@ -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:
+1
View File
@@ -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: