blob: 9db0314f916b49f09ececf478e73cad02ef6b200 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<ksdk:examples xmlns:ksdk="http://nxp.com/ksdk/2.0/ksdk_manifest_v3.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://nxp.com/ksdk/2.0/ksdk_manifest_v3.0.xsd manifest.xsd">
<externalDefinitions>
<definition extID="com.nxp.mcuxpresso"/>
<definition extID="component.iuart_adapter.MIMX8MQ6"/>
<definition extID="component.lists.MIMX8MQ6"/>
<definition extID="component.serial_manager.MIMX8MQ6"/>
<definition extID="component.serial_manager_uart.MIMX8MQ6"/>
<definition extID="device.MIMX8MQ6_CMSIS.MIMX8MQ6"/>
<definition extID="device.MIMX8MQ6_startup.MIMX8MQ6"/>
<definition extID="middleware.freertos-kernel.MIMX8MQ6"/>
<definition extID="middleware.freertos-kernel.extension.MIMX8MQ6"/>
<definition extID="middleware.freertos-kernel.heap_4.MIMX8MQ6"/>
<definition extID="platform.Include_common.MIMX8MQ6"/>
<definition extID="platform.Include_core_cm4.MIMX8MQ6"/>
<definition extID="platform.Include_dsp.MIMX8MQ6"/>
<definition extID="platform.drivers.clock.MIMX8MQ6"/>
<definition extID="platform.drivers.common.MIMX8MQ6"/>
<definition extID="platform.drivers.iuart.MIMX8MQ6"/>
<definition extID="platform.drivers.rdc.MIMX8MQ6"/>
<definition extID="platform.utilities.assert.MIMX8MQ6"/>
<definition extID="platform.utilities.misc_utilities.MIMX8MQ6"/>
<definition extID="utility.debug_console.MIMX8MQ6"/>
<definition extID="iar"/>
<definition extID="armgcc"/>
<definition extID="mdk"/>
<definition extID="mcuxpresso"/>
</externalDefinitions>
<example id="evkmimx8mq_freertos_swtimer" name="freertos_swtimer" category="rtos_examples" dependency="platform.drivers.clock.MIMX8MQ6 middleware.freertos-kernel.heap_4.MIMX8MQ6 platform.drivers.common.MIMX8MQ6 platform.drivers.rdc.MIMX8MQ6 device.MIMX8MQ6_CMSIS.MIMX8MQ6 utility.debug_console.MIMX8MQ6 component.iuart_adapter.MIMX8MQ6 component.serial_manager.MIMX8MQ6 component.lists.MIMX8MQ6 component.serial_manager_uart.MIMX8MQ6 platform.drivers.iuart.MIMX8MQ6 device.MIMX8MQ6_startup.MIMX8MQ6 platform.utilities.assert.MIMX8MQ6 middleware.freertos-kernel.MIMX8MQ6 middleware.freertos-kernel.extension.MIMX8MQ6 platform.utilities.misc_utilities.MIMX8MQ6 platform.Include_core_cm4.MIMX8MQ6 platform.Include_common.MIMX8MQ6 platform.Include_dsp.MIMX8MQ6">
<projects>
<project type="com.crt.advproject.projecttype.exe" nature="org.eclipse.cdt.core.cnature"/>
</projects>
<toolchainSettings>
<toolchainSetting id_refs="com.nxp.mcuxpresso">
<option id="com.crt.advproject.gas.fpu" type="enum">
<value>com.crt.advproject.gas.fpu.fpv4.hard</value>
</option>
<option id="com.crt.advproject.gcc.fpu" type="enum">
<value>com.crt.advproject.gcc.fpu.fpv4.hard</value>
</option>
<option id="com.crt.advproject.c.misc.dialect" type="enum">
<value>com.crt.advproject.misc.dialect.gnu99</value>
</option>
<option id="gnu.c.compiler.option.preprocessor.def.symbols" type="stringList">
<value>CPU_MIMX8MQ6DVAJZ</value>
<value>SERIAL_PORT_TYPE_UART=1</value>
<value>FSL_RTOS_FREE_RTOS</value>
</option>
<option id="gnu.c.compiler.option.optimization.flags" type="string">
<value>-fno-common</value>
</option>
<option id="gnu.c.compiler.option.misc.other" type="string">
<value>-c -ffunction-sections -fdata-sections -ffreestanding -fno-builtin</value>
</option>
<option id="com.crt.advproject.link.fpu" type="enum">
<value>com.crt.advproject.link.fpu.fpv4.hard</value>
</option>
<option id="gnu.c.link.option.nostdlibs" type="boolean">
<value>true</value>
</option>
</toolchainSetting>
</toolchainSettings>
<source path="boards/evkmimx8mq/rtos_examples/freertos_swtimer/armgcc" target_path="MIMX8MQ6/gcc" type="linker" toolchain="armgcc">
<files mask="MIMX8MQ6xxxJZ_cm4_ram.ld"/>
</source>
<source path="boards/evkmimx8mq/rtos_examples/freertos_swtimer/iar" target_path="MIMX8MQ6/iar" type="linker" toolchain="iar">
<files mask="MIMX8MQ6xxxJZ_cm4_ram.icf"/>
</source>
<source path="boards/evkmimx8mq/rtos_examples/freertos_swtimer" target_path="board" type="c_include">
<files mask="board.h"/>
<files mask="clock_config.h"/>
<files mask="fsl_iomuxc.h"/>
<files mask="pin_mux.h"/>
</source>
<source path="boards/evkmimx8mq/rtos_examples/freertos_swtimer" target_path="board" type="src">
<files mask="board.c"/>
<files mask="clock_config.c"/>
<files mask="pin_mux.c"/>
</source>
<source path="boards/evkmimx8mq/rtos_examples/freertos_swtimer" target_path="doc" type="doc" toolchain="iar mdk mcuxpresso armgcc">
<files mask="readme.txt"/>
</source>
<source path="boards/evkmimx8mq/rtos_examples/freertos_swtimer" target_path="remoteproc" type="src">
<files mask="empty_rsc_table.c"/>
</source>
<source path="boards/evkmimx8mq/rtos_examples/freertos_swtimer" target_path="source" type="c_include">
<files mask="FreeRTOSConfig.h"/>
</source>
<source path="boards/evkmimx8mq/rtos_examples/freertos_swtimer" target_path="source" type="src">
<files mask="freertos_swtimer.c"/>
</source>
</example>
</ksdk:examples>