[bsp/maxium/max3660]Update README.md (#6323)
* Update README.md * rename as max32660-evsys Co-authored-by: Meco Man <920369182@qq.com>
This commit is contained in:
parent
955b8d9ae3
commit
f602d199d3
|
@ -1 +0,0 @@
|
||||||
[]
|
|
|
@ -1 +0,0 @@
|
||||||
[]
|
|
|
@ -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"
|
|
||||||
},
|
|
||||||
]
|
|
||||||
}
|
|
|
@ -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
|
|
||||||
}
|
|
||||||
},
|
|
||||||
]
|
|
||||||
}
|
|
|
@ -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开发板常用 **板载资源** 如下:
|
MAX32660-EVSYS开发板常用 **板载资源** 如下:
|
||||||
|
|
Before Width: | Height: | Size: 96 KiB After Width: | Height: | Size: 96 KiB |
Before Width: | Height: | Size: 65 KiB After Width: | Height: | Size: 65 KiB |
Loading…
Reference in New Issue