Skip to content

Commit

Permalink
fix:Invalid link and path for mm32f327/README.md (#8136)
Browse files Browse the repository at this point in the history
Co-authored-by: Supper Thomas <[email protected]>
  • Loading branch information
bettermultiply and supperthomas committed Oct 15, 2023
1 parent a39da9c commit 38e42b7
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 10 deletions.
1 change: 1 addition & 0 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
- "hc32/ev_hc32f460_lqfp100_v2"
- "hc32l196"
- "mm32/mm32f3270-100ask-pitaya"
- "mm32f327x"
- "sam7x"
- "hk32/hk32f030c8-mini"
- "acm32/acm32f0x0-nucleo"
Expand Down
2 changes: 1 addition & 1 deletion bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Inc/hal_eth.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
/// @{
Expand Down
2 changes: 1 addition & 1 deletion bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Inc/hal_syscfg.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
/// @{
Expand Down
4 changes: 2 additions & 2 deletions bsp/mm32f327x/Libraries/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -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']:
Expand Down
14 changes: 8 additions & 6 deletions bsp/mm32f327x/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. 编译说明

Expand Down Expand Up @@ -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/)

0 comments on commit 38e42b7

Please sign in to comment.