12 lines
385 B
Python
Executable File
12 lines
385 B
Python
Executable File
#!/usr/bin/env python
|
|
# coding:utf-8
|
|
# Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2022-2023. All rights reserved.
|
|
|
|
LOSCFG_BASE_IPC_QUEUE_LIMIT = 30
|
|
LOSCFG_BASE_CORE_SWTMR_LIMIT = 50
|
|
LOSCFG_BASE_IPC_SEM_LIMIT = 30
|
|
LOSCFG_PLATFORM_HWI_LIMIT = 96
|
|
configHWI_MAX_VECTOR_CNT = 152
|
|
configQUEUE_REGISTRY_SIZE = 8
|
|
configMAX_PRIORITIES = 56
|
|
configMAX_TASK_NAME_LEN = 16 |