openharmony_kernel_liteos_m/testsuites/sample/kernel/mem
LiteOS2021 cee9714a90 fix: kernel接口融合,添加/修改kernel函数
kernel接口融合,添加/修改kernel函数

BREAKING CHANGE:
新增接口:
LOS_TaskResRecycle
LOS_CurrNanosec
LOS_MDelay
接口修改:
LOS_QueueCreate:第一个入参添加const修饰并增加一种异常情况处理
los_memory.c中 OS_ERROR 修改为LOS_NOK,重定义LOS_NOK为(UINT32)-1。
接口位置转移:
LOS_UDelay 由los_task.h/.c 转移到los_tick.h/.c 
宏修改:
LOS_ERRNO_MUX_PEND_INTERR 改名为 LOS_ERRNO_MUX_IN_INTERR
增加宏:

Signed-off-by: LiteOS2021 <dinglu@huawei.com>
2022-02-15 09:47:58 +08:00
..
BUILD.gn chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_mem.h chore: replace YES/NO macros to 1/0 2021-11-16 01:21:00 +08:00
It_los_mem_001.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_mem_002.c fix: 修复L0_Emulator 门禁高概率失败的问题 2021-12-20 15:34:08 +08:00
It_los_mem_003.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_mem_004.c fix: kernel接口融合,添加/修改kernel函数 2022-02-15 09:47:58 +08:00
It_los_mem_005.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_mem_006.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_mem_007.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_mem_008.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_mem_009.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_mem_010.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_mem_011.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_mem_012.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_mem_013.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_mem_014.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_mem_015.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_mem_016.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_mem_017.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_mem_018.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_mem_019.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_mem_020.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_mem_035.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_mem_036.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_mem_037.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_mem_038.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_mem_040.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_mem_045.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_mem_046.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_mem_047.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
It_los_tick_001.c chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
it_los_mem.c fix: 修复L0_Emulator 门禁高概率失败的问题 2021-12-20 15:34:08 +08:00