1. 24 2月, 2020 5 次提交
  2. 23 2月, 2020 1 次提交
  3. 20 2月, 2020 3 次提交
  4. 17 2月, 2020 5 次提交
    • 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
    • armink_ztl's avatar
      [bsp/stm32] update eclipse project. · 19dd4044
      armink_ztl 提交于
      19dd4044
    • 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
  5. 16 2月, 2020 3 次提交
  6. 06 2月, 2020 2 次提交
  7. 05 2月, 2020 1 次提交
  8. 04 2月, 2020 1 次提交
  9. 23 1月, 2020 1 次提交
  10. 20 1月, 2020 1 次提交
  11. 18 1月, 2020 1 次提交
  12. 17 1月, 2020 4 次提交
  13. 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
  14. 15 1月, 2020 9 次提交
  15. 13 1月, 2020 1 次提交
  16. 10 1月, 2020 1 次提交