Explorar el Código

修改英飞凌BSP名称

Rbb666 hace 2 años
padre
commit
0eba85eed4
Se han modificado 41 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      .github/workflows/action.yml
  2. 0 0
      bsp/cypress/psoc6-cy8ckit-062S2-43012/.config
  3. 0 0
      bsp/cypress/psoc6-cy8ckit-062S2-43012/.cproject
  4. 0 0
      bsp/cypress/psoc6-cy8ckit-062S2-43012/.gitignore
  5. 0 0
      bsp/cypress/psoc6-cy8ckit-062S2-43012/.project
  6. 0 0
      bsp/cypress/psoc6-cy8ckit-062S2-43012/.settings/dist_ide_project.DAPLink.Debug.rttlaunch
  7. 0 0
      bsp/cypress/psoc6-cy8ckit-062S2-43012/.settings/dist_ide_project.OpenOCD.Debug.rttlaunch
  8. 0 0
      bsp/cypress/psoc6-cy8ckit-062S2-43012/Kconfig
  9. 0 0
      bsp/cypress/psoc6-cy8ckit-062S2-43012/LICENSE
  10. 1 1
      bsp/cypress/psoc6-cy8ckit-062S2-43012/README.md
  11. 0 0
      bsp/cypress/psoc6-cy8ckit-062S2-43012/SConscript
  12. 0 0
      bsp/cypress/psoc6-cy8ckit-062S2-43012/SConstruct
  13. 0 0
      bsp/cypress/psoc6-cy8ckit-062S2-43012/applications/SConscript
  14. 0 0
      bsp/cypress/psoc6-cy8ckit-062S2-43012/applications/main.c
  15. 0 0
      bsp/cypress/psoc6-cy8ckit-062S2-43012/board/Kconfig
  16. 0 0
      bsp/cypress/psoc6-cy8ckit-062S2-43012/board/SConscript
  17. 0 0
      bsp/cypress/psoc6-cy8ckit-062S2-43012/board/board.c
  18. 0 0
      bsp/cypress/psoc6-cy8ckit-062S2-43012/board/board.h
  19. 0 0
      bsp/cypress/psoc6-cy8ckit-062S2-43012/board/linker_scripts/link.icf
  20. 0 0
      bsp/cypress/psoc6-cy8ckit-062S2-43012/board/linker_scripts/link.ld
  21. 0 0
      bsp/cypress/psoc6-cy8ckit-062S2-43012/board/linker_scripts/link.sct
  22. 0 0
      bsp/cypress/psoc6-cy8ckit-062S2-43012/board/ports/drv_rw007.c
  23. 0 0
      bsp/cypress/psoc6-cy8ckit-062S2-43012/board/ports/fal_cfg.h
  24. 0 0
      bsp/cypress/psoc6-cy8ckit-062S2-43012/board/ports/slider_sample.c
  25. 0 0
      bsp/cypress/psoc6-cy8ckit-062S2-43012/board/ports/spi_sample.c
  26. 0 0
      bsp/cypress/psoc6-cy8ckit-062S2-43012/figures/board.png
  27. 0 0
      bsp/cypress/psoc6-cy8ckit-062S2-43012/figures/mdk_package.png
  28. 0 0
      bsp/cypress/psoc6-cy8ckit-062S2-43012/figures/studio1.png
  29. BIN
      bsp/cypress/psoc6-cy8ckit-062S2-43012/figures/studio2.png
  30. 0 0
      bsp/cypress/psoc6-cy8ckit-062S2-43012/figures/studio3-build.png
  31. 0 0
      bsp/cypress/psoc6-cy8ckit-062S2-43012/figures/studio4-download.png
  32. 0 0
      bsp/cypress/psoc6-cy8ckit-062S2-43012/makefile.targets
  33. 0 0
      bsp/cypress/psoc6-cy8ckit-062S2-43012/project.uvoptx
  34. 0 0
      bsp/cypress/psoc6-cy8ckit-062S2-43012/project.uvproj
  35. 0 0
      bsp/cypress/psoc6-cy8ckit-062S2-43012/project.uvprojx
  36. 0 0
      bsp/cypress/psoc6-cy8ckit-062S2-43012/rtconfig.h
  37. 0 0
      bsp/cypress/psoc6-cy8ckit-062S2-43012/rtconfig.py
  38. 0 0
      bsp/cypress/psoc6-cy8ckit-062S2-43012/template.uvoptx
  39. 0 0
      bsp/cypress/psoc6-cy8ckit-062S2-43012/template.uvproj
  40. 0 0
      bsp/cypress/psoc6-cy8ckit-062S2-43012/template.uvprojx
  41. BIN
      bsp/cypress/psoc6-cy8cproto-4343w/figures/studio2.png

+ 1 - 1
.github/workflows/action.yml

