未验证 提交 f602d199 编写于 作者: Thomas_Fly's avatar Thomas_Fly 提交者: GitHub

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

* Update README.md

* rename as max32660-evsys
Co-authored-by: mysterywolf's avatarMeco Man <920369182@qq.com>
上级 955b8d9a
{
// 使用 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
{
// 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
......@@ -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开发板常用 **板载资源** 如下:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册