openharmony_kernel_liteos_m/utils
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
..
internal fix: fix compile warning saying dereference void * pointer 2021-10-22 22:39:36 +08:00
BUILD.gn feat(build): support Kconfig 2021-11-05 12:18:04 +08:00
los_compiler.h fix: kernel接口融合,添加/修改kernel函数 2022-02-15 09:47:58 +08:00
los_debug.c fix: 内核ERR打印,线程信息,不方便问题定位。 2021-10-11 17:27:13 +08:00
los_debug.h chore: fix dailycheck issues 2021-09-26 17:13:13 +08:00
los_error.c remove __cplusplus guards in .c files 2021-04-19 18:19:28 +08:00
los_error.h feature: Support kernel signal and POSIX API. 2022-01-20 11:17:40 +08:00
los_hook.c remove __cplusplus guards in .c files 2021-04-19 18:19:28 +08:00
los_hook.h Description: add hook framework 2021-04-01 11:26:49 +08:00
los_list.h feat: add LOS_ListHeadInsert function 2021-06-18 09:01:25 +08:00
los_reg.h update openharmony 1.0.1 2021-03-11 20:30:40 +08:00