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_2="LPC800_32.cfx" property_3="NXP" property_4="LPC824" property_count="5" version="70200"/>
theotherjimmy 40:7d3fa6b99b2b 6 <infoList vendor="NXP"><info chip="LPC824" flash_driver="LPC800_32.cfx" match_id="0x0" name="LPC824" stub="crt_emu_cm3_gen"><chip><name>LPC824</name>
theotherjimmy 40:7d3fa6b99b2b 7 <family>LPC82x</family>
theotherjimmy 40:7d3fa6b99b2b 8 <vendor>NXP (formerly Philips)</vendor>
theotherjimmy 40:7d3fa6b99b2b 9 <reset board="None" core="Real" sys="Real"/>
theotherjimmy 40:7d3fa6b99b2b 10 <clock changeable="TRUE" freq="12MHz" is_accurate="TRUE"/>
theotherjimmy 40:7d3fa6b99b2b 11 <memory can_program="true" id="Flash" is_ro="true" type="Flash"/>
theotherjimmy 40:7d3fa6b99b2b 12 <memory id="RAM" type="RAM"/>
theotherjimmy 40:7d3fa6b99b2b 13 <memory id="Periph" is_volatile="true" type="Peripheral"/>
theotherjimmy 40:7d3fa6b99b2b 14 <memoryInstance derived_from="Flash" id="MFlash32" location="0x0" size="0x8000"/>
theotherjimmy 40:7d3fa6b99b2b 15 <memoryInstance derived_from="RAM" id="RamLoc8" location="0x10000000" size="0x2000"/>
theotherjimmy 40:7d3fa6b99b2b 16 <peripheralInstance derived_from="V6M_NVIC" id="NVIC" location="0xe000e000"/>
theotherjimmy 40:7d3fa6b99b2b 17 <peripheralInstance derived_from="V6M_DCR" id="DCR" location="0xe000edf0"/>
theotherjimmy 40:7d3fa6b99b2b 18 <peripheralInstance derived_from="WWDT" id="WWDT" location="0x40000000"/>
theotherjimmy 40:7d3fa6b99b2b 19 <peripheralInstance derived_from="MRT" id="MRT" location="0x40004000"/>
theotherjimmy 40:7d3fa6b99b2b 20 <peripheralInstance derived_from="WKT" id="WKT" location="0x40008000"/>
theotherjimmy 40:7d3fa6b99b2b 21 <peripheralInstance derived_from="SWM" id="SWM" location="0x4000c000"/>
theotherjimmy 40:7d3fa6b99b2b 22 <peripheralInstance derived_from="ADC" id="ADC" location="0x4001c000"/>
theotherjimmy 40:7d3fa6b99b2b 23 <peripheralInstance derived_from="PMU" id="PMU" location="0x40020000"/>
theotherjimmy 40:7d3fa6b99b2b 24 <peripheralInstance derived_from="CMP" id="CMP" location="0x40024000"/>
theotherjimmy 40:7d3fa6b99b2b 25 <peripheralInstance derived_from="DMATRIGMUX" id="DMATRIGMUX" location="0x40028000"/>
theotherjimmy 40:7d3fa6b99b2b 26 <peripheralInstance derived_from="INPUTMUX" id="INPUTMUX" location="0x4002c000"/>
theotherjimmy 40:7d3fa6b99b2b 27 <peripheralInstance derived_from="FLASHCTRL" id="FLASHCTRL" location="0x40040000"/>
theotherjimmy 40:7d3fa6b99b2b 28 <peripheralInstance derived_from="IOCON" id="IOCON" location="0x40044000"/>
theotherjimmy 40:7d3fa6b99b2b 29 <peripheralInstance derived_from="SYSCON" id="SYSCON" location="0x40048000"/>
theotherjimmy 40:7d3fa6b99b2b 30 <peripheralInstance derived_from="I2C0" id="I2C0" location="0x40050000"/>
theotherjimmy 40:7d3fa6b99b2b 31 <peripheralInstance derived_from="I2C1" id="I2C1" location="0x40054000"/>
theotherjimmy 40:7d3fa6b99b2b 32 <peripheralInstance derived_from="SPI0" id="SPI0" location="0x40058000"/>
theotherjimmy 40:7d3fa6b99b2b 33 <peripheralInstance derived_from="SPI1" id="SPI1" location="0x4005c000"/>
theotherjimmy 40:7d3fa6b99b2b 34 <peripheralInstance derived_from="USART0" id="USART0" location="0x40064000"/>
theotherjimmy 40:7d3fa6b99b2b 35 <peripheralInstance derived_from="USART1" id="USART1" location="0x40068000"/>
theotherjimmy 40:7d3fa6b99b2b 36 <peripheralInstance derived_from="USART2" id="USART2" location="0x4006c000"/>
theotherjimmy 40:7d3fa6b99b2b 37 <peripheralInstance derived_from="I2C2" id="I2C2" location="0x40070000"/>
theotherjimmy 40:7d3fa6b99b2b 38 <peripheralInstance derived_from="I2C3" id="I2C3" location="0x40074000"/>
theotherjimmy 40:7d3fa6b99b2b 39 <peripheralInstance derived_from="CRC" id="CRC" location="0x50000000"/>
theotherjimmy 40:7d3fa6b99b2b 40 <peripheralInstance derived_from="SCT" id="SCT" location="0x50004000"/>
theotherjimmy 40:7d3fa6b99b2b 41 <peripheralInstance derived_from="DMA" id="DMA" location="0x50008000"/>
theotherjimmy 40:7d3fa6b99b2b 42 <peripheralInstance derived_from="GPIO-PORT" id="GPIO-PORT" location="0xa0000000"/>
theotherjimmy 40:7d3fa6b99b2b 43 <peripheralInstance derived_from="PIN-INT" id="PIN-INT" location="0xa0004000"/>
theotherjimmy 40:7d3fa6b99b2b 44 </chip>
theotherjimmy 40:7d3fa6b99b2b 45 <processor><name gcc_name="cortex-m0">Cortex-M0</name>
theotherjimmy 40:7d3fa6b99b2b 46 <family>Cortex-M</family>
theotherjimmy 40:7d3fa6b99b2b 47 </processor>
theotherjimmy 40:7d3fa6b99b2b 48 <link href="LPC82x_peripheral.xme" show="embed" type="simple"/>
theotherjimmy 40:7d3fa6b99b2b 49 </info>
theotherjimmy 40:7d3fa6b99b2b 50 </infoList>
theotherjimmy 40:7d3fa6b99b2b 51 </TargetConfig>{% endblock %}