1. 07 4月, 2020 3 次提交
  2. 18 3月, 2020 2 次提交
  3. 02 3月, 2020 2 次提交
  4. 26 2月, 2020 3 次提交
  5. 21 2月, 2020 1 次提交
  6. 20 2月, 2020 2 次提交
  7. 17 2月, 2020 1 次提交
  8. 16 2月, 2020 1 次提交
  9. 11 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
  11. 15 1月, 2020 2 次提交
  12. 10 1月, 2020 1 次提交
  13. 11 12月, 2019 3 次提交
  14. 05 11月, 2019 1 次提交
  15. 29 10月, 2019 1 次提交
  16. 23 10月, 2019 1 次提交
  17. 22 10月, 2019 1 次提交
  18. 27 9月, 2019 1 次提交
  19. 19 9月, 2019 1 次提交
  20. 07 9月, 2019 1 次提交
  21. 24 8月, 2019 1 次提交
  22. 21 8月, 2019 1 次提交
  23. 24 7月, 2019 1 次提交
  24. 19 7月, 2019 2 次提交
  25. 03 7月, 2019 2 次提交
  26. 19 6月, 2019 1 次提交
  27. 18 6月, 2019 1 次提交
    • [libcpu][C28x] Fix bugs of old c28x interrupt api which can not save and restore int status · 21d32cdb
      明德无敌赵晓薇 提交于
      In C28x DSP, interrupt status are stored in ST1 register. Both INTM and DBGM is used for masking interrupt, while the latter one is used in real-time debug mode. The origin function rudely enable and disable the interrupt without considering the recent interrupt status, which not only may cause  problem in some situation but also is not in conformity with rt-thread design specifications. The new api will fix this bug.
      21d32cdb
  28. 29 5月, 2019 1 次提交