fix: 中断向量表对齐大小支持可配置

根据板端实际设置中断向量表对齐大小,支持可配置。

fix #I4M20E

Signed-off-by: kenneth <zhushangyuan@huawei.com>
This commit is contained in:
kenneth
2021-12-14 14:37:29 +08:00
parent 5a7fabe4f8
commit cf9c8387e3
11 changed files with 19 additions and 16 deletions

View File

@@ -631,6 +631,14 @@ extern UINT8 *m_aucSysMem0;
#define LOSCFG_PLATFORM_HWI_WITH_ARG 0
#endif
/**
* @ingroup los_config
* Configuration item to set interrupt vector align size.
*/
#ifndef LOSCFG_ARCH_HWI_VECTOR_ALIGN
#define LOSCFG_ARCH_HWI_VECTOR_ALIGN 0x100
#endif
#ifdef __cplusplus
#if __cplusplus
}