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:
ccollins476ad
2018-02-20 14:40:53 -08:00
committed by GitHub
4 changed files with 6 additions and 0 deletions
+3
View File
@@ -20,3 +20,6 @@
syscfg.vals:
BLE_LL_CFG_FEAT_LE_CSA2: 1
# Prevent priority conflict with controller task.
MCU_UART_POLLER_PRIO: 16
+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: