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