1. 12 3月, 2022 1 次提交
  2. 08 3月, 2022 1 次提交
  3. 13 2月, 2022 1 次提交
  4. 28 1月, 2022 1 次提交
  5. 26 1月, 2022 2 次提交
  6. 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
  7. 14 1月, 2022 1 次提交
  8. 10 1月, 2022 1 次提交
  9. 09 1月, 2022 1 次提交
  10. 08 1月, 2022 2 次提交
  11. 05 1月, 2022 1 次提交
    • G
      Improving hooking methods · b627414f
      Gabriel Wang 提交于
      - Backward compatible with existing function-pointer based hooking method
      - Using RT_USING_HOOK as an on/off switch
      - Introducing a new low-overhead macro-based hooking method
      b627414f
  12. 03 1月, 2022 1 次提交
  13. 30 12月, 2021 7 次提交
  14. 28 12月, 2021 1 次提交
  15. 27 12月, 2021 2 次提交
  16. 22 12月, 2021 1 次提交
  17. 16 12月, 2021 1 次提交
    • 还_没_想_好's avatar
      分离内存分配接口与内存分配算法 (#5175) · d724eed9
      还_没_想_好 提交于
      * [kernel][mem] Multiple instances of small memory allocation algorithm
      
      * [kernel][mem] Change small memory management algorithm memory header flag
      
      * [kernel][mem] Fix assertion problem
      
      * [kernel][slab] Multiple instances of slab memory management algorithm
      
      * [kernel][memheap] Remove rt_malloc/rt_free/rt_realloc and other related memory interfaces
      
      * [kernel][mem] Clean up memory space of small memory management objects
      
      * [kernel][kservice] Add memory application interface and thread protection interface
      
      * [kernel][kservice] Fix function return value problem
      
      * [kernel][memheap] Optimize memheaptrace print
      
      * [kernel][memheap] Support best mode
      
      * [kernel][memory] Remove semaphore lock
      
      * [kernel][memheap] Add locked flag
      
      * [kernel][memory] Support malloc memory in interrupt
      
      * [kernel][memheap] Add 'memheapcheck' cmd
      
      * [kernel][mem] Fix failure to request full memory
      
      * [kernel][memheap] Fix compilation warning
      
      * [kernel][mem] Fix mem realloc ASSERT
      
      * [examples][testcases] Add small mem testcase
      
      * [examples][mem_tc] Modify test memory size
      
      * [examples][testcases] Add slab memory management algorithm test case
      
      * [examples][testcases] fix small memory management algorithm test case
      
      * [kernel][memory] Adjusting memory allocation algorithm object definition and interface
      
      * [kernel][memory] Fix compilation warning
      
      * [examples][utest] Fix mem test case
      
      * [examples][utest] fix slab test case
      
      * [utest][testcases] Shorten test time
      
      * [kernel][memory] Formatting code
      
      * [examples][utest] Adjust test run time
      
      * [examples][utest] Formatting code
      
      * [bsp] update all rtconfig.h
      d724eed9
  18. 24 11月, 2021 1 次提交
  19. 23 11月, 2021 1 次提交
  20. 20 11月, 2021 1 次提交
  21. 17 11月, 2021 1 次提交
  22. 16 11月, 2021 1 次提交
  23. 15 11月, 2021 1 次提交
  24. 08 11月, 2021 1 次提交
  25. 22 10月, 2021 1 次提交
  26. 13 10月, 2021 2 次提交
  27. 29 9月, 2021 1 次提交
  28. 11 9月, 2021 1 次提交
  29. 31 8月, 2021 1 次提交
  30. 23 8月, 2021 1 次提交