@@ -41,7 +41,7 @@ jobs:
          - {RTT_BSP: "at91/at91sam9g45", RTT_TOOL_CHAIN: "sourcery-arm"}
          - {RTT_BSP: "at91/at91sam9260", RTT_TOOL_CHAIN: "sourcery-arm"}
          - {RTT_BSP: "allwinner_tina", RTT_TOOL_CHAIN: "sourcery-arm"}
-         - {RTT_BSP: "cypress/psoc6-cy8cproto-4343w", RTT_TOOL_CHAIN: "sourcery-arm"}
+         - {RTT_BSP: "cypress/psoc6-cy8ckit-062S2-43012", RTT_TOOL_CHAIN: "sourcery-arm"}
          - {RTT_BSP: "ft32/ft32f072xb-starter", RTT_TOOL_CHAIN: "sourcery-arm"}
          - {RTT_BSP: "gd32/arm/gd32103c-eval", RTT_TOOL_CHAIN: "sourcery-arm"}
          - {RTT_BSP: "gd32/arm/gd32105c-eval", RTT_TOOL_CHAIN: "sourcery-arm"}

+ 0 - 0
bsp/cypress/psoc6-cy8cproto-4343w/.config → bsp/cypress/psoc6-cy8ckit-062S2-43012/.config


+ 0 - 0
bsp/cypress/psoc6-cy8cproto-4343w/.cproject → bsp/cypress/psoc6-cy8ckit-062S2-43012/.cproject


+ 0 - 0
bsp/cypress/psoc6-cy8cproto-4343w/.gitignore → bsp/cypress/psoc6-cy8ckit-062S2-43012/.gitignore


+ 0 - 0
bsp/cypress/psoc6-cy8cproto-4343w/.project → bsp/cypress/psoc6-cy8ckit-062S2-43012/.project


+ 0 - 0
bsp/cypress/psoc6-cy8cproto-4343w/.settings/dist_ide_project.DAPLink.Debug.rttlaunch → bsp/cypress/psoc6-cy8ckit-062S2-43012/.settings/dist_ide_project.DAPLink.Debug.rttlaunch


+ 0 - 0
bsp/cypress/psoc6-cy8cproto-4343w/.settings/dist_ide_project.OpenOCD.Debug.rttlaunch → bsp/cypress/psoc6-cy8ckit-062S2-43012/.settings/dist_ide_project.OpenOCD.Debug.rttlaunch


+ 0 - 0
bsp/cypress/psoc6-cy8cproto-4343w/Kconfig → bsp/cypress/psoc6-cy8ckit-062S2-43012/Kconfig


+ 0 - 0
bsp/cypress/psoc6-cy8cproto-4343w/LICENSE → bsp/cypress/psoc6-cy8ckit-062S2-43012/LICENSE


+ 1 - 1
bsp/cypress/psoc6-cy8cproto-4343w/README.md → bsp/cypress/psoc6-cy8ckit-062S2-43012/README.md

@@ -14,7 +14,7 @@
 
 ## 开发板介绍
 
