STM32CubeWL/Projects/NUCLEO-WL55JC/Examples_LL/PKA/PKA_ModularExponentiation/STM32CubeIDE/.project

122 lines
4.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>PKA_ModularExponentiation</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.MCUCubeProjectNature</nature>
<nature>com.st.stm32cube.ide.mcu.MCUEndUserDisabledTrustZoneProjectNature</nature>
<nature>com.st.stm32cube.ide.mcu.MCUEndUserDisabledMultiCpuProjectNature</nature>
<nature>com.st.stm32cube.ide.mcu.MCUMultiCpuProjectNature</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>PKA_ModularExponentiation.ioc</name>
<type>1</type>
<locationURI>$%7BPARENT-1-PROJECT_LOC%7D/PKA_ModularExponentiation.ioc</locationURI>
</link>
<link>
<name>Doc/readme.txt</name>
<type>1</type>
<locationURI>$%7BPARENT-1-PROJECT_LOC%7D/readme.txt</locationURI>
</link>
<link>
<name>Doc/rsa_priv_2048.pem</name>
<type>1</type>
<locationURI>$%7BPARENT-1-PROJECT_LOC%7D/Src/rsa_priv_2048.pem</locationURI>
</link>
<link>
<name>Doc/rsa_pub_2048.pem</name>
<type>1</type>
<locationURI>$%7BPARENT-1-PROJECT_LOC%7D/Src/rsa_pub_2048.pem</locationURI>
</link>
<link>
<name>Application/User/ciphertext.c</name>
<type>1</type>
<locationURI>$%7BPARENT-1-PROJECT_LOC%7D/Src/ciphertext.c</locationURI>
</link>
<link>
<name>Application/User/main.c</name>
<type>1</type>
<locationURI>$%7BPARENT-1-PROJECT_LOC%7D/Src/main.c</locationURI>
</link>
<link>
<name>Application/User/plaintext.c</name>
<type>1</type>
<locationURI>$%7BPARENT-1-PROJECT_LOC%7D/Src/plaintext.c</locationURI>
</link>
<link>
<name>Application/User/rsa_priv_2048.c</name>
<type>1</type>
<locationURI>$%7BPARENT-1-PROJECT_LOC%7D/Src/rsa_priv_2048.c</locationURI>
</link>
<link>
<name>Application/User/rsa_pub_2048.c</name>
<type>1</type>
<locationURI>$%7BPARENT-1-PROJECT_LOC%7D/Src/rsa_pub_2048.c</locationURI>
</link>
<link>
<name>Application/User/stm32wlxx_it.c</name>
<type>1</type>
<locationURI>$%7BPARENT-1-PROJECT_LOC%7D/Src/stm32wlxx_it.c</locationURI>
</link>
<link>
<name>Drivers/CMSIS/system_stm32wlxx.c</name>
<type>1</type>
<locationURI>$%7BPARENT-1-PROJECT_LOC%7D/Src/system_stm32wlxx.c</locationURI>
</link>
<link>
<name>Drivers/STM32WLxx_HAL_Driver/stm32wlxx_ll_exti.c</name>
<type>1</type>
<locationURI>$%7BPARENT-6-PROJECT_LOC%7D/Drivers/STM32WLxx_HAL_Driver/Src/stm32wlxx_ll_exti.c</locationURI>
</link>
<link>
<name>Drivers/STM32WLxx_HAL_Driver/stm32wlxx_ll_gpio.c</name>
<type>1</type>
<locationURI>$%7BPARENT-6-PROJECT_LOC%7D/Drivers/STM32WLxx_HAL_Driver/Src/stm32wlxx_ll_gpio.c</locationURI>
</link>
<link>
<name>Drivers/STM32WLxx_HAL_Driver/stm32wlxx_ll_pka.c</name>
<type>1</type>
<locationURI>$%7BPARENT-6-PROJECT_LOC%7D/Drivers/STM32WLxx_HAL_Driver/Src/stm32wlxx_ll_pka.c</locationURI>
</link>
<link>
<name>Drivers/STM32WLxx_HAL_Driver/stm32wlxx_ll_pwr.c</name>
<type>1</type>
<locationURI>$%7BPARENT-6-PROJECT_LOC%7D/Drivers/STM32WLxx_HAL_Driver/Src/stm32wlxx_ll_pwr.c</locationURI>
</link>
<link>
<name>Drivers/STM32WLxx_HAL_Driver/stm32wlxx_ll_rcc.c</name>
<type>1</type>
<locationURI>$%7BPARENT-6-PROJECT_LOC%7D/Drivers/STM32WLxx_HAL_Driver/Src/stm32wlxx_ll_rcc.c</locationURI>
</link>
<link>
<name>Drivers/STM32WLxx_HAL_Driver/stm32wlxx_ll_utils.c</name>
<type>1</type>
<locationURI>$%7BPARENT-6-PROJECT_LOC%7D/Drivers/STM32WLxx_HAL_Driver/Src/stm32wlxx_ll_utils.c</locationURI>
</link>
</linkedResources>
</projectDescription>