From 644898df5f9771ad9308ed9abd7dee165a4b1268 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sun, 7 Oct 2018 06:41:06 +0000 Subject: TRNG test application, just template. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12341 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- testhal/STM32/multi/TRNG/.project | 100 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 100 insertions(+) create mode 100644 testhal/STM32/multi/TRNG/.project (limited to 'testhal/STM32/multi/TRNG/.project') diff --git a/testhal/STM32/multi/TRNG/.project b/testhal/STM32/multi/TRNG/.project new file mode 100644 index 000000000..7ea251ca9 --- /dev/null +++ b/testhal/STM32/multi/TRNG/.project @@ -0,0 +1,100 @@ + + + STM32-TRNG + + + + + + org.eclipse.cdt.managedbuilder.core.genmakebuilder + clean,full,incremental, + + + ?name? + + + + org.eclipse.cdt.make.core.append_environment + true + + + org.eclipse.cdt.make.core.autoBuildTarget + all + + + org.eclipse.cdt.make.core.buildArguments + -j1 + + + org.eclipse.cdt.make.core.buildCommand + make + + + org.eclipse.cdt.make.core.cleanBuildTarget + clean + + + org.eclipse.cdt.make.core.contents + org.eclipse.cdt.make.core.activeConfigSettings + + + org.eclipse.cdt.make.core.enableAutoBuild + false + + + org.eclipse.cdt.make.core.enableCleanBuild + true + + + org.eclipse.cdt.make.core.enableFullBuild + true + + + org.eclipse.cdt.make.core.fullBuildTarget + all + + + org.eclipse.cdt.make.core.stopOnError + true + + + org.eclipse.cdt.make.core.useDefaultBuildCmd + true + + + + + org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder + full,incremental, + + + + + + org.eclipse.cdt.core.cnature + org.eclipse.cdt.managedbuilder.core.managedBuildNature + org.eclipse.cdt.managedbuilder.core.ScannerConfigNature + + + + os + 2 + CHIBIOS/os + + + test + 2 + virtual:/virtual + + + test/lib + 2 + CHIBIOS/test/lib + + + test/mfs + 2 + CHIBIOS/test/mfs + + + -- cgit v1.2.3