Commit Graph

245 Commits

Author SHA1 Message Date
arvinzzz a078c3086f fix: The hook module fails to compile under the c99 compilation standard.
close: #I3S4ME

Change-Id: I335dde049e1646cb7fb32f8e156878994f254c8b
2021-05-20 15:42:20 +08:00
openharmony_ci 517282d51c !121 新增M核文件系统vfs层,支持多种文件系统类型
Merge pull request !121 from JING/seren
2021-05-17 18:58:18 +08:00
chenjing 5479dd66d7 fix: add liteos_m vfs
Close #I3R493

Change-Id: Ic799182b46c6c04c879d1b2202bda6b1f2cf40df
2021-05-17 15:57:44 +08:00
openharmony_ci e52008ba6e !123 m核编译存在libsec_kernel.a核libsec_static.a两份安全函数库,需要优化
Merge pull request !123 from zhangfanfan2/other
2021-05-15 14:46:16 +08:00
openharmony_ci 8ef21e0b41 !115 fix: correct spelling
Merge pull request !115 from rtos-lover/los_swtmr
2021-05-15 09:45:21 +08:00
openharmony_ci 62f6531539 !114 fix: correct typo
Merge pull request !114 from rtos-lover/los_task
2021-05-15 09:44:01 +08:00
openharmony_ci 439368edc1 !111 fix: correct typo in los_memory.c
Merge pull request !111 from rtos-lover/los_mem
2021-05-15 09:42:02 +08:00
openharmony_ci 0be2ecfdd0 !110 fix: corrent spelling
Merge pull request !110 from rtos-lover/los_debug
2021-05-15 09:41:16 +08:00
openharmony_ci a47fc7beb3 !107 fix:enum misspell
Merge pull request !107 from Harylee/fix
2021-05-15 09:40:27 +08:00
openharmony_ci 4166768998 !122 LOS_IntLock的返回类型实际为UINT32,不需要定义为UINTPTR,需要修改
Merge pull request !122 from zhangfanfan2/master
2021-05-14 16:11:11 +08:00
openharmony_ci 92c28e1fe7 !124 解决内存泄漏检测错误判断及删除冗余判断
Merge pull request !124 from JerryH/mem
2021-05-14 16:07:53 +08:00
YOUR_NAME eac4a04153 Fix memory leak check and interity error check.
Delete redundant judgments.

Close #I3P10Y and #I3QNLT

Change-Id: I94ff34099bc39345ef5490f185f70c4b87bfd415
2021-05-14 14:49:17 +08:00
YOUR_NAME bcc34e22ed fix: modify the return type of LOS_IntLock from UINTPTR to UINT32.
Change-Id: I6207e5cb7d612a154a88de4e9e274c67127361d8
2021-05-14 11:33:05 +08:00
zhangfanfan2 1144b75f3f fix: remove libsec_kernel 2021-05-13 20:46:46 +08:00
openharmony_ci 748a827560 !104 add: add environment setup and compilation into document
Merge pull request !104 from kenneth/master
2021-05-12 17:30:59 +08:00
openharmony_ci e7a3659b33 !109 XX产品上,存在使用littlefs文件系统重复打开文件会新创建Fd,与预期不一致,改为返回失败
Merge pull request !109 from li_zan/master
2021-05-12 11:05:14 +08:00
openharmony_ci 658c340644 !109 XX产品上,存在使用littlefs文件系统重复打开文件会新创建Fd,与预期不一致,改为返回失败
Merge pull request !109 from li_zan/master
2021-05-12 11:05:13 +08:00
li_zan 7d9976cd90 Add already opened file logic 2021-05-11 20:30:31 +08:00
openharmony_ci acf317a8cd !119 支持sleep函数
Merge pull request !119 from zhangfanfan2/master
2021-05-11 20:02:05 +08:00
zhangfanfan2 03be5e6e92 feature: Add sleep function 2021-05-11 16:48:35 +08:00
openharmony_ci d38087fa2f !67 LiteOs-m内核posix接口修改和用例补充
Merge pull request !67 from babu_g/noEmployeeNum_ChangeID_13651229_guanzehui
2021-05-11 16:47:41 +08:00
openharmony_ci bb90e629cb !117 修正tm_gmtoff字段的含义
Merge pull request !117 from Caoruihong/gmtoff
2021-05-11 09:47:40 +08:00
li_zan 602c9f6dfa Add already opened file logic 2021-05-08 17:00:11 +08:00
li_zan 96d2f2910e Add already opened file logic 2021-05-08 15:18:01 +08:00
li_zan 3a4a8b0680 Add already opened file logic 2021-05-08 15:14:45 +08:00
openharmony_ci 7a72b0069a !113 fix: modify event API description
Merge pull request !113 from MGY917/master
2021-05-08 13:10:43 +08:00
li_zan 4aeaf030a2 Add already opened file logic 2021-05-08 11:31:27 +08:00
Caoruihong 9b498e651e fix tm_gmtoff
tm_gmtoff is opposite of timezone despite daylight saving.
timezone(global variable): seconds west of UTC, not adjusted for daylight saving.
tm_gmtoff(member of struct tm): seconds east of UTC, including adjustment for daylight saving.

