aboutsummaryrefslogtreecommitdiffstats
path: root/testhal
diff options
context:
space:
mode:
authorbarthess <barthess@yandex.ru>2014-10-21 22:23:46 +0300
committerbarthess <barthess@yandex.ru>2014-10-21 22:23:46 +0300
commite52b67e87f5ae2fcef035584de5f38477f6b478e (patch)
tree2d42573c7facf9e9506400fb715630d20095f090 /testhal
parent8dabb3b8f529dafece19b728899290ad3deb8fb5 (diff)
downloadChibiOS-Contrib-e52b67e87f5ae2fcef035584de5f38477f6b478e.tar.gz
ChibiOS-Contrib-e52b67e87f5ae2fcef035584de5f38477f6b478e.tar.bz2
ChibiOS-Contrib-e52b67e87f5ae2fcef035584de5f38477f6b478e.zip
Fixed eclipse project files
Diffstat (limited to 'testhal')
-rw-r--r--testhal/STM32/STM32F4xx/FSMC_NAND/.cproject2
-rw-r--r--testhal/STM32/STM32F4xx/FSMC_NAND/.project12
-rw-r--r--testhal/STM32/STM32F4xx/FSMC_SDRAM/.cproject2
-rw-r--r--testhal/STM32/STM32F4xx/FSMC_SDRAM/.project12
-rw-r--r--testhal/STM32/STM32F4xx/FSMC_SDRAM/Makefile8
-rw-r--r--testhal/STM32/STM32F4xx/FSMC_SRAM/.cproject2
-rw-r--r--testhal/STM32/STM32F4xx/FSMC_SRAM/.project12
7 files changed, 10 insertions, 40 deletions
diff --git a/testhal/STM32/STM32F4xx/FSMC_NAND/.cproject b/testhal/STM32/STM32F4xx/FSMC_NAND/.cproject
index ba71b3f..5915dc0 100644
--- a/testhal/STM32/STM32F4xx/FSMC_NAND/.cproject
+++ b/testhal/STM32/STM32F4xx/FSMC_NAND/.cproject
@@ -40,7 +40,7 @@
</cconfiguration>
</storageModule>
<storageModule moduleId="cdtBuildSystem" version="4.0.0">
- <project id="STM32F4xx-GPT.null.188687308" name="STM32F4xx-GPT"/>
+ <project id="STM32F4xx-FSMC_NAND.null.188687308" name="STM32F4xx-FSMC_NAND"/>
</storageModule>
<storageModule moduleId="scannerConfiguration">
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
diff --git a/testhal/STM32/STM32F4xx/FSMC_NAND/.project b/testhal/STM32/STM32F4xx/FSMC_NAND/.project
index 4e4e72f..1992c80 100644
--- a/testhal/STM32/STM32F4xx/FSMC_NAND/.project
+++ b/testhal/STM32/STM32F4xx/FSMC_NAND/.project
@@ -27,17 +27,7 @@
<link>
<name>os</name>
<type>2</type>
- <locationURI>CHIBIOS1/os</locationURI>
+ <locationURI>CHIBIOS/os</locationURI>
</link>
</linkedResources>
- <variableList>
- <variable>
- <name>CHIBIOS</name>
- <value>file:/home/barthess/projects/chibios-svn</value>
- </variable>
- <variable>
- <name>CHIBIOS1</name>
- <value>$%7BPARENT-4-PROJECT_LOC%7D</value>
- </variable>
- </variableList>
</projectDescription>
diff --git a/testhal/STM32/STM32F4xx/FSMC_SDRAM/.cproject b/testhal/STM32/STM32F4xx/FSMC_SDRAM/.cproject
index ba71b3f..527852a 100644
--- a/testhal/STM32/STM32F4xx/FSMC_SDRAM/.cproject
+++ b/testhal/STM32/STM32F4xx/FSMC_SDRAM/.cproject
@@ -40,7 +40,7 @@
</cconfiguration>
</storageModule>
<storageModule moduleId="cdtBuildSystem" version="4.0.0">
- <project id="STM32F4xx-GPT.null.188687308" name="STM32F4xx-GPT"/>
+ <project id="STM32F4xx-FSMC_SDRAM.null.188687308" name="STM32F4xx-FSMC_SDRAM"/>
</storageModule>
<storageModule moduleId="scannerConfiguration">
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
diff --git a/testhal/STM32/STM32F4xx/FSMC_SDRAM/.project b/testhal/STM32/STM32F4xx/FSMC_SDRAM/.project
index dd1a643..dd98b90 100644
--- a/testhal/STM32/STM32F4xx/FSMC_SDRAM/.project
+++ b/testhal/STM32/STM32F4xx/FSMC_SDRAM/.project
@@ -27,17 +27,7 @@
<link>
<name>os</name>
<type>2</type>
- <locationURI>CHIBIOS1/os</locationURI>
+ <locationURI>CHIBIOS/os</locationURI>
</link>
</linkedResources>
- <variableList>
- <variable>
- <name>CHIBIOS</name>
- <value>file:/home/barthess/projects/chibios-svn</value>
- </variable>
- <variable>
- <name>CHIBIOS1</name>
- <value>$%7BPARENT-4-PROJECT_LOC%7D</value>
- </variable>
- </variableList>
</projectDescription>
diff --git a/testhal/STM32/STM32F4xx/FSMC_SDRAM/Makefile b/testhal/STM32/STM32F4xx/FSMC_SDRAM/Makefile
index e09fda5..5443c63 100644
--- a/testhal/STM32/STM32F4xx/FSMC_SDRAM/Makefile
+++ b/testhal/STM32/STM32F4xx/FSMC_SDRAM/Makefile
@@ -80,10 +80,10 @@ endif
PROJECT = ch
# Imported source files and paths
-CHIBIOS = ../../../..
-include $(CHIBIOS)/os/hal/hal.mk
-include $(CHIBIOS)/os/hal/boards/NONSTANDARD_STM32F4_BARTHESS2/board.mk
-include $(CHIBIOS)/os/hal/ports/STM32/STM32F4xx/platform.mk
+CHIBIOS = ../../../../..
+include $(CHIBIOS)/community/os/hal/hal.mk
+include $(CHIBIOS)/community/os/hal/boards/NONSTANDARD_STM32F4_BARTHESS2/board.mk
+include $(CHIBIOS)/community/os/hal/ports/STM32/STM32F4xx/platform.mk
include $(CHIBIOS)/os/hal/osal/rt/osal.mk
include $(CHIBIOS)/os/rt/rt.mk
include $(CHIBIOS)/os/rt/ports/ARMCMx/compilers/GCC/mk/port_stm32f4xx.mk
diff --git a/testhal/STM32/STM32F4xx/FSMC_SRAM/.cproject b/testhal/STM32/STM32F4xx/FSMC_SRAM/.cproject
index ba71b3f..e658cfa 100644
--- a/testhal/STM32/STM32F4xx/FSMC_SRAM/.cproject
+++ b/testhal/STM32/STM32F4xx/FSMC_SRAM/.cproject
@@ -40,7 +40,7 @@
</cconfiguration>
</storageModule>
<storageModule moduleId="cdtBuildSystem" version="4.0.0">
- <project id="STM32F4xx-GPT.null.188687308" name="STM32F4xx-GPT"/>
+ <project id="STM32F4xx-FSMC_SRAM.null.188687308" name="STM32F4xx-FSMC_SRAM"/>
</storageModule>
<storageModule moduleId="scannerConfiguration">
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
diff --git a/testhal/STM32/STM32F4xx/FSMC_SRAM/.project b/testhal/STM32/STM32F4xx/FSMC_SRAM/.project
index 6acca11..333f431 100644
--- a/testhal/STM32/STM32F4xx/FSMC_SRAM/.project
+++ b/testhal/STM32/STM32F4xx/FSMC_SRAM/.project
@@ -27,17 +27,7 @@
<link>
<name>os</name>
<type>2</type>
- <locationURI>CHIBIOS1/os</locationURI>
+ <locationURI>CHIBIOS/os</locationURI>
</link>
</linkedResources>
- <variableList>
- <variable>
- <name>CHIBIOS</name>
- <value>file:/home/barthess/projects/chibios-svn</value>
- </variable>
- <variable>
- <name>CHIBIOS1</name>
- <value>$%7BPARENT-4-PROJECT_LOC%7D</value>
- </variable>
- </variableList>
</projectDescription>