1. 29 3月, 2022 1 次提交
  2. 16 1月, 2022 1 次提交
  3. 20 12月, 2021 1 次提交
  4. 19 12月, 2021 1 次提交
  5. 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
  6. 16 12月, 2021 4 次提交
    • 还_没_想_好'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
    • mysterywolf's avatar
      [simulator][lvgl] 处理注释 · d4a72f29
      mysterywolf 提交于
      d4a72f29
    • mysterywolf's avatar
      [simulator][win32] add lvgl driver · e72eb1ae
      mysterywolf 提交于
      e72eb1ae
    • mysterywolf's avatar
      [qemu][lvgl]移除无用的定义和对外声明 · a8796abd
      mysterywolf 提交于
      a8796abd
  7. 15 12月, 2021 6 次提交
  8. 10 12月, 2021 1 次提交
  9. 09 12月, 2021 2 次提交
  10. 04 12月, 2021 1 次提交
  11. 02 12月, 2021 1 次提交
  12. 29 10月, 2021 1 次提交
  13. 14 10月, 2021 1 次提交
  14. 05 9月, 2021 1 次提交
  15. 16 6月, 2021 1 次提交
  16. 14 5月, 2021 1 次提交
    • littlefrog1992's avatar
      [update] 整理cortex-a aarch32启动代码 · 42ce237d
      littlefrog1992 提交于
      1. 去除start_gcc.s中set_secondary_cpu_boot_address代码,这部分提取到qemu-vexpress-a9 bsp中。
      2. 移动cpu.c中rt_hw_cpu_id函数到cp15_gcc.s,使用汇编实现,采用wake属性,方便bsp根据cpu特性获取CPU ID(多cpu集群中,不同厂家使用组合不一样).
      3. 整理start_gcc.s 适应多核启动,原来的代码只考虑到双核的情况。
      42ce237d
  17. 13 5月, 2021 1 次提交
  18. 12 5月, 2021 1 次提交
  19. 21 4月, 2021 2 次提交
  20. 31 12月, 2020 1 次提交
  21. 19 12月, 2020 1 次提交
  22. 17 2月, 2020 4 次提交
    • D
      Fixed spelling mistakes of code in drv_sound.c · 8b4f55a3
      David Lin 提交于
      macro error:  
      	PL041_CHANNLE_LEFT_DAC  -> PL041_CHANNEL_LEFT_DAC
      	PL041_CHANNLE_RIGHT_DAC  ->  PL041_CHANNEL_RIGHT_DAC
      	PL041_CHANNLE_LEFT_ADC   -> PL041_CHANNEL_LEFT_ADC
      	PL041_CHANNLE_RIGHT_ADC  -> PL041_CHANNEL_RIGHT_ADC             
      parameter error:
      	channle -> channel
      functions error:
      	aaci_pl041_channle_disable -> aaci_pl041_channel_disable
      	aaci_pl041_channle_enable -> aaci_pl041_channel_enable
      	aaci_pl041_channle_write -> aaci_pl041_channel_write
      	aaci_pl041_channle_cfg -> aaci_pl041_channel_cfg
      8b4f55a3
    • D
      Update drv_pl041.h · 8a3b6b1d
      David Lin 提交于
      8a3b6b1d
    • D
      Fixed spelling mistakes of code in drv_pl041.h · 9ca77d6f
      David Lin 提交于
      macro error:  
      	PL041_CHANNLE_LEFT_DAC  -> PL041_CHANNEL_LEFT_DAC
      	PL041_CHANNLE_RIGHT_DAC  ->  PL041_CHANNEL_RIGHT_DAC
      	PL041_CHANNLE_LEFT_ADC   -> PL041_CHANNEL_LEFT_ADC
      	PL041_CHANNLE_RIGHT_ADC  -> PL041_CHANNEL_RIGHT_ADC             
      parameter error:
      	channle -> channel
      functions error:
      	aaci_pl041_channle_disable -> aaci_pl041_channel_disable
      	aaci_pl041_channle_enable -> aaci_pl041_channel_enable
      	aaci_pl041_channle_read -> aaci_pl041_channel_read
      	aaci_pl041_channle_write -> aaci_pl041_channel_write
      	aaci_pl041_channle_cfg -> aaci_pl041_channel_cfg
      9ca77d6f
    • D
      Fixed spelling mistakes of code in drv_pl041.c · 1f353c6f
      David Lin 提交于
      macro error:  
      	PL041_CHANNLE_NUM ->   PL041_CHANNEL_NUM 
      parameter error:
      	channle -> channel
      functions error:
      	aaci_pl041_channle_disable -> aaci_pl041_channel_disable
      	aaci_pl041_channle_enable -> aaci_pl041_channel_enable
      	aaci_pl041_channle_read -> aaci_pl041_channel_read
      	aaci_pl041_channle_write -> aaci_pl041_channel_write
      	aaci_pl041_channle_cfg -> aaci_pl041_channel_cfg
      1f353c6f
  23. 12 10月, 2019 1 次提交
  24. 07 8月, 2019 1 次提交
  25. 06 8月, 2019 1 次提交
  26. 23 7月, 2019 1 次提交
  27. 12 5月, 2019 1 次提交