File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed
Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1+
2+ # GD32 BSP 说明
3+
4+ GD32 系列 BSP 目前支持情况如下表所示:
5+
6+ | ** BSP 文件夹名称** | ** 开发板名称** |
7+ | :------------------------- | :-------------------------- |
8+ | ** F4 系列** | |
9+ | [ gd32407v-start] ( gd32407v-start ) | 兆易创新 官方 GD32407V-START 开发板 |
10+
Original file line number Diff line number Diff line change @@ -47,11 +47,11 @@ Export('SDK_LIB')
4747# prepare building environment
4848objs = PrepareBuilding (env , RTT_ROOT , has_libcpu = False )
4949
50- stm32_library = 'GD32F4xx_HAL'
51- rtconfig .BSP_LIBRARY_TYPE = stm32_library
50+ gd32_library = 'GD32F4xx_HAL'
51+ rtconfig .BSP_LIBRARY_TYPE = gd32_library
5252
5353# include libraries
54- objs .extend (SConscript (os .path .join (libraries_path_prefix , stm32_library , 'SConscript' )))
54+ objs .extend (SConscript (os .path .join (libraries_path_prefix , gd32_library , 'SConscript' )))
5555
5656# include drivers
5757objs .extend (SConscript (os .path .join (libraries_path_prefix , 'HAL_Drivers' , 'SConscript' )))
You can’t perform that action at this time.
0 commit comments