From 9afc25656cf245314157c310847f100acb54597a Mon Sep 17 00:00:00 2001 From: gdisirio Date: Mon, 25 Feb 2013 10:26:57 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5317 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- testhal/testbuild/.cproject | 51 +++++++++++++++++++++++++++++++++++++++++++++ testhal/testbuild/.project | 38 +++++++++++++++++++++++++++++++++ 2 files changed, 89 insertions(+) create mode 100644 testhal/testbuild/.cproject create mode 100644 testhal/testbuild/.project (limited to 'testhal') diff --git a/testhal/testbuild/.cproject b/testhal/testbuild/.cproject new file mode 100644 index 000000000..1ce473e74 --- /dev/null +++ b/testhal/testbuild/.cproject @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/testhal/testbuild/.project b/testhal/testbuild/.project new file mode 100644 index 000000000..177c31184 --- /dev/null +++ b/testhal/testbuild/.project @@ -0,0 +1,38 @@ + + + HAL-BUILD_TEST + + + + + + org.eclipse.cdt.managedbuilder.core.genmakebuilder + clean,full,incremental, + + + + + 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 + + + + board + 2 + CHIBIOS/boards/ST_STM32F4_DISCOVERY + + + os + 2 + CHIBIOS/os + + + -- cgit v1.2.3