From f602d199d37649ee4d9765f49a57019be0bb5dfa Mon Sep 17 00:00:00 2001 From: supperthomas <78900636@qq.com> Date: Tue, 23 Aug 2022 01:44:25 +0800 Subject: [PATCH] [bsp/maxium/max3660]Update README.md (#6323) * Update README.md * rename as max32660-evsys Co-authored-by: Meco Man <920369182@qq.com> --- .../.cortex-debug.peripherals.state.json | 1 - .../.cortex-debug.registers.state.json | 1 - bsp/maxim/MAX32660_EVSYS/.vscode/launch.json | 24 ----------- bsp/maxim/MAX32660_EVSYS/.vscode/tasks.json | 39 ------------------ .../.config | 0 .../Kconfig | 0 .../README.md | 4 +- .../SConscript | 0 .../SConstruct | 0 .../applications/SConscript | 0 .../applications/application.c | 0 .../board/Kconfig | 0 .../board/SConscript | 0 .../board/board.c | 0 .../board/board.h | 0 .../board/linker_scripts/link.lds | 0 .../board/linker_scripts/link.sct | 0 .../doc/images/board.jpg | Bin .../doc/images/pins.jpg} | Bin .../max32660.svd | 0 .../project.uvoptx | 0 .../project.uvprojx | 0 .../rtconfig.h | 0 .../rtconfig.py | 0 .../template.uvoptx | 0 .../template.uvprojx | 0 26 files changed, 2 insertions(+), 67 deletions(-) delete mode 100644 bsp/maxim/MAX32660_EVSYS/.vscode/.cortex-debug.peripherals.state.json delete mode 100644 bsp/maxim/MAX32660_EVSYS/.vscode/.cortex-debug.registers.state.json delete mode 100644 bsp/maxim/MAX32660_EVSYS/.vscode/launch.json delete mode 100644 bsp/maxim/MAX32660_EVSYS/.vscode/tasks.json rename bsp/maxim/{MAX32660_EVSYS => max32660-evsys}/.config (100%) rename bsp/maxim/{MAX32660_EVSYS => max32660-evsys}/Kconfig (100%) rename bsp/maxim/{MAX32660_EVSYS => max32660-evsys}/README.md (98%) rename bsp/maxim/{MAX32660_EVSYS => max32660-evsys}/SConscript (100%) rename bsp/maxim/{MAX32660_EVSYS => max32660-evsys}/SConstruct (100%) rename bsp/maxim/{MAX32660_EVSYS => max32660-evsys}/applications/SConscript (100%) rename bsp/maxim/{MAX32660_EVSYS => max32660-evsys}/applications/application.c (100%) rename bsp/maxim/{MAX32660_EVSYS => max32660-evsys}/board/Kconfig (100%) rename bsp/maxim/{MAX32660_EVSYS => max32660-evsys}/board/SConscript (100%) rename bsp/maxim/{MAX32660_EVSYS => max32660-evsys}/board/board.c (100%) rename bsp/maxim/{MAX32660_EVSYS => max32660-evsys}/board/board.h (100%) rename bsp/maxim/{MAX32660_EVSYS => max32660-evsys}/board/linker_scripts/link.lds (100%) rename bsp/maxim/{MAX32660_EVSYS => max32660-evsys}/board/linker_scripts/link.sct (100%) rename bsp/maxim/{MAX32660_EVSYS => max32660-evsys}/doc/images/board.jpg (100%) rename bsp/maxim/{MAX32660_EVSYS/doc/images/pins.JPG => max32660-evsys/doc/images/pins.jpg} (100%) rename bsp/maxim/{MAX32660_EVSYS => max32660-evsys}/max32660.svd (100%) rename bsp/maxim/{MAX32660_EVSYS => max32660-evsys}/project.uvoptx (100%) rename bsp/maxim/{MAX32660_EVSYS => max32660-evsys}/project.uvprojx (100%) rename bsp/maxim/{MAX32660_EVSYS => max32660-evsys}/rtconfig.h (100%) rename bsp/maxim/{MAX32660_EVSYS => max32660-evsys}/rtconfig.py (100%) rename bsp/maxim/{MAX32660_EVSYS => max32660-evsys}/template.uvoptx (100%) rename bsp/maxim/{MAX32660_EVSYS => max32660-evsys}/template.uvprojx (100%) diff --git a/bsp/maxim/MAX32660_EVSYS/.vscode/.cortex-debug.peripherals.state.json b/bsp/maxim/MAX32660_EVSYS/.vscode/.cortex-debug.peripherals.state.json deleted file mode 100644 index 0637a088a0..0000000000 --- a/bsp/maxim/MAX32660_EVSYS/.vscode/.cortex-debug.peripherals.state.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/bsp/maxim/MAX32660_EVSYS/.vscode/.cortex-debug.registers.state.json b/bsp/maxim/MAX32660_EVSYS/.vscode/.cortex-debug.registers.state.json deleted file mode 100644 index 0637a088a0..0000000000 --- a/bsp/maxim/MAX32660_EVSYS/.vscode/.cortex-debug.registers.state.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/bsp/maxim/MAX32660_EVSYS/.vscode/launch.json b/bsp/maxim/MAX32660_EVSYS/.vscode/launch.json deleted file mode 100644 index 138d6ae360..0000000000 --- a/bsp/maxim/MAX32660_EVSYS/.vscode/launch.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - // 使用 IntelliSense 了解相关属性。 - // 悬停以查看现有属性的描述。 - // 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [ - { - "cwd": "${workspaceRoot}", - "executable": "rt-thread.elf", - "name": "Debug MAX", - "request": "launch", - "type": "cortex-debug", - "servertype": "openocd", - "interface": "swd", - "svdFile": "max32660.svd", - "configFiles": [ - "interface/cmsis-dap.cfg", - "target/max32660.cfg" - ], - "runToMain": true, - //"preLaunchTask": "build" - }, - ] -} \ No newline at end of file diff --git a/bsp/maxim/MAX32660_EVSYS/.vscode/tasks.json b/bsp/maxim/MAX32660_EVSYS/.vscode/tasks.json deleted file mode 100644 index 278b38cf33..0000000000 --- a/bsp/maxim/MAX32660_EVSYS/.vscode/tasks.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - // See https://go.microsoft.com/fwlink/?LinkId=733558 - // for the documentation about the tasks.json format - "version": "2.0.0", - "tasks": [ - { - "label": "build", - "type": "shell", - "command": "scons", - "problemMatcher": [ - "$gcc" - ], - "presentation": { - "echo": true, - "reveal": "always", - "focus": true, - "panel": "shared", - "showReuseMessage": true - }, - "group": { - "kind": "build", - "isDefault": true - } - }, - { - "label": "clean", - "type": "shell", - "command": "scons -c", - "problemMatcher": [], - "presentation": { - "echo": true, - "reveal": "always", - "focus": true, - "panel": "shared", - "showReuseMessage": true - } - }, - ] -} \ No newline at end of file diff --git a/bsp/maxim/MAX32660_EVSYS/.config b/bsp/maxim/max32660-evsys/.config similarity index 100% rename from bsp/maxim/MAX32660_EVSYS/.config rename to bsp/maxim/max32660-evsys/.config diff --git a/bsp/maxim/MAX32660_EVSYS/Kconfig b/bsp/maxim/max32660-evsys/Kconfig similarity index 100% rename from bsp/maxim/MAX32660_EVSYS/Kconfig rename to bsp/maxim/max32660-evsys/Kconfig diff --git a/bsp/maxim/MAX32660_EVSYS/README.md b/bsp/maxim/max32660-evsys/README.md similarity index 98% rename from bsp/maxim/MAX32660_EVSYS/README.md rename to bsp/maxim/max32660-evsys/README.md index 421ac515f6..f94d9139b5 100644 --- a/bsp/maxim/MAX32660_EVSYS/README.md +++ b/bsp/maxim/max32660-evsys/README.md @@ -41,11 +41,11 @@ MAX32660-EVSYS是美信官方的开发板,搭载MAX32660芯片,基于ARM Cor 开发板外观如下图所示 -![](doc/images/board.jpg) +![board](doc/images/board.jpg) 开发板引脚连接图如图所示: -![board](doc\images\pins.jpg) +![pins](doc/images/pins.jpg) MAX32660-EVSYS开发板常用 **板载资源** 如下: diff --git a/bsp/maxim/MAX32660_EVSYS/SConscript b/bsp/maxim/max32660-evsys/SConscript similarity index 100% rename from bsp/maxim/MAX32660_EVSYS/SConscript rename to bsp/maxim/max32660-evsys/SConscript diff --git a/bsp/maxim/MAX32660_EVSYS/SConstruct b/bsp/maxim/max32660-evsys/SConstruct similarity index 100% rename from bsp/maxim/MAX32660_EVSYS/SConstruct rename to bsp/maxim/max32660-evsys/SConstruct diff --git a/bsp/maxim/MAX32660_EVSYS/applications/SConscript b/bsp/maxim/max32660-evsys/applications/SConscript similarity index 100% rename from bsp/maxim/MAX32660_EVSYS/applications/SConscript rename to bsp/maxim/max32660-evsys/applications/SConscript diff --git a/bsp/maxim/MAX32660_EVSYS/applications/application.c b/bsp/maxim/max32660-evsys/applications/application.c similarity index 100% rename from bsp/maxim/MAX32660_EVSYS/applications/application.c rename to bsp/maxim/max32660-evsys/applications/application.c diff --git a/bsp/maxim/MAX32660_EVSYS/board/Kconfig b/bsp/maxim/max32660-evsys/board/Kconfig similarity index 100% rename from bsp/maxim/MAX32660_EVSYS/board/Kconfig rename to bsp/maxim/max32660-evsys/board/Kconfig diff --git a/bsp/maxim/MAX32660_EVSYS/board/SConscript b/bsp/maxim/max32660-evsys/board/SConscript similarity index 100% rename from bsp/maxim/MAX32660_EVSYS/board/SConscript rename to bsp/maxim/max32660-evsys/board/SConscript diff --git a/bsp/maxim/MAX32660_EVSYS/board/board.c b/bsp/maxim/max32660-evsys/board/board.c similarity index 100% rename from bsp/maxim/MAX32660_EVSYS/board/board.c rename to bsp/maxim/max32660-evsys/board/board.c diff --git a/bsp/maxim/MAX32660_EVSYS/board/board.h b/bsp/maxim/max32660-evsys/board/board.h similarity index 100% rename from bsp/maxim/MAX32660_EVSYS/board/board.h rename to bsp/maxim/max32660-evsys/board/board.h diff --git a/bsp/maxim/MAX32660_EVSYS/board/linker_scripts/link.lds b/bsp/maxim/max32660-evsys/board/linker_scripts/link.lds similarity index 100% rename from bsp/maxim/MAX32660_EVSYS/board/linker_scripts/link.lds rename to bsp/maxim/max32660-evsys/board/linker_scripts/link.lds diff --git a/bsp/maxim/MAX32660_EVSYS/board/linker_scripts/link.sct b/bsp/maxim/max32660-evsys/board/linker_scripts/link.sct similarity index 100% rename from bsp/maxim/MAX32660_EVSYS/board/linker_scripts/link.sct rename to bsp/maxim/max32660-evsys/board/linker_scripts/link.sct diff --git a/bsp/maxim/MAX32660_EVSYS/doc/images/board.jpg b/bsp/maxim/max32660-evsys/doc/images/board.jpg similarity index 100% rename from bsp/maxim/MAX32660_EVSYS/doc/images/board.jpg rename to bsp/maxim/max32660-evsys/doc/images/board.jpg diff --git a/bsp/maxim/MAX32660_EVSYS/doc/images/pins.JPG b/bsp/maxim/max32660-evsys/doc/images/pins.jpg similarity index 100% rename from bsp/maxim/MAX32660_EVSYS/doc/images/pins.JPG rename to bsp/maxim/max32660-evsys/doc/images/pins.jpg diff --git a/bsp/maxim/MAX32660_EVSYS/max32660.svd b/bsp/maxim/max32660-evsys/max32660.svd similarity index 100% rename from bsp/maxim/MAX32660_EVSYS/max32660.svd rename to bsp/maxim/max32660-evsys/max32660.svd diff --git a/bsp/maxim/MAX32660_EVSYS/project.uvoptx b/bsp/maxim/max32660-evsys/project.uvoptx similarity index 100% rename from bsp/maxim/MAX32660_EVSYS/project.uvoptx rename to bsp/maxim/max32660-evsys/project.uvoptx diff --git a/bsp/maxim/MAX32660_EVSYS/project.uvprojx b/bsp/maxim/max32660-evsys/project.uvprojx similarity index 100% rename from bsp/maxim/MAX32660_EVSYS/project.uvprojx rename to bsp/maxim/max32660-evsys/project.uvprojx diff --git a/bsp/maxim/MAX32660_EVSYS/rtconfig.h b/bsp/maxim/max32660-evsys/rtconfig.h similarity index 100% rename from bsp/maxim/MAX32660_EVSYS/rtconfig.h rename to bsp/maxim/max32660-evsys/rtconfig.h diff --git a/bsp/maxim/MAX32660_EVSYS/rtconfig.py b/bsp/maxim/max32660-evsys/rtconfig.py similarity index 100% rename from bsp/maxim/MAX32660_EVSYS/rtconfig.py rename to bsp/maxim/max32660-evsys/rtconfig.py diff --git a/bsp/maxim/MAX32660_EVSYS/template.uvoptx b/bsp/maxim/max32660-evsys/template.uvoptx similarity index 100% rename from bsp/maxim/MAX32660_EVSYS/template.uvoptx rename to bsp/maxim/max32660-evsys/template.uvoptx diff --git a/bsp/maxim/MAX32660_EVSYS/template.uvprojx b/bsp/maxim/max32660-evsys/template.uvprojx similarity index 100% rename from bsp/maxim/MAX32660_EVSYS/template.uvprojx rename to bsp/maxim/max32660-evsys/template.uvprojx -- GitLab