openharmony_kernel_liteos_m/testsuites/sample/kernel/queue
zengwenlong 1b778c4267 feat: 增加内核queue在中断中进行读写操作的接口
方案描述:
1,基于 OsQueueOperate增加支持queue在中断中进行读写操作的接口。
BREAKING CHANGE:
增加支持queue在中断中进行读写操作的接口,需要适配接口描述:
适配API:

新增API:
UINT32 LOS_QueueReadCopyIsr(UINT32 queueID,   VOID *bufferAddr, UINT32 *bufferSize);
UINT32 LOS_QueueWriteCopyIsr(UINT32 queueID, VOID *bufferAddr, UINT32 bufferSize);
UINT32 LOS_QueueReadIsr(UINT32 queueID,VOID *bufferAddr,  UINT32 bufferSize);
UINT32 LOS_QueueWriteIsr(UINT32 queueID, VOID *bufferAddr,  UINT32 bufferSize);
UINT32 LOS_QueueWriteHeadIsr(UINT32 queueID, VOID *bufferAddr,UINT32 bufferSize);
UINT32 LOS_QueueWriteHeadCopyIsr(UINT32 queueID,  VOID *bufferAddr,UINT32 bufferSize);

Signed-off-by: zengwenlong <zengwenlong@openvalley.net>
2023-09-11 20:47:44 -07:00
..
BUILD.gn feat: 增加内核queue在中断中进行读写操作的接口 2023-09-11 20:47:44 -07:00
It_los_queue.c feat: 增加内核queue在中断中进行读写操作的接口 2023-09-11 20:47:44 -07:00
It_los_queue.h feat: 增加内核queue在中断中进行读写操作的接口 2023-09-11 20:47:44 -07:00
It_los_queue_001.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_002.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_003.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_004.c feat: synchronous los_hwicreate interface 2022-02-18 17:30:29 +08:00
It_los_queue_005.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_006.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_007.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_008.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_009.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_010.c chenliming@kaihongdigi.com: 队列支持变长读 2022-03-22 17:04:06 +08:00
It_los_queue_011.c chenliming@kaihongdigi.com: 队列支持变长读 2022-03-22 17:04:06 +08:00
It_los_queue_012.c chenliming@kaihongdigi.com: 队列支持变长读 2022-03-22 17:04:06 +08:00
It_los_queue_013.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_014.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_015.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_016.c test: 修正测试用例中固定的资源设定,修改为动态获取 2021-11-30 19:04:12 +08:00
It_los_queue_017.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_018.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_019.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_020.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_021.c fix: kernel接口融合,添加/修改kernel函数 2022-02-15 09:47:58 +08:00
It_los_queue_022.c feature:支持queue地址外部部署共功能及queue名字设置 2022-08-08 23:11:11 +08:00
It_los_queue_025.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_026.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_027.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_028.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_029.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_030.c fix: kernel接口融合,添加/修改kernel函数 2022-02-15 09:47:58 +08:00
It_los_queue_031.c feature:支持queue地址外部部署共功能及queue名字设置 2022-08-08 23:11:11 +08:00
It_los_queue_032.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_033.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_034.c test: 修正测试用例中固定的资源设定,修改为动态获取 2021-11-30 19:04:12 +08:00
It_los_queue_035.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_036.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_037.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_038.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_039.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_040.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_041.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_042.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_043.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_044.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_045.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_046.c kernel测试套适配xtensa及csky架构 2022-01-11 19:58:39 +08:00
It_los_queue_047.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_048.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_050.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_051.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_052.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_053.c feature:支持queue地址外部部署共功能及queue名字设置 2022-08-08 23:11:11 +08:00
It_los_queue_054.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_055.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_056.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_057.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_058.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_059.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_060.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_061.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_062.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_063.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_064.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_065.c fix: kernel接口融合,添加/修改kernel函数 2022-02-15 09:47:58 +08:00
It_los_queue_066.c fix: kernel接口融合,添加/修改kernel函数 2022-02-15 09:47:58 +08:00
It_los_queue_067.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_068.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_069.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_070.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_071.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_072.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_073.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_074.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_078.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_079.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_080.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_081.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_082.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_083.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_084.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_085.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_086.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_087.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_088.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_090.c test: 修正测试用例中固定的资源设定,修改为动态获取 2021-11-30 19:04:12 +08:00
It_los_queue_091.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_092.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_093.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_094.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_095.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_096.c feature:支持queue地址外部部署共功能及queue名字设置 2022-08-08 23:11:11 +08:00
It_los_queue_097.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_104.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_106.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_107.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_108.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_109.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_110.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_114.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_head_001.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_head_002.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_head_003.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_head_004.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_head_005.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_head_006.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_head_007.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_head_008.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_head_009.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_head_010.c chenliming@kaihongdigi.com: 队列支持变长读 2022-03-22 17:04:06 +08:00
It_los_queue_head_011.c chenliming@kaihongdigi.com: 队列支持变长读 2022-03-22 17:04:06 +08:00
It_los_queue_head_012.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_head_013.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_head_014.c chenliming@kaihongdigi.com: 队列支持变长读 2022-03-22 17:04:06 +08:00
It_los_queue_head_015.c fix: 告警修复 2022-03-22 18:29:16 +08:00
It_los_queue_head_016.c feature:支持queue地址外部部署共功能及queue名字设置 2022-08-08 23:11:11 +08:00
It_los_queue_head_019.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_head_020.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_head_021.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_head_022.c fix: kernel接口融合,添加/修改kernel函数 2022-02-15 09:47:58 +08:00
It_los_queue_head_023.c feature:支持queue地址外部部署共功能及queue名字设置 2022-08-08 23:11:11 +08:00
It_los_queue_head_024.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_head_025.c test: 修正测试用例中固定的资源设定,修改为动态获取 2021-11-30 19:04:12 +08:00
It_los_queue_head_026.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_head_027.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_head_028.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_head_029.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_head_030.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_head_031.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_head_032.c feat: 支持任务栈可配置 2022-02-21 09:08:05 +08:00
It_los_queue_head_038.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_head_039.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_head_040.c feature:支持queue地址外部部署共功能及queue名字设置 2022-08-08 23:11:11 +08:00
It_los_queue_head_041.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_head_042.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_queue_isr_001.c feat: 增加内核queue在中断中进行读写操作的接口 2023-09-11 20:47:44 -07:00
It_los_queue_isr_002.c feat: 增加内核queue在中断中进行读写操作的接口 2023-09-11 20:47:44 -07:00
It_los_queue_isr_003.c feat: 增加内核queue在中断中进行读写操作的接口 2023-09-11 20:47:44 -07:00
It_los_queue_isr_004.c feat: 增加内核queue在中断中进行读写操作的接口 2023-09-11 20:47:44 -07:00
It_los_queue_isr_005.c feat: 增加内核queue在中断中进行读写操作的接口 2023-09-11 20:47:44 -07:00
It_los_queue_isr_006.c feat: 增加内核queue在中断中进行读写操作的接口 2023-09-11 20:47:44 -07:00
It_los_queue_isr_007.c feat: 增加内核queue在中断中进行读写操作的接口 2023-09-11 20:47:44 -07:00
It_los_queue_isr_008.c feat: 增加内核queue在中断中进行读写操作的接口 2023-09-11 20:47:44 -07:00
It_los_queue_isr_009.c feat: 增加内核queue在中断中进行读写操作的接口 2023-09-11 20:47:44 -07:00
It_los_queue_isr_010.c feat: 增加内核queue在中断中进行读写操作的接口 2023-09-11 20:47:44 -07:00
It_los_queue_isr_011.c feat: 增加内核queue在中断中进行读写操作的接口 2023-09-11 20:47:44 -07:00
It_los_queue_isr_012.c feat: 增加内核queue在中断中进行读写操作的接口 2023-09-11 20:47:44 -07:00
It_los_queue_isr_013.c feat: 增加内核queue在中断中进行读写操作的接口 2023-09-11 20:47:44 -07:00
It_los_queue_isr_014.c feat: 增加内核queue在中断中进行读写操作的接口 2023-09-11 20:47:44 -07:00
It_los_queue_isr_015.c feat: 增加内核queue在中断中进行读写操作的接口 2023-09-11 20:47:44 -07:00
It_los_queue_isr_016.c feat: 增加内核queue在中断中进行读写操作的接口 2023-09-11 20:47:44 -07:00
It_los_queue_static_001.c fix:配置LOSCFG_BASE_IPC_QUEUE_STATIC后编译错误 2023-02-27 15:12:13 +08:00
It_los_queue_static_002.c fix:配置LOSCFG_BASE_IPC_QUEUE_STATIC后编译错误 2023-02-27 15:12:13 +08:00
It_los_queue_static_003.c fix:配置LOSCFG_BASE_IPC_QUEUE_STATIC后编译错误 2023-02-27 15:12:13 +08:00
It_los_queue_static_004.c fix:修复用例告警 2022-11-16 15:55:34 +08:00
It_los_queue_static_005.c fix:Werror开启告警清理 2023-01-30 10:10:07 +08:00
It_los_queue_static_006.c fix:配置LOSCFG_BASE_IPC_QUEUE_STATIC后编译错误 2023-02-27 15:12:13 +08:00
LLt_los_queue_003.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
Llt_los_queue_001.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00