1. 17 10月, 2022 3 次提交
  2. 03 10月, 2022 1 次提交
  3. 16 8月, 2022 1 次提交
  4. 29 3月, 2022 1 次提交
  5. 26 1月, 2022 1 次提交
  6. 09 1月, 2022 1 次提交
  7. 17 12月, 2021 1 次提交
  8. 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
  9. 28 2月, 2020 1 次提交
  10. 16 1月, 2020 1 次提交
    • W
      [bsp][synopsys] add basic new embarc bsp support · fe24ae7c
      Watson Zeng 提交于
      * the initial support of synopsys designware ARC processor
        using embARC_BSP, all synopsys ARC-based boards are
        supported:
        -ARC Software Development Platform
        -ARC EM Starter Kit
        -ARC EM Software Development Platform
        -ARC HS Development Kit
        -ARC IoT Development Kit
      
      * The embARC BSP is a new generation embARC software development
        package.  ​It is designed to be the inter-layer between hardware and
        operating system. ​ BSP could hide the difference of hardware/boards,
        provide a unified interface to upper-layer.
      
      * the initial support of synopsys MWDT toolchain.
        The DesignWare® ARC® MetaWare Development Toolkit builds upon
        a 25-year legacy of industry-leading compiler and debugger products.
        It is a complete solution that contains all the components needed to
        support the development, debugging and tuning of embedded applications
        for the DesignWare ARC processors.
      
      * for detailed board information, pls go embarc.org.
      Signed-off-by: NWatson Zeng <zhiwei@synopsys.com>
      fe24ae7c