openharmony_kernel_liteos_m/testsuites
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
..
include feature: Support kernel signal and POSIX API. 2022-01-20 11:17:40 +08:00
sample fix: kernel接口融合,添加/修改kernel函数 2022-02-15 09:47:58 +08:00
src !555 feat:内核提供Interrupt框架,支持多架构多平台通用化 2022-01-21 09:29:43 +00:00
unittest fix(posix接口融合): posix接口融合,接口规范兼容性修改 2022-02-10 16:41:12 +08:00
BUILD.gn !568 liteos-m kernel 部件标准化 2022-01-22 03:45:24 +00:00
LICENSE chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00
Makefile chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00