kernel测试套适配xtensa及csky架构

Signed-off-by: gsshch <17326005269@163.com>
This commit is contained in:
LiteOS2021
2022-01-11 14:54:32 +08:00
committed by gsshch
parent 47c6ef37d7
commit dcda9dcfa3
42 changed files with 125 additions and 69 deletions

View File

@@ -38,8 +38,11 @@ extern "C" {
#endif /* __cplusplus */
#endif /* __cplusplus */
#if defined(__XTENSA_LX6__) || defined(__CSKY_V2__) // system ram is low, reduce memory usage
#define ICUNIT_CASE_SIZE 200
#else
#define ICUNIT_CASE_SIZE 1500
#endif
#define ICUNIT_SUIT_SIZE 200