1. 09 2月, 2023 1 次提交
  2. 07 2月, 2023 4 次提交
  3. 10 1月, 2023 1 次提交
  4. 30 12月, 2022 1 次提交
  5. 16 12月, 2022 1 次提交
  6. 12 12月, 2022 1 次提交
    • mysterywolf's avatar
      [rtdef] use lower-case to define attributes (#6728) · 99bdf978
      mysterywolf 提交于
      * [rtdef] rename RT_WEAK attribute as rt_weak
      
      * [rtdef] rename RT_USED attribute as rt_used
      
      * [rtdef] rename RT_SECTION attribute as rt_section
      
      * [rtdef] rename ALIGN attribute as rt_align
      
      * [legacy] add RT_USED ALIGN RT_SECTION RT_WEAK as legacy support
      99bdf978
  7. 08 12月, 2022 1 次提交
  8. 03 12月, 2022 1 次提交
  9. 20 9月, 2022 1 次提交
  10. 20 7月, 2022 1 次提交
  11. 01 7月, 2022 2 次提交
  12. 19 6月, 2022 1 次提交
  13. 08 6月, 2022 1 次提交
  14. 05 6月, 2022 1 次提交
  15. 25 5月, 2022 1 次提交
  16. 29 4月, 2022 1 次提交
  17. 20 4月, 2022 1 次提交
  18. 19 4月, 2022 1 次提交
  19. 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
  20. 24 1月, 2022 1 次提交
  21. 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
  22. 14 1月, 2022 1 次提交
  23. 08 1月, 2022 2 次提交
  24. 05 1月, 2022 1 次提交
  25. 30 12月, 2021 2 次提交
  26. 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
  27. 29 11月, 2021 1 次提交
  28. 14 10月, 2021 1 次提交
  29. 29 9月, 2021 2 次提交
  30. 27 9月, 2021 2 次提交
  31. 19 9月, 2021 1 次提交
  32. 15 9月, 2021 1 次提交