stm32f10xx6.i79
来自「更新的STM32在EWI环境下的make文件。」· I79 代码 · 共 42 行
I79
42 行
[FILEFORMAT]
rev=1.2
[CHIP]
//Chip name
name=STM32F10xx6
//What endian modes does the chip support? (littleonly, bigonly, both(default))
endiansupport=
//Does the chip support the thumb instruction set? (true(default), false)
thumbsupport=true
//Does the chip support the arm instruction set? (true(default), false)
armsupport=false
//Does the chip have an FPU coprocessor?
//(VFPv1,VFPv2,VFP9-S,None(default)
fpu=
[CORE]
//Name of the ARM processor core
name=Cortex-M3
[DDF FILE]
//Name of the ddf file
name=iostm32f10xxb.ddf
[XCL FILE]
//Name of the linker config file
name=
[FLASH LOADER]
name=$TOOLKIT_DIR$\config\flashloader\ST\FlashSTM32F10xx6.d79
little=
big=
args=
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?