Change-Id: If2e76b7da64989fb2df063ce4101d317474a7ab7
2021-05-08 11:17:02 +08:00
li_zan 49e9044529 Add already opened file logic 2021-05-08 11:14:33 +08:00
rtos-lover dd5cefb0da fix: correct spelling
correct some typos in los_swtmr.c It_los_queue_head_019.c

close https://gitee.com/openharmony/kernel_liteos_m/issues/I3PYLH
2021-05-08 10:30:25 +08:00
rtos-lover 3ceface13e fix: correct typo
correct typos in los_task.c

close https://gitee.com/openharmony/kernel_liteos_m/issues/I3PYHW?from=project-issue
2021-05-08 10:23:02 +08:00
Guangyao Ma 9481f1d840 fix: modify event API description
Change-Id: I62a819f3407fb933e0bb2ff2e97eda6e643acafb
2021-05-08 10:17:11 +08:00
rtos-lover e7ea50f131 fix: correct spelling
correct type in los_memory.c

close https://gitee.com/openharmony/kernel_liteos_m/issues/I3PYC3
2021-05-08 10:06:01 +08:00
rtos-lover 02ac3ade30 fix:correct spelling
corrent those typos in log_debug.h los_exc.S

close https://gitee.com/openharmony/kernel_liteos_m/issues/I3PVZV
2021-05-08 10:00:57 +08:00
kenneth 259fb54b3c fix: change to OpenHarmony LiteOS-M 2021-05-08 09:29:40 +08:00
kenneth be57ece9ce fix: update macro to config item 2021-05-07 20:44:58 +08:00
kenneth 656fd1e422 fix:update according to review comments
the latest OpenHarmony code is needed.
2021-05-07 20:43:54 +08:00
li_zan 94c0727e1d Add already opened file logic 2021-05-07 15:25:42 +08:00
li_zan cd292f8428 Add already opened file logic 2021-05-07 11:35:51 +08:00
li_zan a99f817c23 Add already opened file logic 2021-05-07 11:35:08 +08:00
openharmony_ci 167b4d0c37 !87 合入某功能产品在M核上文件系统littlefs的适配代码
Merge pull request !87 from li_zan/master
2021-05-07 10:10:16 +08:00
openharmony_ci 9991911927 !98 fix:Scheduling optimization, test case adaptation modification
Merge pull request !98 from zhushengle/test
2021-05-06 21:19:06 +08:00
zhushengle 1a7a6b9ffe fix:Scheduling optimization, test case adaptation modification.
Close #I3OING

Change-Id: Ia131ebb46e92578081f2df93010eaf305dfbf977
2021-05-06 19:35:02 +08:00
openharmony_ci 4163a99123 !108 fix:delete redundant local variable
Merge pull request !108 from Harylee/delete
2021-05-06 19:28:22 +08:00
openharmony_ci 111f9476ea !106 fix: misspell
Merge pull request !106 from Harylee/update_osal
2021-05-06 19:25:26 +08:00
openharmony_ci b57d33ba07 !105 L0 swtmr_align定时器在相同周期时,count计算错误,且相同响应时间时,后插入的节点应该位于已存在节点的后面
Merge pull request !105 from zhushengle/swtmr
2021-05-06 19:17:02 +08:00
kenneth a38365ed09 fix: change description according to review 2021-05-06 19:04:59 +08:00
kenneth 4dc0d313d1 fix: update according to review comments 2021-05-06 17:05:22 +08:00
Haryslee fcf7db5022 fix:delete redundant local variable
Change-Id: Ia3a01d91866a96f8b47c66a4af0042254e24f69f
2021-05-06 15:21:54 +08:00
Haryslee 26ed722cf0 fix:enum misspell
Change-Id: I0ae966a7738fe087e222dc1441c8409a1e1661e0
2021-05-06 15:07:15 +08:00