fix: 中断向量表对齐大小支持可配置
根据板端实际设置中断向量表对齐大小,支持可配置。 fix #I4M20E Signed-off-by: kenneth <zhushangyuan@huawei.com>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user