mirror of
https://github.com/arduino/Arduino.git
synced 2025-03-04 01:29:18 +01:00
36 lines
1.1 KiB
XML
36 lines
1.1 KiB
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE board SYSTEM "board.dtd">
|
|
<!-- Description for Xilinx Zynq-7000
|
|
|
|
Version: Sourcery G++ Lite 2011.03-42
|
|
Support: https://support.codesourcery.com/GNUToolchain/
|
|
|
|
Copyright (c) 2007, 2008, 2009, 2010 CodeSourcery, Inc.
|
|
|
|
THIS FILE CONTAINS PROPRIETARY, CONFIDENTIAL, AND TRADE SECRET
|
|
INFORMATION OF CODESOURCERY AND/OR ITS LICENSORS.
|
|
|
|
You may not use or distribute this file without the express written
|
|
permission of CodeSourcery or its authorized distributor. This file is
|
|
licensed only for use with Sourcery G++. No other use is permitted.
|
|
-->
|
|
<board>
|
|
<properties>
|
|
<property name="banked-regs"/>
|
|
<property name="has-vfp"/>
|
|
</properties>
|
|
<memory-map>
|
|
<memory-device address="0x00000000" size="256M" type="ram">
|
|
<description>
|
|
256MB DDR SDRAM
|
|
</description>
|
|
</memory-device>
|
|
<memory-device address="0xe4000000" size="64M" type="rom">
|
|
<description>
|
|
64MB NOR Flash Memory
|
|
</description>
|
|
</memory-device>
|
|
</memory-map>
|
|
</board>
|
|
<!-- checksum: 7d842b11f0a73d4153148f57 -->
|