lishuang.xie
c42c2cea82
update dev_ck_v2.1_feature#1609 to dev_ck_v2.1
...
1. add error return(inc/err_num.h and osp/inc/err_num.h)
2. change the task init function:
old: typedef void(*OSP_TASKINIT_FUNC)(void);
new: typedef int(*OSP_TASKINIT_FUNC)(void);
3. osp_task_create:
3.1 before create task should call the init function first
3.2 if the init function return error, don't call the create task, return error
4. Test:
4.1 spu_case0_arm_case0_cpri: Pass
4.2 spu_case14_arm_case20_cpri: Pass
4.3 spu_case20_arm_case20_cpri: Pass
4.4 spu_case21_arm_case21_cpri: Pass
4.5 spu_case34_arm_case5: Pass
4.6 spu_case44_arm_case5: Pass
4.7 spu_case20_arm_case20_task_ok: Pass
4.8 spu_case20_arm_case20_task_ng: Pass
2024-01-29 09:54:23 +08:00
lishuang.xie
4da71189f9
1. update Feature Enhancement#1353 to dev_ck_v2.1
...
2. update Feature Enhancement#1360 to dev_ck_v2.1
3. add test macro: OSP_DEBUG_TEST
4. TASK_MAX: 64 --> 20 (task num and timer task num)
5. one slot supports max 20 tasks
6. TEST:
6.1 spu(case0)+arm(case0): pass
6.2 spu(case14)+arm(case20): pass
6.3 spu(case20)+arm(case20): pass
6.4 spu(case21)+arm(case21): pass
6.5 spu(case34)+arm(case5): pass
6.6 spu(case44)+arm(case5): pass
2023-12-05 19:55:38 +08:00
lishuang.xie
b4919a9c92
1. update New Feature#1006
...
2. modify case 0: LTE 2 ape testcase(1 cell)
3. modify case 20: NR 4 ape testcase(1 cell)
4. modify case 21: NR 8 ape testcase(2 cell)
5. modify case 22: LTE 8 ape testcase(2 cell)
2023-08-23 16:18:40 +08:00
xinxin.li
61a8435a6d
> 1. 增加cpri模式,帧头提前2ms的功能,UCP4008-SL-EVB New Feature #926 ;
...
> 2. 系统平台lib库更新;
> 3. 增加单模模式下,双小区的删建功能;
> 4. 回归测试case:case21/case22(NR15K)/case34/case37/case68(LTE)
2023-08-18 20:30:52 +08:00
chao1.wang
d74566ec2c
First commit
2023-07-13 11:27:03 +08:00