From 38e42b75a58f3dfdb6c364b29759b0e9cb76ab78 Mon Sep 17 00:00:00 2001 From: BetMul <98676202+bettermultiply@users.noreply.github.com> Date: Sun, 15 Oct 2023 20:33:20 +0800 Subject: [PATCH] fix:Invalid link and path for mm32f327/README.md (#8136) Co-authored-by: Supper Thomas <78900636@qq.com> --- .github/workflows/action.yml | 1 + .../Libraries/MM32F327x/HAL_Lib/Inc/hal_eth.h | 2 +- .../Libraries/MM32F327x/HAL_Lib/Inc/hal_syscfg.h | 2 +- bsp/mm32f327x/Libraries/SConscript | 4 ++-- bsp/mm32f327x/README.md | 14 ++++++++------ 5 files changed, 13 insertions(+), 10 deletions(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 192c633e7c..ff2baa787a 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -67,6 +67,7 @@ jobs: - "hc32/ev_hc32f460_lqfp100_v2" - "hc32l196" - "mm32/mm32f3270-100ask-pitaya" + - "mm32f327x" - "sam7x" - "hk32/hk32f030c8-mini" - "acm32/acm32f0x0-nucleo" diff --git a/bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Inc/hal_eth.h b/bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Inc/hal_eth.h index 4000bbaa55..bc003450b0 100644 --- a/bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Inc/hal_eth.h +++ b/bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Inc/hal_eth.h @@ -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 /// @{ diff --git a/bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Inc/hal_syscfg.h b/bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Inc/hal_syscfg.h index e034f9626c..bab390c4a1 100644 --- a/bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Inc/hal_syscfg.h +++ b/bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Inc/hal_syscfg.h @@ -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 /// @{ diff --git a/bsp/mm32f327x/Libraries/SConscript b/bsp/mm32f327x/Libraries/SConscript index d09c142467..4deeb2b93b 100644 --- a/bsp/mm32f327x/Libraries/SConscript +++ b/bsp/mm32f327x/Libraries/SConscript @@ -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']: diff --git a/bsp/mm32f327x/README.md b/bsp/mm32f327x/README.md index e71d7f7e45..7c47f73126 100644 --- a/bsp/mm32f327x/README.md +++ b/bsp/mm32f327x/README.md @@ -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/)