- Sep 24, 2021
-
-
openharmony_ci authored
Merge pull request !320 from Caoruihong/cherry-pick-1632450240
-
https://gitee.com/caoruihong/kernel_liteos_m/pulls/259Caoruihong authored
feat(cmsis): support max_count for osSemaphoreNew Signed-off-by:Caoruihong <crh.cao@huawei.com> Change-Id: Iacb6cb7771ae32ea1ca645c72fda241e8e85d422
-
- Sep 22, 2021
-
-
openharmony_ci authored
Merge pull request !315 from zhushengle/cherry-pick-1631945741
-
- Sep 18, 2021
-
-
https://gitee.com/zhushengle/kernel_liteos_m/pulls/314zhushengle authored
fix: pm模块解冻线程时存在删除空链表且时间片频繁唤醒系统 1.如果冻结线程状态为delay,则此时pendlist为NULL,解冻时不需要delete 2.低功耗时关闭时间片,减少时间片频繁唤醒系统 3.risc-v 中64位相加存在溢出 Close #I4AKUS Signed-off-by:zhushengle <zhushengle@huawei.com> Change-Id: Icb9e8f7df8488635f9660d3932b06fa6f57e6133
-
- Sep 17, 2021
-
-
openharmony_ci authored
Merge pull request !313 from wangchen/shell_lts
-
wangchen authored
【背景】定期M核代码消除。 【修改方案】 1,对task命令中获取内存信息时的入参进行调整,避免引起内存问题 【影响】 对现有的产品编译不会有影响。 re #II4AIAQ Signed-off-by:wangchen <253227059@qq.com>
-
- Sep 15, 2021
-
-
openharmony_ci authored
Merge pull request !309 from zhushengle/cherry-pick-1631622669
-
- Sep 14, 2021
-
-
https://gitee.com/zhushengle/kernel_liteos_m/pulls/298zhushengle authored
feat: 低功耗支持冻结线程等需求 1.支持低功耗时冻结线程 2.支持延时锁 3.低功耗与idle分离 4.支持对接电源管组件的低功耗接口 LOS_PmReadLock --- 常阻塞,低功耗线程阻塞于该接口,当系统无任何模块持锁时会唤醒低功耗线程, 触发低功耗流程 LOS_PmSuspend --- 进入低功耗流程 Close #I49FJF Signed-off-by:zhushengle <zhushengle@huawei.com> Change-Id: I009255cfa1852b109dd8bfaf9c779e976660d621
-
- Sep 11, 2021
-
-
openharmony_ci authored
Merge pull request !303 from zhushengle/cherry-pick-1631346536
-
https://gitee.com/zhushengle/kernel_liteos_m/pulls/301zhushengle authored
fix: 修复pm编译告警导致内核编译失败 Close #I49MIN Signed-off-by:zhushengle <zhushengle@huawei.com> Change-Id: I6b448790b170bf5980d16698ecfff27bda6c3600
-
- Sep 09, 2021
-
-
openharmony_ci authored
Merge pull request !297 from zhushengle/cherry-pick-1631173853
-
https://gitee.com/zhushengle/kernel_liteos_m/pulls/281zhushengle authored
fix: 优化低功耗流程 1.normal和其它模式分离,流程分层化,使得结构较为清晰 2.tick timer处理实现优化为注册对应机制则默认支持,不注册则不执行,简化使用逻辑 3.添加 pm测试用例 Close #I46VXK Signed-off-by:zhushengle <zhushengle@huawei.com> Change-Id: I7810ce0ca12dce96972399adf88e8319bb487905
-
- Sep 07, 2021
-
-
openharmony_ci authored
Merge pull request !291 from 野生毛霉君/master
-
mucor authored
close: #I48YWT Signed-off-by:mucor <mucorwang@gmail.com>
-
- Sep 06, 2021
-
-
openharmony_ci authored
Merge pull request !275 from zhushengle/Werror
-
zhushengle authored
Close #I46E6S Change-Id: If1362c02a0a344da881a9bf90e41f0a43ba33609 Signed-off-by:zhushengle <zhushengle@huawei.com>
-
- Sep 01, 2021
-
-
openharmony_ci authored
Merge pull request !286 from lnlan/taskinfo
-
- Aug 31, 2021
-
-
lnlan authored
【背景】 los_memory.c中有4处遍历内存节点的操作,重复率较高 【修改方案】 1.提取一个遍历内存节点的函数,入参可传入处理函数来应对不同处理场景 【影响】 对现有的产品编译不会有影响。 re #I44WNU Signed-off-by:lanleinan <lanleinan@163.com> Change-Id: Iafd25be39e76ee29e4fb27e5ef65f1888cc23f02
-
- Aug 30, 2021
-
-
openharmony_ci authored
Merge pull request !266 from Denny/memtools
-
- Aug 28, 2021
-
-
openharmony_ci authored
Merge pull request !287 from xfan1024/master
-
xiaofan authored
readsize在第一次循环后可能未被正确赋值的问题 Signed-off-by:xiaofan <xiaofan@iscas.ac.cn>
-
lnlan authored
【背景】 m核需补充shell命令,按任务统计已经alloc的内存大小 【修改方案】 1.新增在task命令中,在打印task info前遍历所有内存节点,统计各任务所占用的内存节 点大小,在打印时将其打出。 2.内存节点中,taskid所占位数随系统最大任务数调整 【影响】 对现有的产品编译不会有影响。 re #I44WNU Signed-off-by:lanleinan <lanleinan@163.com> Change-Id: I080b5dd056966784c0752408f9e320ca0e97c7f7
-
- Aug 26, 2021
-
-
openharmony_ci authored
Merge pull request !279 from lnlan/shell_fix
-
lnlan authored
【背景】 m核qemu需完善串口驱动,支持shell输入 【修改方案】 1.完善串口驱动 2.添加shell任务,获取串口输入并下发处理 【影响】 对现有的产品编译不会有影响。 re #I46N7F Signed-off-by:lanleinan <lanleinan@163.com> Change-Id: Ib58d4e633081743e64412cb65aa209d3356d6c1c
-
- Aug 24, 2021
-
-
openharmony_ci authored
Merge pull request !282 from 刘建东/master
-
openharmony_ci authored
Merge pull request !283 from wangchen/gn_codex
-
YOUR_NAME authored
add interface of dhcp_is_bound close: #I46W08 Signed-off-by:liujiandong <liujiandong1@huawei.com>
-
wangchen authored
【背景】完善M核编译配置选项。 【修改方案】 1,在build.gn中添加config.gni的包含 2,修改部分build.gn中的格式规范问题 【影响】 对现有的产品编译不会有影响。 re #I46XEA Signed-off-by:wangchen <253227059@qq.com>
-
- Aug 23, 2021
-
-
openharmony_ci authored
Merge pull request !272 from 刘建东/master
-
- Aug 21, 2021
-
-
openharmony_ci authored
Merge pull request !278 from wangchen/m_codex
-
openharmony_ci authored
Merge pull request !269 from wangchen/new_tz
-
- Aug 20, 2021
-
-
wangchen authored
【修改方案】 1,在M33平台下增加默认选项及开关 2,删除build.gn编译tz的部分,该部分由使用者编译在安全态 3,修改tz初始化的一个问题 【影响】 对现有的产品编译不会有影响。 re #I45UYU Signed-off-by:wangchen <253227059@qq.com>
-
wangchen authored
【背景】定期M核代码消除。 【修改方案】 1,根据工具扫描结果,对代码告警进行更改 【影响】 对现有的产品编译不会有影响。 re #I46LHG Signed-off-by:wangchen <253227059@qq.com>
-
YOUR_NAME authored
decouple lwip and hilog for liteos_m close: #I46DAH Signed-off-by:liujiandong <liujiandong1@huawei.com>
-
- Aug 19, 2021
-
-
openharmony_ci authored
Merge pull request !267 from zhushengle/sched
-
- Aug 18, 2021
-
-
openharmony_ci authored
Merge pull request !270 from JerryH/hwi
-
JerryH authored
close #I4665Z Signed-off-by:JerryH <huangjieliang@huawei.com> Change-Id: I5596179dea198dfe571420a7640abb00587abee1
-
- Aug 17, 2021
-
-
openharmony_ci authored
Merge pull request !249 from kenneth/multiple_mem
-
openharmony_ci authored
Merge pull request !268 from 刘建东/master
-
kenneth authored
The multiple non-continuous memory regions are supported when the macro LOSCFG_MEM_MUL_REGIONS is enabled. The array of the type LOS_MEM_REGION should be defined, and each array element defines the start address and the length for each memory regions, \ begining from the lower address to the higher memory address. close #I43XOP Signed-off-by:kenneth <zhushangyuan@huawei.com>
-