- xml/dtd updated (using XInclude)

- templates moved to /general folder

git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@62 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
This commit is contained in:
schlaepfer
2005-11-28 08:02:25 +00:00
parent 2cdbd77b76
commit 385de31a04
10 changed files with 237 additions and 449 deletions

View File

@@ -0,0 +1,16 @@
<?xml version='1.0' encoding='utf-8'?>
<!-- Internal Flash description for the Motorola MPC555 Microcontroller -->
<!DOCTYPE device SYSTEM "../../general/device.dtd">
<device type="Ppc555Flash" width="4">
<attributes mode="replace" read="add"></attributes>
<segment name="InternalFlashA">
<base>0x2000</base>
<size>0x3E000</size>
</segment>
<segment name="InternalFlashB">
<base>0x40000</base>
<size>0x30000</size>
</segment>
</device>