Преглед изворни кода

[bsp/maxium/max3660]Update README.md (#6323)

* Update README.md

* rename as max32660-evsys

Co-authored-by: Meco Man <920369182@qq.com>
supperthomas пре 3 година
родитељ
комит
f602d199d3

+ 0 - 1
bsp/maxim/MAX32660_EVSYS/.vscode/.cortex-debug.peripherals.state.json

@@ -1 +0,0 @@
-[]

+ 0 - 1
bsp/maxim/MAX32660_EVSYS/.vscode/.cortex-debug.registers.state.json

@@ -1 +0,0 @@
-[]

+ 0 - 24
bsp/maxim/MAX32660_EVSYS/.vscode/launch.json

@@ -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"
-        },
-    ]
-}

+ 0 - 39
bsp/maxim/MAX32660_EVSYS/.vscode/tasks.json

@@ -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
-            }
-        },
-    ]
-}

+ 0 - 0
bsp/maxim/MAX32660_EVSYS/.config → bsp/maxim/max32660-evsys/.config


+ 0 - 0
bsp/maxim/MAX32660_EVSYS/Kconfig → bsp/maxim/max32660-evsys/Kconfig


+ 2 - 2
bsp/maxim/MAX32660_EVSYS/README.md → 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开发板常用 **板载资源** 如下:
 

+ 0 - 0
bsp/maxim/MAX32660_EVSYS/SConscript → bsp/maxim/max32660-evsys/SConscript


+ 0 - 0
bsp/maxim/MAX32660_EVSYS/SConstruct → bsp/maxim/max32660-evsys/SConstruct


+ 0 - 0
bsp/maxim/MAX32660_EVSYS/applications/SConscript → bsp/maxim/max32660-evsys/applications/SConscript


+ 0 - 0
bsp/maxim/MAX32660_EVSYS/applications/application.c → bsp/maxim/max32660-evsys/applications/application.c


+ 0 - 0
bsp/maxim/MAX32660_EVSYS/board/Kconfig → bsp/maxim/max32660-evsys/board/Kconfig


+ 0 - 0
bsp/maxim/MAX32660_EVSYS/board/SConscript → bsp/maxim/max32660-evsys/board/SConscript


+ 0 - 0
bsp/maxim/MAX32660_EVSYS/board/board.c → bsp/maxim/max32660-evsys/board/board.c


+ 0 - 0
bsp/maxim/MAX32660_EVSYS/board/board.h → bsp/maxim/max32660-evsys/board/board.h


+ 0 - 0
bsp/maxim/MAX32660_EVSYS/board/linker_scripts/link.lds → bsp/maxim/max32660-evsys/board/linker_scripts/link.lds


+ 0 - 0
bsp/maxim/MAX32660_EVSYS/board/linker_scripts/link.sct → bsp/maxim/max32660-evsys/board/linker_scripts/link.sct


+ 0 - 0
bsp/maxim/MAX32660_EVSYS/doc/images/board.jpg → bsp/maxim/max32660-evsys/doc/images/board.jpg


+ 0 - 0
bsp/maxim/MAX32660_EVSYS/doc/images/pins.JPG → bsp/maxim/max32660-evsys/doc/images/pins.jpg


+ 0 - 0
bsp/maxim/MAX32660_EVSYS/max32660.svd → bsp/maxim/max32660-evsys/max32660.svd


+ 0 - 0
bsp/maxim/MAX32660_EVSYS/project.uvoptx → bsp/maxim/max32660-evsys/project.uvoptx


+ 0 - 0
bsp/maxim/MAX32660_EVSYS/project.uvprojx → bsp/maxim/max32660-evsys/project.uvprojx


+ 0 - 0
bsp/maxim/MAX32660_EVSYS/rtconfig.h → bsp/maxim/max32660-evsys/rtconfig.h


+ 0 - 0
bsp/maxim/MAX32660_EVSYS/rtconfig.py → bsp/maxim/max32660-evsys/rtconfig.py


+ 0 - 0
bsp/maxim/MAX32660_EVSYS/template.uvoptx → bsp/maxim/max32660-evsys/template.uvoptx


+ 0 - 0
bsp/maxim/MAX32660_EVSYS/template.uvprojx → bsp/maxim/max32660-evsys/template.uvprojx