Clone of official tools

Committer:
Anders Blomdell
Date:
Thu Feb 04 17:17:13 2021 +0100
Revision:
47:21ae3e5a7128
Parent:
36:96847d42f010
Add a few normpath calls

Who changed what in which revision?

UserRevisionLine numberNew contents of line
The Other Jimmy 36:96847d42f010 1 {% extends "lpcxpresso/cproject_cortexm3_common.tmpl" %}
The Other Jimmy 36:96847d42f010 2
The Other Jimmy 36:96847d42f010 3 {% block startup_file %}cr_startup_lpc15xx.c{% endblock %}
The Other Jimmy 36:96847d42f010 4
The Other Jimmy 36:96847d42f010 5 {% block cpu_config %}<?xml version="1.0" encoding="UTF-8"?>
The Other Jimmy 36:96847d42f010 6 <TargetConfig>
The Other Jimmy 36:96847d42f010 7 <Properties property_0="" property_2="LPC15xx_256K.cfx" property_3="NXP" property_4="LPC1549" property_count="5" version="70200"/>
The Other Jimmy 36:96847d42f010 8 <infoList vendor="NXP">
The Other Jimmy 36:96847d42f010 9 <info chip="LPC1549" connectscript="LPC15RunBootRomConnect.scp" flash_driver="LPC15xx_256K.cfx" match_id="0x0" name="LPC1549" resetscript="LPC15RunBootRomReset.scp" stub="crt_emu_cm3_gen">
The Other Jimmy 36:96847d42f010 10 <chip>
The Other Jimmy 36:96847d42f010 11 <name>LPC1549</name>
The Other Jimmy 36:96847d42f010 12 <family>LPC15xx</family>
The Other Jimmy 36:96847d42f010 13 <vendor>NXP (formerly Philips)</vendor>
The Other Jimmy 36:96847d42f010 14 <reset board="None" core="Real" sys="Real"/>
The Other Jimmy 36:96847d42f010 15 <clock changeable="TRUE" freq="12MHz" is_accurate="TRUE"/>
The Other Jimmy 36:96847d42f010 16 <memory can_program="true" id="Flash" is_ro="true" type="Flash"/>
The Other Jimmy 36:96847d42f010 17 <memory id="RAM" type="RAM"/>
The Other Jimmy 36:96847d42f010 18 <memory id="Periph" is_volatile="true" type="Peripheral"/>
The Other Jimmy 36:96847d42f010 19 <memoryInstance derived_from="Flash" id="MFlash256" location="0x0" size="0x40000"/>
The Other Jimmy 36:96847d42f010 20 <memoryInstance derived_from="RAM" id="Ram0_16" location="0x2000000" size="0x4000"/>
The Other Jimmy 36:96847d42f010 21 <memoryInstance derived_from="RAM" id="Ram1_16" location="0x2004000" size="0x4000"/>
The Other Jimmy 36:96847d42f010 22 <memoryInstance derived_from="RAM" id="Ram2_4" location="0x2008000" size="0x1000"/>
The Other Jimmy 36:96847d42f010 23 <peripheralInstance derived_from="LPC15_MPU" determined="infoFile" id="MPU" location="0xe000ed90"/>
The Other Jimmy 36:96847d42f010 24 <peripheralInstance derived_from="LPC15_NVIC" determined="infoFile" id="NVIC" location="0xe000e000"/>
The Other Jimmy 36:96847d42f010 25 <peripheralInstance derived_from="LPC15_DCR" determined="infoFile" id="DCR" location="0xe000edf0"/>
The Other Jimmy 36:96847d42f010 26 <peripheralInstance derived_from="LPC15_ITM" determined="infoFile" id="ITM" location="0xe0000000"/>
The Other Jimmy 36:96847d42f010 27 <peripheralInstance derived_from="GPIO-PORT" determined="infoFile" id="GPIO-PORT" location="0x1c000000"/>
The Other Jimmy 36:96847d42f010 28 <peripheralInstance derived_from="DMA" determined="infoFile" id="DMA" location="0x1c004000"/>
The Other Jimmy 36:96847d42f010 29 <peripheralInstance derived_from="USB" determined="infoFile" id="USB" location="0x1c00c000"/>
The Other Jimmy 36:96847d42f010 30 <peripheralInstance derived_from="CRC" determined="infoFile" id="CRC" location="0x1c010000"/>
The Other Jimmy 36:96847d42f010 31 <peripheralInstance derived_from="SCT0" determined="infoFile" id="SCT0" location="0x1c018000"/>
The Other Jimmy 36:96847d42f010 32 <peripheralInstance derived_from="SCT1" determined="infoFile" id="SCT1" location="0x1c01c000"/>
The Other Jimmy 36:96847d42f010 33 <peripheralInstance derived_from="SCT2" determined="infoFile" id="SCT2" location="0x1c020000"/>
The Other Jimmy 36:96847d42f010 34 <peripheralInstance derived_from="SCT3" determined="infoFile" id="SCT3" location="0x1c024000"/>
The Other Jimmy 36:96847d42f010 35 <peripheralInstance derived_from="ADC0" determined="infoFile" id="ADC0" location="0x40000000"/>
The Other Jimmy 36:96847d42f010 36 <peripheralInstance derived_from="DAC" determined="infoFile" id="DAC" location="0x40004000"/>
The Other Jimmy 36:96847d42f010 37 <peripheralInstance derived_from="ACMP" determined="infoFile" id="ACMP" location="0x40008000"/>
The Other Jimmy 36:96847d42f010 38 <peripheralInstance derived_from="INMUX" determined="infoFile" id="INMUX" location="0x40014000"/>
The Other Jimmy 36:96847d42f010 39 <peripheralInstance derived_from="RTC" determined="infoFile" id="RTC" location="0x40028000"/>
The Other Jimmy 36:96847d42f010 40 <peripheralInstance derived_from="WWDT" determined="infoFile" id="WWDT" location="0x4002c000"/>
The Other Jimmy 36:96847d42f010 41 <peripheralInstance derived_from="SWM" determined="infoFile" id="SWM" location="0x40038000"/>
The Other Jimmy 36:96847d42f010 42 <peripheralInstance derived_from="PMU" determined="infoFile" id="PMU" location="0x4003c000"/>
The Other Jimmy 36:96847d42f010 43 <peripheralInstance derived_from="USART0" determined="infoFile" id="USART0" location="0x40040000"/>
The Other Jimmy 36:96847d42f010 44 <peripheralInstance derived_from="USART1" determined="infoFile" id="USART1" location="0x40044000"/>
The Other Jimmy 36:96847d42f010 45 <peripheralInstance derived_from="SPI0" determined="infoFile" id="SPI0" location="0x40048000"/>
The Other Jimmy 36:96847d42f010 46 <peripheralInstance derived_from="SPI1" determined="infoFile" id="SPI1" location="0x4004c000"/>
The Other Jimmy 36:96847d42f010 47 <peripheralInstance derived_from="I2C0" determined="infoFile" id="I2C0" location="0x40050000"/>
The Other Jimmy 36:96847d42f010 48 <peripheralInstance derived_from="QEI" determined="infoFile" id="QEI" location="0x40058000"/>
The Other Jimmy 36:96847d42f010 49 <peripheralInstance derived_from="SYSCON" determined="infoFile" id="SYSCON" location="0x40074000"/>
The Other Jimmy 36:96847d42f010 50 <peripheralInstance derived_from="ADC1" determined="infoFile" id="ADC1" location="0x40080000"/>
The Other Jimmy 36:96847d42f010 51 <peripheralInstance derived_from="MRT" determined="infoFile" id="MRT" location="0x400a0000"/>
The Other Jimmy 36:96847d42f010 52 <peripheralInstance derived_from="PINT" determined="infoFile" id="PINT" location="0x400a4000"/>
The Other Jimmy 36:96847d42f010 53 <peripheralInstance derived_from="GINT0" determined="infoFile" id="GINT0" location="0x400a8000"/>
The Other Jimmy 36:96847d42f010 54 <peripheralInstance derived_from="GINT1" determined="infoFile" id="GINT1" location="0x400ac000"/>
The Other Jimmy 36:96847d42f010 55 <peripheralInstance derived_from="RIT" determined="infoFile" id="RIT" location="0x400b4000"/>
The Other Jimmy 36:96847d42f010 56 <peripheralInstance derived_from="SCTIPU" determined="infoFile" id="SCTIPU" location="0x400b8000"/>
The Other Jimmy 36:96847d42f010 57 <peripheralInstance derived_from="FLASHCTRL" determined="infoFile" id="FLASHCTRL" location="0x400bc000"/>
The Other Jimmy 36:96847d42f010 58 <peripheralInstance derived_from="USART2" determined="infoFile" id="USART2" location="0x400c0000"/>
The Other Jimmy 36:96847d42f010 59 <peripheralInstance derived_from="C-CAN0" determined="infoFile" id="C-CAN0" location="0x400f0000"/>
The Other Jimmy 36:96847d42f010 60 <peripheralInstance derived_from="IOCON" determined="infoFile" id="IOCON" location="0x400f8000"/>
The Other Jimmy 36:96847d42f010 61 </chip>
The Other Jimmy 36:96847d42f010 62 <processor>
The Other Jimmy 36:96847d42f010 63 <name gcc_name="cortex-m3">Cortex-M3</name>
The Other Jimmy 36:96847d42f010 64 <family>Cortex-M</family>
The Other Jimmy 36:96847d42f010 65 </processor>
The Other Jimmy 36:96847d42f010 66 <link href="nxp_lpcxxxx_peripheral.xme" show="embed" type="simple"/>
The Other Jimmy 36:96847d42f010 67 </info>
The Other Jimmy 36:96847d42f010 68 </infoList>
The Other Jimmy 36:96847d42f010 69 </TargetConfig>{% endblock %}