Compare commits

...

8 Commits

Author SHA1 Message Date
openharmony_ci 7576cdd19c
!1119 【修复】OAT告警
Merge pull request !1119 from 石子怡/OpenHarmony-5.0-Beta1
2024-06-05 08:14:42 +00:00
石子怡 7dd64c64af
修复OAT告警
Signed-off-by: 石子怡 <z15319797139@163.com>
2024-06-05 06:44:43 +00:00
openharmony_ci a809928aa7
!1117 【修复】OAT告警
Merge pull request !1117 from 石子怡/OpenHarmony-5.0-Beta1
2024-05-30 13:04:37 +00:00
石子怡 b1aaa9483e
修复OAT告警
Signed-off-by: 石子怡 <z15319797139@163.com>
2024-05-29 10:34:28 +00:00
石子怡 b4259f90f0
修复OAT告警
Signed-off-by: 石子怡 <z15319797139@163.com>
2024-05-29 07:15:04 +00:00
openharmony_ci a567fac4da
!1115 【修复】OAT告警
Merge pull request !1115 from 石子怡/cherry-pick-1716600127
2024-05-27 11:25:04 +00:00
石子怡 65f89f1092
修复OAT告警
Signed-off-by: 石子怡 <z15319797139@163.com>
2024-05-25 02:43:46 +00:00
石子怡 e35f7c948f fixed e151e83 from https://gitee.com/shi-ziyi123/kernel_liteos_m/pulls/1114
修复OAT告警

Signed-off-by: 石子怡 <z15319797139@163.com>
2024-05-25 01:22:07 +00:00
2 changed files with 14 additions and 0 deletions

View File

@ -67,6 +67,9 @@
<!--filteritem type="filepath" name="projectroot/[a-zA-Z0-9]{20,}.sh" desc="Temp files"/-->
</filefilter>
<filefilter name="binaryFileTypePolicyFilter" desc="Filters for binary file policies">
<filteritem type="filepath"
name="figures/architecture-of-openharmony-the-liteos-cortex-m-kernel.png" desc="architecture-of-openharmony-the-liteos-cortex-m-kernel"/>
<filteritem type="filepath" name="figures/OpenHarmony-LiteOS-M核内核架构图.png" desc="内核驱动架构"/>
<!--filteritem type="filename" name="*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
<!--filteritem type="filepath" name="abcdefg/.*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
<!--filteritem type="filepath" name="projectroot/[a-zA-Z0-9]{20,}.sh" desc="Temp files"/-->

11
README.OpenSource Normal file
View File

@ -0,0 +1,11 @@
[
{
"Name" : "LiteOS-M Kernel",
"License" : "BSD-3-Clause",
"License File" : "LICENSE",
"Version Number" : "openharmony 1.0.1",
"Owner" : "liu.limin@huawei.com ",
"Upstream URL" : "https://gitee.com/openharmony/kernel_liteos_m",
"Description" : "OpenHarmony LiteOS-M is a lightweight operating system kernel designed for the Internet of Things (IoT) field. It features small footprint, low power consumption, and high performance. It has a simple code structure, including the minimum kernel function set, kernel abstraction layer, optional components, and project directory."
}
]