Browse Source

delete Fujitsu MB9BF500R configuration files for IAR
but you can get them from rt-thread official web site


git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1499 bbd45198-f89e-11dd-88c7-29a3b14d5316

dzzxzz 14 years ago
parent
commit
56e5e8b1fd

+ 0 - 43
bsp/fm3/mb9bf500r/IAR_config/devices/Fujitsu/MB9BF500R.i79

@@ -1,43 +0,0 @@
-[FILEFORMAT]
-rev=1.6
-
-[CHIP]
-//Chip name
-name=MB9BF500R
-
-//What endian modes does the chip support? (littleonly, bigonly, both(default))
-endiansupport=littleonly
-
-//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=Fujitsu\iomb9bf506r.ddf
-
-
-[XCL FILE]
-//Name of the linker config file
-name=
-
-
-[FLASH LOADER]
-name=$TOOLKIT_DIR$\config\flashloader\Fujitsu\MB9BF500.board
-little=
-big=
-args=
-

+ 0 - 7
bsp/fm3/mb9bf500r/IAR_config/devices/Fujitsu/MB9BF500R.menu

@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<optionMenuItem>
-  <tag>MB9BF500R</tag>
-  <display>Fujitsu MB9BF500R</display>
-  <data>$CUR_DIR$\MB9BF500R.i79</data>
-</optionMenuItem>
-

+ 0 - 19
bsp/fm3/mb9bf500r/IAR_config/flashloader/Fujitsu/FlashMB9BF500.flash

@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-
-<flash_device>
-  <exe>$TOOLKIT_DIR$\config\flashloader\Fujitsu\FlashMB9BF500.out</exe>
-  <page>4</page>
-  <block>4 0x1000</block>
-  <block>1 0xC000</block>
-  <block>3 0x10000</block>
-  <flash_base>0x00000000</flash_base>
-  <macro>$TOOLKIT_DIR$\config\flashloader\Fujitsu\FlashMB9BF50x.mac</macro>
-  <aggregate>1</aggregate>
-  <args_doc>The "--protect" argument is used to program
-protection code 0x0001 in the security code area of the
-flash.
-Note: Writing the protection code disables JTAG access
-and debug is not possible. To release security, perform
-the chip erase operation using a serial writer because
-the security cannot be released through JTAG pins.</args_doc>
-</flash_device>

BIN
bsp/fm3/mb9bf500r/IAR_config/flashloader/Fujitsu/FlashMB9BF500.out


+ 0 - 7
bsp/fm3/mb9bf500r/IAR_config/flashloader/Fujitsu/MB9BF500.board

@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-
-<flash_board>
-  <pass>
-    <loader>$TOOLKIT_DIR$\config\flashloader\Fujitsu\FlashMB9BF500.flash</loader>
-  </pass>
-</flash_board>