1. 03 12月, 2022 1 次提交
  2. 20 9月, 2022 1 次提交
  3. 20 7月, 2022 1 次提交
  4. 01 7月, 2022 2 次提交
  5. 19 6月, 2022 1 次提交
  6. 08 6月, 2022 1 次提交
  7. 05 6月, 2022 1 次提交
  8. 25 5月, 2022 1 次提交
  9. 29 4月, 2022 1 次提交
  10. 20 4月, 2022 1 次提交
  11. 19 4月, 2022 1 次提交
  12. 21 3月, 2022 1 次提交
    • mysterywolf's avatar
      [ulog][rtc][time][bug] solve the interference when enable the ulog timestamp (#5687) · 8b585772
      mysterywolf 提交于
      * [ulog] 解决ulog开启时间戳后与libc time以及rtc驱动相关函数干涉的问题
      * ulog:当发生递归输出时,后续递归想要输出的内容可能会因为防范递归的判断而无法输出
      因此修改输出规则,在发生递归时,采用简单的,无格式的方式直接输出。这样既保证不会发生递归输出,也可以保证递归输出的部分可以正常输出。
      * [ulog] size_t->rt_size_t NULL->RT_NULL
      8b585772
  13. 24 1月, 2022 1 次提交
  14. 20 1月, 2022 1 次提交
    • X
      the support for PSE51 (#5534) · 075e04e3
      xiangxistu 提交于
      * [add] the function realization of signal for posix.
      * [update] the posix support for armclang.
      * [add] the new macro "RT_USING_POSIX_TIMER".
      * [modify] select "RT_USING_SOFT_TIMER" when use posix'timer.
      * [bug] optimize the logic for the "time_xxx" functions.
      * [modify] use "RT_USING_POSIX_TIMER" to protect the macro definition.
      * [modify] error code when except happened.
      * [delete] the "environ" is useless at this time.
      075e04e3
  15. 14 1月, 2022 1 次提交
  16. 08 1月, 2022 2 次提交
  17. 05 1月, 2022 1 次提交
  18. 30 12月, 2021 2 次提交
  19. 17 12月, 2021 1 次提交
    • mysterywolf's avatar
      [posix] POSIX standard implementation for PSE51 (#5384) · 6369e895
      mysterywolf 提交于
      * [posix] POSIX standard implementation for PSE51
      
      - add some posix's interfaces that we haven't before.
      - these PR have passed the interface definition test across gcc platfrom;
      - have tested base on qemu-a9 and stm32h750-art-pi.
      
      * [newlib] only enable POSIX.1-1990
      
      * update projects
      6369e895
  20. 29 11月, 2021 1 次提交
  21. 14 10月, 2021 1 次提交
  22. 29 9月, 2021 2 次提交
  23. 27 9月, 2021 2 次提交
  24. 19 9月, 2021 1 次提交
  25. 15 9月, 2021 1 次提交
  26. 23 7月, 2021 1 次提交
  27. 22 7月, 2021 2 次提交
  28. 21 7月, 2021 1 次提交
  29. 08 7月, 2021 1 次提交
  30. 22 5月, 2021 1 次提交
  31. 03 5月, 2021 1 次提交
  32. 02 5月, 2021 2 次提交
  33. 01 5月, 2021 1 次提交
    • mysterywolf's avatar
      精简settimeofday代码; · 47de5265
      mysterywolf 提交于
      在Linux中settimeofday以及gettimeofday函数的时区功能已经被废弃,因此增加注释予以提示。
      gettimeofday实现了tz_minuteswest功能,tz_dsttime功能未实现,按废弃处理;
      settimeofday时区功能废弃。
      47de5265