fix:Invalid link and path for mm32f327/README.md (#8136)

Co-authored-by: Supper Thomas <78900636@qq.com>
This commit is contained in:
BetMul 2023-10-15 20:33:20 +08:00 committed by GitHub
parent a39da9cb59
commit 38e42b75a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 13 additions and 10 deletions

View File

@ -67,6 +67,7 @@ jobs:
- "hc32/ev_hc32f460_lqfp100_v2"
- "hc32l196"
- "mm32/mm32f3270-100ask-pitaya"
- "mm32f327x"
- "sam7x"
- "hk32/hk32f030c8-mini"
- "acm32/acm32f0x0-nucleo"

View File

@ -21,7 +21,7 @@
// Files includes
#include "types.h"
#include "mm32_device.h"
#include "HAL_eth_conf.h"
#include "hal_eth_conf.h"
////////////////////////////////////////////////////////////////////////////////
/// @addtogroup MM32_Hardware_Abstract_Layer
/// @{

View File

@ -23,7 +23,7 @@
// Files includes
#include "types.h"
#include "mm32_device.h"
#include "hal_EXTI.H"
#include "hal_exti.h"
////////////////////////////////////////////////////////////////////////////////
/// @addtogroup MM32_Hardware_Abstract_Layer
/// @{

View File

@ -2,9 +2,9 @@ from building import *
import rtconfig
cwd = GetCurrentDir()
src = ['MM32F327x/Source/system_mm32f327x.c']
CPPPATH = [cwd + '/CMSIS/KEIL_CORE', cwd + '/MM32F327x/Include', cwd + '/MM32F327x/Source', cwd + '/MM32F327x/HAL_Lib/Inc']
CPPPATH = [cwd + '/CMSIS/KEIL_Core', cwd + '/MM32F327x/Include', cwd + '/MM32F327x/Source', cwd + '/MM32F327x/HAL_Lib/Inc']
src += Glob('MM32F327x/HAL_lib/src/*.c')
src += Glob('MM32F327x/HAL_Lib/Src/*.c')
CPPDEFINES = ['USE_STDPERIPH_DRIVER']
if rtconfig.PLATFORM in ['armcc', 'armclang']:

View File

@ -44,7 +44,7 @@ MM32F3270 EVB 开发板特性:
- 4-36pin0.1 英寸间距双排连接器, 管脚顺序与 MCU 相同
- PCB 板面尺寸6.4*3.2 英寸
更多详细信息请咨询[灵动微电子技术支持][http://www.mm32.com.cn]
更多详细信息请咨询[上海灵动微电子](https://www.mindmotion.com.cn/)
## 2. 编译说明
@ -73,13 +73,15 @@ MM32F3270 EVB 开发板特性:
## 5. 参考
- [MM32F3270系列数据手册]([DS_MM32F3270_V1.02_SC.pdf (mindmotion.com.cn)](http://www.mindmotion.com.cn/userfiles/images/MM32F3270XiLieWenDang/DS_MM32F3270_V1.02_SC.pdf))
- [MM32F3270系列数据手册](https://www.mindmotion.com.cn/download/products/DS_MM32F3270_SC.pdf)
- [MM32F3270系列用户手册]([www.mindmotion.com.cn/userfiles/images/MM32F3270XiLieWenDang/UM_MM32F3270_V0.93_SC.pdf](http://www.mindmotion.com.cn/userfiles/images/MM32F3270XiLieWenDang/UM_MM32F3270_V0.93_SC.pdf))
- [MM32F3270系列用户手册](https://www.mindmotion.com.cn/download/products/UM_MM32F3270_SC.pdf)
- [MiniBoardStartKit资料包](http://www.mm32.com.cn/download.aspx?cid=2545)
- [MiniBoard(MM32F3273G6P)资料包](https://www.mindmotion.com.cn/support/development_tools/evaluation_boards/miniboard/mm32f3273g6p/)
- [keil pack安装包](http://www.mm32.com.cn/download.aspx?cid=2546)
- [KEIL Pack 设备支持包](https://www.mindmotion.com.cn/support/software/keil_pack/)
- [MM32 支持工具包](http://www.mm32.com.cn/download.aspx?cid=2547)
- [IAR Pack 设备支持包](https://www.mindmotion.com.cn/support/software/iar_pack/)
- [MM32 支持工具包](https://www.mindmotion.com.cn/support/development_tools/debug_and_programming_tools/)