mbed-os

Dependents:   cobaLCDJoyMotor_Thread odometry_omni_3roda_v3 odometry_omni_3roda_v1 odometry_omni_3roda_v2 ... more

Committer:
be_bryan
Date:
Mon Dec 11 17:54:04 2017 +0000
Revision:
0:b74591d5ab33
motor ++

Who changed what in which revision?

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