Merge branch 'dev_ck_v2.1_feature#1393#' into 'dev_ck_v2.1'

update New Feature#1393 to dev_ck_v2.1

See merge request ucp/driver/ucp4008_platform_spu!77
This commit is contained in:
Xianfeng Du 2023-12-22 03:18:42 +00:00
commit fd73292237

View File

@ -14,8 +14,10 @@ extern int osp_mem_init(void);
IM的地址空间0x0000 0000 -- 0x0003 FFFF256K
128K使IM地址空间0x0002 0000 -- 0x0003 FFFF128K
*/
//#define OSP_MEM_POOL_START (0x00020000) /* 平台内存管理的空间在IM内存空间 */
#define OSP_MEM_POOL_SIZE (0x00009400) /* 平台可分配的IM内存空间大小[32K(任务栈)+5K(配置文件4K+预留1K)=37K] */
//#define OSP_MEM_POOL_SIZE (0x00009400) /* 平台可分配的IM内存空间大小[32K(任务栈)+5K(配置文件4K+预留1K)=37K] */
#define OSP_MEM_POOL_SIZE (0x0000B400) /* 平台可分配的IM内存空间大小[40K(任务栈)+5K(配置文件2K+预留3K)=45K] */
#endif /* __OSP_MEM_H__ */