- 19 8月, 2021 1 次提交
-
-
由 Caoruihong 提交于
Signed-off-by: NCaoruihong <crh.cao@huawei.com> Change-Id: I32b820bc0eb7465bf54d506e7f5e759ef64101e2
-
- 17 8月, 2021 2 次提交
-
-
由 Caoruihong 提交于
remove some unused Makefile code and optimize some code Signed-off-by: NCaoruihong <crh.cao@huawei.com> Change-Id: I1c31d07481bb6aee47b0c51d63d6b68316c38c88
-
由 susha 提交于
Signed-off-by: Nsusha <susha@huawei.com>
-
- 27 7月, 2021 2 次提交
-
-
由 yafeng_wang 提交于
-
由 Caoruihong 提交于
using OHOS_Image as liteos default name Signed-off-by: NCaoruihong <crh.cao@huawei.com> Change-Id: I00bcc9a6747ffde0f07f3d243150055a644df02f
-
- 21 7月, 2021 1 次提交
-
-
由 Caoruihong 提交于
add BUILD.gn for all kernel modules Signed-off-by: NCaoruihong <crh.cao@huawei.com> Change-Id: I018446427bf64615f2596d47862b219659b58b34
-
- 14 7月, 2021 2 次提交
-
-
由 qidechun 提交于
给开发者提供系统信息DUMP机制,帮助开发者观察系统功能状态,发现潜在问题。 Close #I3NN7D Signed-off-by: Nqidechun <qidechun@huawei.com>
-
由 qidechun 提交于
1、在内核增加BlackBox核心框架,对外提供模块回调接口注册和故障处理接口。 2、增加默认的系统模块适配层,处理通用内核态和用户态故障日志抓取和保存。 3、BBOX特性默认关闭,若想使用此特性,请在内核配置文件中增加如下编译选项: LOSCFG_BLACKBOX=y LOSCFG_SAVE_EXCINFO=y LOSCFG_SAVE_EXCINFO可以帮助抓取更多的故障日志。 4、若已经打开BBOX特性,想快速验证此特性,请添加如下编译选项: LOSCFG_HIDUMPER=y Close #I406NP Signed-off-by: Nqidechun <qidechun@huawei.com>
-
- 09 7月, 2021 1 次提交
-
-
由 Guangyao Ma 提交于
由于没有tty,当前的Ctrl-C实现基于uart回调特定函数实现,后续tty实现后 可以重新考虑Ctrl-C设计实现。本次将Ctrl-C移除LOS_MAGIC_KEY_ENABLE,保 证任意情况下可以生效。 Change-Id: I4e1e51b2d92535879bbdbbfa91b0229119d0e90e Signed-off-by: NGuangyao Ma <guangyao.ma@outlook.com>
-
- 08 7月, 2021 1 次提交
-
-
由 Caoruihong 提交于
kconfiglib support the kconfig macro language, we need this feature to handle product related Kconfig configuration. Signed-off-by: NCaoruihong <crh.cao@huawei.com> Change-Id: I6bb521e93aab6c67b8bc3ac664b64f5e52089a45
-
- 07 7月, 2021 2 次提交
-
-
由 Denny 提交于
-
由 Caoruihong 提交于
fix compile errors in minimal compilation Signed-off-by: NCaoruihong <crh.cao@huawei.com> Change-Id: I48f4f7b27c684e2c747c1949776c5c4f9e383dec
-
- 06 7月, 2021 1 次提交
-
-
由 qidechun 提交于
1、在内核增加BlackBox核心框架,对外提供模块回调接口注册和故障处理接口。 2、增加默认的系统模块适配层,处理通用内核态和用户态故障日志抓取和保存。 Close #I3NN7V Signed-off-by: Nqidechun <qidechun@huawei.com>
-
- 05 7月, 2021 1 次提交
-
-
由 kevin 提交于
Change-Id: I0a73f0de3c25e427362fe9d96547c4d847448dda Signed-off-by: Nkevin <liufeihu@huawei.com>
-
- 01 7月, 2021 2 次提交
-
-
由 kevin 提交于
Signed-off-by: Nkevin <liufeihu@huawei.com> Change-Id: I0a73f0de3c25e427362fe9d96547c4d847448dda
-
由 boxi 提交于
LiteOS_a中有部分配置宏进行了重复冗余定义,导致当头文件未被包含时,极易引入错误, 故对menuconfig配置宏进行统一处理,均使用#ifdef/#ifndef作为预编译判断方式 Close #I3YEGS Change-Id: Ife6db770cc66de1d6199a4f3ba3950e9bfd0e71a Signed-off-by: Nboxi <lewis.liulei@huawei.com>
-
- 26 6月, 2021 1 次提交
-
-
由 laokz 提交于
Signed-off-by: Nlaokz <laokz@foxmail.com> Change-Id: I0eece39921292498243bd017f168f953a437731c
-
- 24 6月, 2021 1 次提交
-
-
由 zhushengle 提交于
功能描述: 在proc目录下增加power目录,添加powr_mode,power_lock,power_unlock和power_count节点, power_mode:节点用于查询和设置系统支持的功耗模式 power_lock:用于查询和获取低功耗锁,持锁后,将会阻止系统进入低功耗状态 power_unlock: 用于释放已经持有的低功耗锁,也可查询当前有那些持有低功耗锁 power_count:用于查询当前持有低功耗锁的个数 Close #I3VS5N Change-Id: I2e2881cc968eab3c5fa6f9dbd7e8c5e448609407 Signed-off-by: Nzhushengle <zhushengle@huawei.com>
-
- 22 6月, 2021 1 次提交
-
-
由 mucor 提交于
close: I3WTLZ Signed-off-by: Nmucor <mucorwang@gmail.com>
-
- 21 6月, 2021 1 次提交
-
-
由 YOUR_NAME 提交于
update lwip version to 2.1.2 for lwip_enhanced close: #I3WL4J Signed-off-by: Nliujiandong <liujiandong1@huawei.com>
-
- 19 6月, 2021 1 次提交
-
-
由 mucor 提交于
1.remove redundant headfile in kernel, such as: compiler.h;debug.h;automount.h;inode.h;syslog.h;net.h; 2.split fs.h to file.h and driver.h 3.move vnode.h and path_cache.h to vfs/include 4.remove redundant interface and defines close: #I3RTNR Signed-off-by: Nmucor <mucorwang@gmail.com>
-
- 11 6月, 2021 1 次提交
-
-
由 Caoruihong 提交于
do not copy or link file from //third_party to this repository, just use the files needed from its origin. Change-Id: I43f60d8aa7dc91925b8ace973933de366d6cb589 Signed-off-by: NCaoruihong <crh.cao@huawei.com>
-
- 08 6月, 2021 2 次提交
-
-
由 lzl 提交于
Signed-off-by: Nlzl <sucer_fater@163.com>
-
由 lzl 提交于
Signed-off-by: Nlzl <sucer_fater@163.com>
-
- 05 6月, 2021 1 次提交
-
-
由 Caoruihong 提交于
support turn off as many features as possible. current only libc and posix and bsd can not be turned off. Signed-off-by: NCaoruihong <crh.cao@huawei.com> Change-Id: I1e97570c67593207a56dc11f357eca4b4a018bfd
-
- 04 6月, 2021 1 次提交
-
-
由 chenwei 提交于
1, this RomFS's codebase is Nuttx romfs, then it is compatible with Linux RomFS and you can create such a file system using the tool genromfs. 2, there are two major changes against with the original Nuttx romfs: 1), it is memory-based: all contents of the fs are stored in the memory in the very first stage of "mount". 2), this version of romfs is altered to be compatible with our new version of VFS to take advantage of vnode cache and path cache. close: #I3S0CP
-
- 02 6月, 2021 1 次提交
-
-
由 arvinzzz 提交于
close: #I3T5HR Change-Id: I2e2452d59c82726614fb78d1177d3f0f03d6e315 Signed-off-by: Narvinzzz <fcykztyu@163.com> Change-Id: I7f0b44c15a296bd8d15f0bf1fbdde60f67bb0a6c
-
- 21 5月, 2021 2 次提交
- 20 5月, 2021 1 次提交
-
-
由 arvinzzz 提交于
close: #I3I768 Change-Id: I4f801df4abe1a9afdf43391c28276e96a5e81513
-
- 14 5月, 2021 1 次提交
-
-
由 zhuoli 提交于
-
- 06 5月, 2021 1 次提交
-
-
由 Guangyao Ma 提交于
Change-Id: I0a6e6f2962ca6904c858898eb93a5b2f93e85b69
-
- 28 4月, 2021 1 次提交
-
-
由 boxi 提交于
feat: Add /dev/quickstart to support synchronous communication between processes in user mode startup. Add /dev/quickstart to support synchronous communication between processes in user mode startup. Support ioctl cmd: QUICKSTART_LISTEN,QUICKSTART_STAGE1,QUICKSTART_STAGE2,QUICKSTART_STAGE3,QUICKSTART_UNREGISTER only for init process; QUICKSTART_NOTIFY for other app process. Close #I3OHO5 Change-Id: If6a56123be93a5bc6b6d1069abda8d872b15fae1
-
- 19 4月, 2021 1 次提交
-
-
由 Caoruihong 提交于
Change-Id: I052d930d54e63179b17b77f02c107a015f3cfc3f
-
- 14 4月, 2021 1 次提交
-
-
由 Caoruihong 提交于
Change-Id: Ie48b96fe9c8ab036d7234b56a169d6668171a895
-
- 26 3月, 2021 1 次提交
-
-
由 YOUR_NAME 提交于
Change-Id: I6f7c469e96da9cc89c5c33bf7a9afe19625e175f
-
- 16 3月, 2021 1 次提交
-
-
由 zhangfanfan2 提交于
-
- 11 3月, 2021 1 次提交
-
-
由 mamingshuai 提交于
-
- 05 2月, 2021 1 次提交
-
-
由 laokz 提交于
-
- 31 12月, 2020 1 次提交
-
-
由 Zbigniew Bodek 提交于
Keep flag enabled for HiSi cameras whereas LTO will be disabled for Qemu as a workaround. Signed-off-by: NZbigniew Bodek <zbigniew.bodek@huawei.com> Change-Id: Iad7295d108dfea0928537281f87eb46836ee6681
-