update feature#1642# to dev_ck_v2.1
1. the osp_signal_init function removed from libmsgtransfer.a 2. the osp_signal_init function callde by main 3. Test 3.1 spu_case0_arm_case0_cpri: Pass 3.2 spu_case14_arm_case20_cpri:Pass 3.3 spu_case20_arm_case20_cpri:Pass 3.4 spu_case21_arm_case21_cpri:Pass 3.5 spu_case34_arm_case5: Pass 3.6 spu_case44_arm_case5: Pass
This commit is contained in:
parent
592a809dd5
commit
97808c3525
@ -33,6 +33,8 @@ int32_t test_case(uint32_t argc, int32_t* argvp);
|
||||
extern OSP_STATUS osp_init();
|
||||
extern int32_t osp_set_taskcpu(uint8_t cpu, uint8_t pri);
|
||||
extern uint8_t osp_sw_queue_init();
|
||||
extern int32_t osp_signal_init(void);
|
||||
|
||||
|
||||
#ifdef ENABLE_JESD_TEST
|
||||
extern int32_t UCP_API_RFIC_CellInit(void);
|
||||
@ -132,6 +134,7 @@ int32_t main(int32_t argc, char* argvp[])
|
||||
osp_set_taskcpu(7, 95);
|
||||
drv_init();
|
||||
init_stc();
|
||||
osp_signal_init();
|
||||
|
||||
#ifdef PALLADIUM_TEST
|
||||
UCP_PRINT_DEBUG("entered testmode.");
|
||||
|
Loading…
x
Reference in New Issue
Block a user