- templates moved to /general folder git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@62 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
11 lines
419 B
XML
11 lines
419 B
XML
<?xml version='1.0' encoding='utf-8'?>
|
|
|
|
<!-- Memory Map for the Motorola MPC555 Microcontroller -->
|
|
<!DOCTYPE memorymap SYSTEM "../general/memoryMap.dtd">
|
|
|
|
<memorymap xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
<xi:include href="devices/deviceRAM.xml"></xi:include>
|
|
<xi:include href="devices/deviceMPC555Flash.xml"></xi:include>
|
|
<xi:include href="devices/deviceAm29LV160D.xml"></xi:include>
|
|
</memorymap>
|