[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:
supperthomas 2022-08-23 01:44:25 +08:00 committed by GitHub
parent 955b8d9ae3
commit f602d199d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
26 changed files with 2 additions and 67 deletions

View File

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

View File

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

View 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开发板常用 **板载资源** 如下:

View File

Before

Width:  |  Height:  |  Size: 96 KiB

After

Width:  |  Height:  |  Size: 96 KiB

View File

Before

Width:  |  Height:  |  Size: 65 KiB

After

Width:  |  Height:  |  Size: 65 KiB