From 82468bc338daf7547f14ba687e36989dfdaa2b64 Mon Sep 17 00:00:00 2001 From: barthess Date: Sat, 17 Jan 2015 20:14:06 +0000 Subject: Demos. LWIP-FATFS-USB demo for Olimex E407 board ported from v2.6 to 3.0 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7630 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- .../.project | 106 +++++++++++++++++++++ 1 file changed, 106 insertions(+) create mode 100644 demos/STM32/RT-STM32F407-OLIMEX_E407-LWIP-FATFS-USB/.project (limited to 'demos/STM32/RT-STM32F407-OLIMEX_E407-LWIP-FATFS-USB/.project') diff --git a/demos/STM32/RT-STM32F407-OLIMEX_E407-LWIP-FATFS-USB/.project b/demos/STM32/RT-STM32F407-OLIMEX_E407-LWIP-FATFS-USB/.project new file mode 100644 index 000000000..745fa206e --- /dev/null +++ b/demos/STM32/RT-STM32F407-OLIMEX_E407-LWIP-FATFS-USB/.project @@ -0,0 +1,106 @@ + + + RT-STM32F407-OLIMEX_E407-LWIP-FATFS-USB + + + + + + 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 + org.eclipse.cdt.core.ccnature + + + + board + 2 + CHIBIOS/os/hal/boards/OLIMEX_STM32_E407 + + + fatfs + 2 + CHIBIOS/os/ext/fatfs + + + lwip + 2 + CHIBIOS/os/ext/lwip + + + os + 2 + CHIBIOS/os + + + test + 2 + CHIBIOS/test + + + -- cgit v1.2.3