1. 21 2月, 2022 2 次提交
  2. 19 2月, 2022 1 次提交
  3. 18 2月, 2022 1 次提交
    • L
      feat: synchronous los_hwicreate interface · 6c68adad
      LiteOS2021 提交于
      BREAKING CHANGE:
          涉及接口修改:
          LOS_HwiCreate
          LOS_HwiDelete
          改动内容:
          中断处理函数参数类型由HWI_ARG_T统一改为HwiIrqParam,封装原有arg参数及riscv部分实际使用变量pDevId, 这样一方面统一LiteOS接口,也统一了中断处理函数的arg参数
          同步LOS_HwiDelete接口入参,新增HWI_IRQ_PARAM_S *irqParam参数,为后续共享中断功能的添加预留
      Signed-off-by: NLiteOS2021 <dinglu@huawei.com>
      6c68adad
  4. 17 2月, 2022 2 次提交
  5. 16 2月, 2022 3 次提交
  6. 15 2月, 2022 6 次提交
  7. 14 2月, 2022 2 次提交
  8. 13 2月, 2022 1 次提交
  9. 12 2月, 2022 1 次提交
  10. 11 2月, 2022 3 次提交
  11. 10 2月, 2022 7 次提交
  12. 31 1月, 2022 1 次提交
  13. 30 1月, 2022 3 次提交
  14. 29 1月, 2022 3 次提交
    • L
    • O
      !575 【liteos_m】posix单元测试融合 · eae638be
      openharmony_ci 提交于
      Merge pull request !575 from LiteOS/master
      eae638be
    • L
      fix(posix): posix接口融合,接口规范兼容性修改 · e0b12758
      LiteOS2021 提交于
      posix接口融合,接口规范兼容性修改
      
      BREAKING CHANGE:
      接口修改:
      calloc
      pthread_mutex_init
      mq_unlink
      pthread_join
      pthread_exit
      pthread_attr_init
      pthread_attr_destroy
      pthread_condattr_destroy
      pthread_cond_timedwait
      pthread_mutexattr_init
      pthread_mutexattr_settype
      pthread_mutex_destroy
      pthread_mutex_timedlock
      pthread_mutex_trylockk
      pthread_mutex_unlock
      sem_getvalue
      
      新增接口:
      CheckForCancel
      pthread_setcancelstate
      pthread_setcanceltype
      pthread_once
      pthread_setschedprio
      pthread_attr_setstack
      pthread_attr_getstack
      pthread_condattr_getpshared
      pthread_condattr_setpshared
      pthread_condattr_getclock
      pthread_mutexattr_gettype
      CheckMutexAttr
      OsMuxPreCheck
      sem_trywait
      
      接口变化:
      mq_getsetattr 改为内部接口OsMqGetSetAttr
      
      接口位置转移:
      pthread_equal接口由newlib下转移到kal/posix/src/pthread.c中
      Signed-off-by: NLiteOS2021 <dinglu@huawei.com>
      e0b12758
  15. 28 1月, 2022 1 次提交
  16. 26 1月, 2022 1 次提交
  17. 24 1月, 2022 2 次提交