Clone of official tools

Committer:
Anders Blomdell
Date:
Thu Feb 04 17:17:13 2021 +0100
Revision:
47:21ae3e5a7128
Parent:
40:7d3fa6b99b2b
Add a few normpath calls

Who changed what in which revision?

UserRevisionLine numberNew contents of line
theotherjimmy 40:7d3fa6b99b2b 1 {% extends "mcuxpresso/.cproject.tmpl" %}
theotherjimmy 40:7d3fa6b99b2b 2
theotherjimmy 40:7d3fa6b99b2b 3 {% block cpu_config %}<?xml version="1.0" encoding="UTF-8"?>
theotherjimmy 40:7d3fa6b99b2b 4 <TargetConfig>
theotherjimmy 40:7d3fa6b99b2b 5 <Properties property_0="" property_2="LPC11_12_13_32K_4K.cfx" property_3="NXP" property_4="LPC1114FN/102" property_count="5" version="60100"/>
theotherjimmy 40:7d3fa6b99b2b 6 <infoList vendor="NXP">
theotherjimmy 40:7d3fa6b99b2b 7 <info chip="LPC1114FN/102" flash_driver="LPC11_12_13_32K_4K.cfx" match_id="0x0A40902B,0x1A40902B" name="LPC1114FN/102" stub="crt_emu_lpc11_13_nxp">
theotherjimmy 40:7d3fa6b99b2b 8 <chip>
theotherjimmy 40:7d3fa6b99b2b 9 <name>LPC1114FN/102</name>
theotherjimmy 40:7d3fa6b99b2b 10 <family>LPC11xx</family>
theotherjimmy 40:7d3fa6b99b2b 11 <vendor>NXP (formerly Philips)</vendor>
theotherjimmy 40:7d3fa6b99b2b 12 <reset board="None" core="Real" sys="Real"/>
theotherjimmy 40:7d3fa6b99b2b 13 <clock changeable="TRUE" freq="12MHz" is_accurate="TRUE"/>
theotherjimmy 40:7d3fa6b99b2b 14 <memory can_program="true" id="Flash" is_ro="true" type="Flash"/>
theotherjimmy 40:7d3fa6b99b2b 15 <memory id="RAM" type="RAM"/>
theotherjimmy 40:7d3fa6b99b2b 16 <memory id="Periph" is_volatile="true" type="Peripheral"/>
theotherjimmy 40:7d3fa6b99b2b 17 <memoryInstance derived_from="Flash" id="MFlash32" location="0x0" size="0x8000"/>
theotherjimmy 40:7d3fa6b99b2b 18 <memoryInstance derived_from="RAM" id="RamLoc4" location="0x10000000" size="0x1000"/>
theotherjimmy 40:7d3fa6b99b2b 19 <peripheralInstance derived_from="V6M_NVIC" determined="infoFile" id="NVIC" location="0xe000e000"/>
theotherjimmy 40:7d3fa6b99b2b 20 <peripheralInstance derived_from="V6M_DCR" determined="infoFile" id="DCR" location="0xe000edf0"/>
theotherjimmy 40:7d3fa6b99b2b 21 <peripheralInstance derived_from="I2C" determined="infoFile" id="I2C" location="0x40000000"/>
theotherjimmy 40:7d3fa6b99b2b 22 <peripheralInstance derived_from="WWDT" determined="infoFile" id="WWDT" location="0x40004000"/>
theotherjimmy 40:7d3fa6b99b2b 23 <peripheralInstance derived_from="UART" determined="infoFile" id="UART" location="0x40008000"/>
theotherjimmy 40:7d3fa6b99b2b 24 <peripheralInstance derived_from="CT16B0" determined="infoFile" id="CT16B0" location="0x4000c000"/>
theotherjimmy 40:7d3fa6b99b2b 25 <peripheralInstance derived_from="CT16B1" determined="infoFile" id="CT16B1" location="0x40010000"/>
theotherjimmy 40:7d3fa6b99b2b 26 <peripheralInstance derived_from="CT32B0" determined="infoFile" id="CT32B0" location="0x40014000"/>
theotherjimmy 40:7d3fa6b99b2b 27 <peripheralInstance derived_from="CT32B1" determined="infoFile" id="CT32B1" location="0x40018000"/>
theotherjimmy 40:7d3fa6b99b2b 28 <peripheralInstance derived_from="ADC" determined="infoFile" id="ADC" location="0x4001c000"/>
theotherjimmy 40:7d3fa6b99b2b 29 <peripheralInstance derived_from="PMU" determined="infoFile" id="PMU" location="0x40038000"/>
theotherjimmy 40:7d3fa6b99b2b 30 <peripheralInstance derived_from="FLASHCTRL" determined="infoFile" id="FLASHCTRL" location="0x4003c000"/>
theotherjimmy 40:7d3fa6b99b2b 31 <peripheralInstance derived_from="SPI0" determined="infoFile" id="SPI0" location="0x40040000"/>
theotherjimmy 40:7d3fa6b99b2b 32 <peripheralInstance derived_from="IOCON" determined="infoFile" id="IOCON" location="0x40044000"/>
theotherjimmy 40:7d3fa6b99b2b 33 <peripheralInstance derived_from="SYSCON" determined="infoFile" id="SYSCON" location="0x40048000"/>
theotherjimmy 40:7d3fa6b99b2b 34 <peripheralInstance derived_from="GPIO0" determined="infoFile" id="GPIO0" location="0x50000000"/>
theotherjimmy 40:7d3fa6b99b2b 35 <peripheralInstance derived_from="GPIO1" determined="infoFile" id="GPIO1" location="0x50010000"/>
theotherjimmy 40:7d3fa6b99b2b 36 <peripheralInstance derived_from="GPIO2" determined="infoFile" id="GPIO2" location="0x50020000"/>
theotherjimmy 40:7d3fa6b99b2b 37 <peripheralInstance derived_from="GPIO3" determined="infoFile" id="GPIO3" location="0x50030000"/>
theotherjimmy 40:7d3fa6b99b2b 38 </chip>
theotherjimmy 40:7d3fa6b99b2b 39 <processor>
theotherjimmy 40:7d3fa6b99b2b 40 <name gcc_name="cortex-m0">Cortex-M0</name>
theotherjimmy 40:7d3fa6b99b2b 41 <family>Cortex-M</family>
theotherjimmy 40:7d3fa6b99b2b 42 </processor>
theotherjimmy 40:7d3fa6b99b2b 43 <link href="LPC11xx_peripheral.xme" show="embed" type="simple"/>
theotherjimmy 40:7d3fa6b99b2b 44 </info>
theotherjimmy 40:7d3fa6b99b2b 45 </infoList>
theotherjimmy 40:7d3fa6b99b2b 46 </TargetConfig>{% endblock %}