-`PSoC6 CY8CKIT-062S2-43012` 是赛普拉斯推出的一款32位双核CPU子系统( ARM Cortex-M4 和 ARM Cortex-M0)的开发板,具有单周期乘法的150-MHz Arm Cortex-M4F CPU (浮点和存储器保护单元),100-MHz Cortex M0+ CPU,带单周期乘法和MPU,可以充分发挥 PSoC6 双核芯片性能。
+`PSoC6 CY8CKIT-062S2-43012` 是英飞凌推出的一款32位双核CPU子系统( ARM Cortex-M4 和 ARM Cortex-M0)的开发板,具有单周期乘法的150-MHz Arm Cortex-M4F CPU (浮点和存储器保护单元),100-MHz Cortex M0+ CPU,带单周期乘法和MPU,可以充分发挥 PSoC6 双核芯片性能。
 
 开发板外观详细信息:[CY8CPROTO-062-4343W - Infineon Technologies](https://www.infineon.com/cms/en/product/evaluation-boards/cy8cproto-062-4343w/)
 

+ 0 - 0
bsp/cypress/psoc6-cy8cproto-4343w/SConscript → bsp/cypress/psoc6-cy8ckit-062S2-43012/SConscript


+ 0 - 0
bsp/cypress/psoc6-cy8cproto-4343w/SConstruct → bsp/cypress/psoc6-cy8ckit-062S2-43012/SConstruct


+ 0 - 0
bsp/cypress/psoc6-cy8cproto-4343w/applications/SConscript → bsp/cypress/psoc6-cy8ckit-062S2-43012/applications/SConscript


+ 0 - 0
bsp/cypress/psoc6-cy8cproto-4343w/applications/main.c → bsp/cypress/psoc6-cy8ckit-062S2-43012/applications/main.c


+ 0 - 0
bsp/cypress/psoc6-cy8cproto-4343w/board/Kconfig → bsp/cypress/psoc6-cy8ckit-062S2-43012/board/Kconfig


+ 0 - 0
bsp/cypress/psoc6-cy8cproto-4343w/board/SConscript → bsp/cypress/psoc6-cy8ckit-062S2-43012/board/SConscript


+ 0 - 0
bsp/cypress/psoc6-cy8cproto-4343w/board/board.c → bsp/cypress/psoc6-cy8ckit-062S2-43012/board/board.c


+ 0 - 0
bsp/cypress/psoc6-cy8cproto-4343w/board/board.h → bsp/cypress/psoc6-cy8ckit-062S2-43012/board/board.h


+ 0 - 0
bsp/cypress/psoc6-cy8cproto-4343w/board/linker_scripts/link.icf → bsp/cypress/psoc6-cy8ckit-062S2-43012/board/linker_scripts/link.icf


+ 0 - 0
bsp/cypress/psoc6-cy8cproto-4343w/board/linker_scripts/link.ld → bsp/cypress/psoc6-cy8ckit-062S2-43012/board/linker_scripts/link.ld


+ 0 - 0
bsp/cypress/psoc6-cy8cproto-4343w/board/linker_scripts/link.sct → bsp/cypress/psoc6-cy8ckit-062S2-43012/board/linker_scripts/link.sct


+ 0 - 0
bsp/cypress/psoc6-cy8cproto-4343w/board/ports/drv_rw007.c → bsp/cypress/psoc6-cy8ckit-062S2-43012/board/ports/drv_rw007.c


+ 0 - 0
bsp/cypress/psoc6-cy8cproto-4343w/board/ports/fal_cfg.h → bsp/cypress/psoc6-cy8ckit-062S2-43012/board/ports/fal_cfg.h


+ 0 - 0
bsp/cypress/psoc6-cy8cproto-4343w/board/ports/slider_sample.c → bsp/cypress/psoc6-cy8ckit-062S2-43012/board/ports/slider_sample.c


+ 0 - 0
bsp/cypress/psoc6-cy8cproto-4343w/board/ports/spi_sample.c → bsp/cypress/psoc6-cy8ckit-062S2-43012/board/ports/spi_sample.c


+ 0 - 0
bsp/cypress/psoc6-cy8cproto-4343w/figures/board.png → bsp/cypress/psoc6-cy8ckit-062S2-43012/figures/board.png


+ 0 - 0
bsp/cypress/psoc6-cy8cproto-4343w/figures/mdk_package.png → bsp/cypress/psoc6-cy8ckit-062S2-43012/figures/mdk_package.png


+ 0 - 0
bsp/cypress/psoc6-cy8cproto-4343w/figures/studio1.png → bsp/cypress/psoc6-cy8ckit-062S2-43012/figures/studio1.png


BIN
bsp/cypress/psoc6-cy8ckit-062S2-43012/figures/studio2.png


+ 0 - 0
bsp/cypress/psoc6-cy8cproto-4343w/figures/studio3-build.png → bsp/cypress/psoc6-cy8ckit-062S2-43012/figures/studio3-build.png


+ 0 - 0
bsp/cypress/psoc6-cy8cproto-4343w/figures/studio4-download.png → bsp/cypress/psoc6-cy8ckit-062S2-43012/figures/studio4-download.png


+ 0 - 0
bsp/cypress/psoc6-cy8cproto-4343w/makefile.targets → bsp/cypress/psoc6-cy8ckit-062S2-43012/makefile.targets


+ 0 - 0
bsp/cypress/psoc6-cy8cproto-4343w/project.uvoptx → bsp/cypress/psoc6-cy8ckit-062S2-43012/project.uvoptx


+ 0 - 0
bsp/cypress/psoc6-cy8cproto-4343w/project.uvproj → bsp/cypress/psoc6-cy8ckit-062S2-43012/project.uvproj


+ 0 - 0
bsp/cypress/psoc6-cy8cproto-4343w/project.uvprojx → bsp/cypress/psoc6-cy8ckit-062S2-43012/project.uvprojx


+ 0 - 0
bsp/cypress/psoc6-cy8cproto-4343w/rtconfig.h → bsp/cypress/psoc6-cy8ckit-062S2-43012/rtconfig.h


+ 0 - 0
bsp/cypress/psoc6-cy8cproto-4343w/rtconfig.py → bsp/cypress/psoc6-cy8ckit-062S2-43012/rtconfig.py


+ 0 - 0
bsp/cypress/psoc6-cy8cproto-4343w/template.uvoptx → bsp/cypress/psoc6-cy8ckit-062S2-43012/template.uvoptx


+ 0 - 0
bsp/cypress/psoc6-cy8cproto-4343w/template.uvproj → bsp/cypress/psoc6-cy8ckit-062S2-43012/template.uvproj


+ 0 - 0
bsp/cypress/psoc6-cy8cproto-4343w/template.uvprojx → bsp/cypress/psoc6-cy8ckit-062S2-43012/template.uvprojx


BIN
bsp/cypress/psoc6-cy8cproto-4343w/figures/studio2.png