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_3="NXP" property_4="MK64FN1M0xxx12" property_count="5" version="70200"/>
be_bryan 0:b74591d5ab33 6 <infoList vendor="NXP"><info chip="MK64FN1M0xxx12" name="MK64FN1M0xxx12"><chip><name>MK64FN1M0xxx12</name>
be_bryan 0:b74591d5ab33 7 <family>K6x</family>
be_bryan 0:b74591d5ab33 8 <vendor>NXP</vendor>
be_bryan 0:b74591d5ab33 9 <memory can_program="true" id="Flash" is_ro="true" size="1024" type="Flash"/>
be_bryan 0:b74591d5ab33 10 <memory id="RAM" size="256" type="RAM"/>
be_bryan 0:b74591d5ab33 11 <memoryInstance derived_from="Flash" driver="FTFE_4K.cfx" id="PROGRAM_FLASH" location="0x0" size="0x100000"/>
be_bryan 0:b74591d5ab33 12 <memoryInstance derived_from="RAM" id="SRAM_UPPER" location="0x20000000" size="0x30000"/>
be_bryan 0:b74591d5ab33 13 <memoryInstance derived_from="RAM" id="SRAM_LOWER" location="0x1fff0000" size="0x10000"/>
be_bryan 0:b74591d5ab33 14 <memoryInstance derived_from="RAM" id="FLEX_RAM" location="0x14000000" size="0x1000"/>
be_bryan 0:b74591d5ab33 15 <peripheralInstance derived_from="FTFE_FlashConfig" id="FTFE_FlashConfig" location="0x400"/>
be_bryan 0:b74591d5ab33 16 <peripheralInstance derived_from="AIPS0" id="AIPS0" location="0x40000000"/>
be_bryan 0:b74591d5ab33 17 <peripheralInstance derived_from="AIPS1" id="AIPS1" location="0x40080000"/>
be_bryan 0:b74591d5ab33 18 <peripheralInstance derived_from="AXBS" id="AXBS" location="0x40004000"/>
be_bryan 0:b74591d5ab33 19 <peripheralInstance derived_from="DMA" id="DMA" location="0x40008000"/>
be_bryan 0:b74591d5ab33 20 <peripheralInstance derived_from="FB" id="FB" location="0x4000C000"/>
be_bryan 0:b74591d5ab33 21 <peripheralInstance derived_from="SYSMPU" id="SYSMPU" location="0x4000D000"/>
be_bryan 0:b74591d5ab33 22 <peripheralInstance derived_from="FMC" id="FMC" location="0x4001F000"/>
be_bryan 0:b74591d5ab33 23 <peripheralInstance derived_from="FTFE" id="FTFE" location="0x40020000"/>
be_bryan 0:b74591d5ab33 24 <peripheralInstance derived_from="DMAMUX" id="DMAMUX" location="0x40021000"/>
be_bryan 0:b74591d5ab33 25 <peripheralInstance derived_from="CAN0" id="CAN0" location="0x40024000"/>
be_bryan 0:b74591d5ab33 26 <peripheralInstance derived_from="RNG" id="RNG" location="0x40029000"/>
be_bryan 0:b74591d5ab33 27 <peripheralInstance derived_from="SPI0" id="SPI0" location="0x4002C000"/>
be_bryan 0:b74591d5ab33 28 <peripheralInstance derived_from="SPI1" id="SPI1" location="0x4002D000"/>
be_bryan 0:b74591d5ab33 29 <peripheralInstance derived_from="SPI2" id="SPI2" location="0x400AC000"/>
be_bryan 0:b74591d5ab33 30 <peripheralInstance derived_from="I2S0" id="I2S0" location="0x4002F000"/>
be_bryan 0:b74591d5ab33 31 <peripheralInstance derived_from="CRC" id="CRC" location="0x40032000"/>
be_bryan 0:b74591d5ab33 32 <peripheralInstance derived_from="USBDCD" id="USBDCD" location="0x40035000"/>
be_bryan 0:b74591d5ab33 33 <peripheralInstance derived_from="PDB0" id="PDB0" location="0x40036000"/>
be_bryan 0:b74591d5ab33 34 <peripheralInstance derived_from="PIT" id="PIT" location="0x40037000"/>
be_bryan 0:b74591d5ab33 35 <peripheralInstance derived_from="FTM0" id="FTM0" location="0x40038000"/>
be_bryan 0:b74591d5ab33 36 <peripheralInstance derived_from="FTM1" id="FTM1" location="0x40039000"/>
be_bryan 0:b74591d5ab33 37 <peripheralInstance derived_from="FTM2" id="FTM2" location="0x4003A000"/>
be_bryan 0:b74591d5ab33 38 <peripheralInstance derived_from="FTM3" id="FTM3" location="0x400B9000"/>
be_bryan 0:b74591d5ab33 39 <peripheralInstance derived_from="ADC0" id="ADC0" location="0x4003B000"/>
be_bryan 0:b74591d5ab33 40 <peripheralInstance derived_from="ADC1" id="ADC1" location="0x400BB000"/>
be_bryan 0:b74591d5ab33 41 <peripheralInstance derived_from="RTC" id="RTC" location="0x4003D000"/>
be_bryan 0:b74591d5ab33 42 <peripheralInstance derived_from="RFVBAT" id="RFVBAT" location="0x4003E000"/>
be_bryan 0:b74591d5ab33 43 <peripheralInstance derived_from="LPTMR0" id="LPTMR0" location="0x40040000"/>
be_bryan 0:b74591d5ab33 44 <peripheralInstance derived_from="RFSYS" id="RFSYS" location="0x40041000"/>
be_bryan 0:b74591d5ab33 45 <peripheralInstance derived_from="SIM" id="SIM" location="0x40047000"/>
be_bryan 0:b74591d5ab33 46 <peripheralInstance derived_from="PORTA" id="PORTA" location="0x40049000"/>
be_bryan 0:b74591d5ab33 47 <peripheralInstance derived_from="PORTB" id="PORTB" location="0x4004A000"/>
be_bryan 0:b74591d5ab33 48 <peripheralInstance derived_from="PORTC" id="PORTC" location="0x4004B000"/>
be_bryan 0:b74591d5ab33 49 <peripheralInstance derived_from="PORTD" id="PORTD" location="0x4004C000"/>
be_bryan 0:b74591d5ab33 50 <peripheralInstance derived_from="PORTE" id="PORTE" location="0x4004D000"/>
be_bryan 0:b74591d5ab33 51 <peripheralInstance derived_from="WDOG" id="WDOG" location="0x40052000"/>
be_bryan 0:b74591d5ab33 52 <peripheralInstance derived_from="EWM" id="EWM" location="0x40061000"/>
be_bryan 0:b74591d5ab33 53 <peripheralInstance derived_from="CMT" id="CMT" location="0x40062000"/>
be_bryan 0:b74591d5ab33 54 <peripheralInstance derived_from="MCG" id="MCG" location="0x40064000"/>
be_bryan 0:b74591d5ab33 55 <peripheralInstance derived_from="OSC" id="OSC" location="0x40065000"/>
be_bryan 0:b74591d5ab33 56 <peripheralInstance derived_from="I2C0" id="I2C0" location="0x40066000"/>
be_bryan 0:b74591d5ab33 57 <peripheralInstance derived_from="I2C1" id="I2C1" location="0x40067000"/>
be_bryan 0:b74591d5ab33 58 <peripheralInstance derived_from="I2C2" id="I2C2" location="0x400E6000"/>
be_bryan 0:b74591d5ab33 59 <peripheralInstance derived_from="UART0" id="UART0" location="0x4006A000"/>
be_bryan 0:b74591d5ab33 60 <peripheralInstance derived_from="UART1" id="UART1" location="0x4006B000"/>
be_bryan 0:b74591d5ab33 61 <peripheralInstance derived_from="UART2" id="UART2" location="0x4006C000"/>
be_bryan 0:b74591d5ab33 62 <peripheralInstance derived_from="UART3" id="UART3" location="0x4006D000"/>
be_bryan 0:b74591d5ab33 63 <peripheralInstance derived_from="UART4" id="UART4" location="0x400EA000"/>
be_bryan 0:b74591d5ab33 64 <peripheralInstance derived_from="UART5" id="UART5" location="0x400EB000"/>
be_bryan 0:b74591d5ab33 65 <peripheralInstance derived_from="USB0" id="USB0" location="0x40072000"/>
be_bryan 0:b74591d5ab33 66 <peripheralInstance derived_from="CMP0" id="CMP0" location="0x40073000"/>
be_bryan 0:b74591d5ab33 67 <peripheralInstance derived_from="CMP1" id="CMP1" location="0x40073008"/>
be_bryan 0:b74591d5ab33 68 <peripheralInstance derived_from="CMP2" id="CMP2" location="0x40073010"/>
be_bryan 0:b74591d5ab33 69 <peripheralInstance derived_from="VREF" id="VREF" location="0x40074000"/>
be_bryan 0:b74591d5ab33 70 <peripheralInstance derived_from="LLWU" id="LLWU" location="0x4007C000"/>
be_bryan 0:b74591d5ab33 71 <peripheralInstance derived_from="PMC" id="PMC" location="0x4007D000"/>
be_bryan 0:b74591d5ab33 72 <peripheralInstance derived_from="SMC" id="SMC" location="0x4007E000"/>
be_bryan 0:b74591d5ab33 73 <peripheralInstance derived_from="RCM" id="RCM" location="0x4007F000"/>
be_bryan 0:b74591d5ab33 74 <peripheralInstance derived_from="SDHC" id="SDHC" location="0x400B1000"/>
be_bryan 0:b74591d5ab33 75 <peripheralInstance derived_from="ENET" id="ENET" location="0x400C0000"/>
be_bryan 0:b74591d5ab33 76 <peripheralInstance derived_from="DAC0" id="DAC0" location="0x400CC000"/>
be_bryan 0:b74591d5ab33 77 <peripheralInstance derived_from="DAC1" id="DAC1" location="0x400CD000"/>
be_bryan 0:b74591d5ab33 78 <peripheralInstance derived_from="GPIOA" id="GPIOA" location="0x400FF000"/>
be_bryan 0:b74591d5ab33 79 <peripheralInstance derived_from="GPIOB" id="GPIOB" location="0x400FF040"/>
be_bryan 0:b74591d5ab33 80 <peripheralInstance derived_from="GPIOC" id="GPIOC" location="0x400FF080"/>
be_bryan 0:b74591d5ab33 81 <peripheralInstance derived_from="GPIOD" id="GPIOD" location="0x400FF0C0"/>
be_bryan 0:b74591d5ab33 82 <peripheralInstance derived_from="GPIOE" id="GPIOE" location="0x400FF100"/>
be_bryan 0:b74591d5ab33 83 <peripheralInstance derived_from="SystemControl" id="SystemControl" location="0xE000E000"/>
be_bryan 0:b74591d5ab33 84 <peripheralInstance derived_from="SysTick" id="SysTick" location="0xE000E010"/>
be_bryan 0:b74591d5ab33 85 <peripheralInstance derived_from="NVIC" id="NVIC" location="0xE000E100"/>
be_bryan 0:b74591d5ab33 86 <peripheralInstance derived_from="MCM" id="MCM" location="0xE0080000"/>
be_bryan 0:b74591d5ab33 87 <peripheralInstance derived_from="CAU" id="CAU" location="0xE0081000"/>
be_bryan 0:b74591d5ab33 88 </chip>
be_bryan 0:b74591d5ab33 89 <processor><name gcc_name="cortex-m4">Cortex-M4</name>
be_bryan 0:b74591d5ab33 90 <family>Cortex-M</family>
be_bryan 0:b74591d5ab33 91 </processor>
be_bryan 0:b74591d5ab33 92 <link href="MK64F12_internal_peripheral.xml" show="embed" type="simple"/>
be_bryan 0:b74591d5ab33 93 </info>
be_bryan 0:b74591d5ab33 94 </infoList>
be_bryan 0:b74591d5ab33 95 </TargetConfig>{% endblock %}
be_bryan 0:b74591d5ab33 96
be_bryan 0:b74591d5ab33 97 {% block sdk_name %}SDK_2.x_FRDM-K64F{% endblock %}
be_bryan 0:b74591d5ab33 98 {% block sdk_version %}2.2.0{% endblock %}