STM32CubeF4/Projects/STM324xG_EVAL/Examples/DAC/DAC_SignalsGeneration/STM32CubeIDE/.project

140 lines
5.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>DAC_SignalsGeneration</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.cdt.managedbuilder.core.genmakebuilder</name>
<triggers>clean,full,incremental,</triggers>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder</name>
<triggers>full,incremental,</triggers>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>com.st.stm32cube.ide.mcu.MCUProjectNature</nature>
<nature>org.eclipse.cdt.core.cnature</nature>
<nature>com.st.stm32cube.ide.mcu.MCUCubeIdeServicesRevAev2ProjectNature</nature>
<nature>com.st.stm32cube.ide.mcu.MCUNonUnderRootProjectNature</nature>
<nature>com.st.stm32cube.ide.mcu.MCUCubeExampleProjectNature</nature>
<nature>com.st.stm32cube.ide.mcu.MCUSingleCpuProjectNature</nature>
<nature>com.st.stm32cube.ide.mcu.MCURootProjectNature</nature>
<nature>org.eclipse.cdt.managedbuilder.core.managedBuildNature</nature>
<nature>org.eclipse.cdt.managedbuilder.core.ScannerConfigNature</nature>
</natures>
<linkedResources>
<link>
<name>Doc/readme.txt</name>
<type>1</type>
<locationURI>PARENT-1-PROJECT_LOC/readme.txt</locationURI>
</link>
<link>
<name>Drivers/CMSIS/system_stm32f4xx.c</name>
<type>1</type>
<locationURI>PARENT-1-PROJECT_LOC/Src/system_stm32f4xx.c</locationURI>
</link>
<link>
<name>Drivers/STM32F4xx_HAL_Driver/stm32f4xx_hal.c</name>
<type>1</type>
<locationURI>PARENT-6-PROJECT_LOC/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c</locationURI>
</link>
<link>
<name>Drivers/STM32F4xx_HAL_Driver/stm32f4xx_hal_cortex.c</name>
<type>1</type>
<locationURI>PARENT-6-PROJECT_LOC/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c</locationURI>
</link>
<link>
<name>Drivers/STM32F4xx_HAL_Driver/stm32f4xx_hal_dac.c</name>
<type>1</type>
<locationURI>PARENT-6-PROJECT_LOC/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dac.c</locationURI>
</link>
<link>
<name>Drivers/STM32F4xx_HAL_Driver/stm32f4xx_hal_dac_ex.c</name>
<type>1</type>
<locationURI>PARENT-6-PROJECT_LOC/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dac_ex.c</locationURI>
</link>
<link>
<name>Drivers/STM32F4xx_HAL_Driver/stm32f4xx_hal_dma.c</name>
<type>1</type>
<locationURI>PARENT-6-PROJECT_LOC/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c</locationURI>
</link>
<link>
<name>Drivers/STM32F4xx_HAL_Driver/stm32f4xx_hal_gpio.c</name>
<type>1</type>
<locationURI>PARENT-6-PROJECT_LOC/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c</locationURI>
</link>
<link>
<name>Drivers/STM32F4xx_HAL_Driver/stm32f4xx_hal_i2c.c</name>
<type>1</type>
<locationURI>PARENT-6-PROJECT_LOC/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2c.c</locationURI>
</link>
<link>
<name>Drivers/STM32F4xx_HAL_Driver/stm32f4xx_hal_rcc.c</name>
<type>1</type>
<locationURI>PARENT-6-PROJECT_LOC/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c</locationURI>
</link>
<link>
<name>Drivers/STM32F4xx_HAL_Driver/stm32f4xx_hal_sram.c</name>
<type>1</type>
<locationURI>PARENT-6-PROJECT_LOC/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_sram.c</locationURI>
</link>
<link>
<name>Drivers/STM32F4xx_HAL_Driver/stm32f4xx_hal_tim.c</name>
<type>1</type>
<locationURI>PARENT-6-PROJECT_LOC/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c</locationURI>
</link>
<link>
<name>Drivers/STM32F4xx_HAL_Driver/stm32f4xx_hal_tim_ex.c</name>
<type>1</type>
<locationURI>PARENT-6-PROJECT_LOC/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c</locationURI>
</link>
<link>
<name>Drivers/STM32F4xx_HAL_Driver/stm32f4xx_hal_uart.c</name>
<type>1</type>
<locationURI>PARENT-6-PROJECT_LOC/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c</locationURI>
</link>
<link>
<name>Drivers/STM32F4xx_HAL_Driver/stm32f4xx_ll_fsmc.c</name>
<type>1</type>
<locationURI>PARENT-6-PROJECT_LOC/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_fsmc.c</locationURI>
</link>
<link>
<name>Example/User/main.c</name>
<type>1</type>
<locationURI>PARENT-1-PROJECT_LOC/Src/main.c</locationURI>
</link>
<link>
<name>Example/User/stm32f4xx_hal_msp.c</name>
<type>1</type>
<locationURI>PARENT-1-PROJECT_LOC/Src/stm32f4xx_hal_msp.c</locationURI>
</link>
<link>
<name>Example/User/stm32f4xx_it.c</name>
<type>1</type>
<locationURI>PARENT-1-PROJECT_LOC/Src/stm32f4xx_it.c</locationURI>
</link>
<link>
<name>Drivers/BSP/Components/stmpe811.c</name>
<type>1</type>
<locationURI>PARENT-6-PROJECT_LOC/Drivers/BSP/Components/stmpe811/stmpe811.c</locationURI>
</link>
<link>
<name>Drivers/BSP/STM324xG_EVAL/stm324xg_eval.c</name>
<type>1</type>
<locationURI>PARENT-6-PROJECT_LOC/Drivers/BSP/STM324xG_EVAL/stm324xg_eval.c</locationURI>
</link>
<link>
<name>Drivers/BSP/STM324xG_EVAL/stm324xg_eval_io.c</name>
<type>1</type>
<locationURI>PARENT-6-PROJECT_LOC/Drivers/BSP/STM324xG_EVAL/stm324xg_eval_io.c</locationURI>
</link>
</linkedResources>
</projectDescription>