1. 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
  2. 02 12月, 2021 1 次提交
  3. 14 10月, 2021 1 次提交
  4. 08 9月, 2020 2 次提交
  5. 05 9月, 2019 1 次提交
  6. 08 3月, 2019 1 次提交
  7. 06 3月, 2019 1 次提交
  8. 17 12月, 2018 1 次提交
  9. 04 3月, 2018 1 次提交
  10. 09 4月, 2017 1 次提交
  11. 21 9月, 2016 1 次提交
  12. 15 10月, 2015 1 次提交
  13. 24 9月, 2015 1 次提交
  14. 04 7月, 2015 1 次提交
  15. 04 5月, 2015 1 次提交
  16. 01 11月, 2014 1 次提交
  17. 02 1月, 2014 1 次提交
  18. 20 10月, 2013 1 次提交
  19. 05 6月, 2013 1 次提交
  20. 31 5月, 2013 1 次提交
    • G
      rm48x50: VFP lazy stacking · 24fc6e6e
      Grissiom 提交于
      You need to turn on RT_VFP_LAZY_STACKING in rtconfig.h. By default, RTT
      will turn on VFP for all threads and stack all the VFP registers. When
      doing lazy stacking, VFP will only be turned on for the thread who
      issued VFP instructions.
      
      Currently, if a thread turned on VFP, it cannot be turned off. RTT will
      never know what time the thread doesn't need VFP any more. The thread
      might could turn off the VFP for it self in proper time.
      24fc6e6e
  21. 29 5月, 2013 2 次提交
  22. 24 5月, 2013 1 次提交
    • G
      add rm48x50 bsp and libcpu · f51bce3f
      Grissiom 提交于
      We currently only support building with CCS and SCons is not using.
      bsp/rm48x50/HALCoGen/HALCoGen.{hcg,dil} is the HALCoGen project file.
      You may need to regenerate the source file as you like, providing that:
      
          1, IRQ is in Dispatch Mode and the table entry is IRQ_Handler. The
          channel 5 in enabled and connected to IRQ.
      
          2, RTI driver is enabled and compare3 source is selected to counter1
          and the compare3 will generate tick in the period of 10ms. This
          value is coresponding with RT_TICK_PER_SECOND in rtconfig.h.
      
      In CCS, you need to create a new CCS project and create link folders
      pointing at bsp/rm48x50, libcpu/arm/rm48x50 and src/, include/. Remember
      to add the include path to the Build Properties.
      f51bce3f
  23. 21 2月, 2013 1 次提交
  24. 09 10月, 2012 1 次提交
  25. 24 9月, 2012 1 次提交
  26. 16 4月, 2012 1 次提交
  27. 05 11月, 2011 1 次提交
  28. 14 10月, 2011 1 次提交
  29. 24 6月, 2011 1 次提交
  30. 25 5月, 2010 1 次提交
  31. 24 5月, 2010 1 次提交
  32. 19 4月, 2010 2 次提交
  33. 09 3月, 2010 1 次提交
  34. 03 3月, 2010 1 次提交
  35. 15 1月, 2010 1 次提交
  36. 25 12月, 2009 1 次提交
  37. 22 12月, 2009 1 次提交