aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F1xx
diff options
context:
space:
mode:
authorbarthess <barthess@yandex.ru>2016-10-18 10:37:02 +0300
committerbarthess <barthess@yandex.ru>2016-10-18 10:37:02 +0300
commit9263bcd5a4a30b5eb6d68c62ab8ad5a7800291f7 (patch)
treeec33b4e34e2d5d075745b288ee8a95ece9190353 /testhal/STM32/STM32F1xx
parent709addd02d5c885870b9d222c068a02165e70a0a (diff)
downloadChibiOS-Contrib-9263bcd5a4a30b5eb6d68c62ab8ad5a7800291f7.tar.gz
ChibiOS-Contrib-9263bcd5a4a30b5eb6d68c62ab8ad5a7800291f7.tar.bz2
ChibiOS-Contrib-9263bcd5a4a30b5eb6d68c62ab8ad5a7800291f7.zip
1-Wire. Fixed demos' name
Diffstat (limited to 'testhal/STM32/STM32F1xx')
-rw-r--r--testhal/STM32/STM32F1xx/onewire/.cproject1
-rw-r--r--testhal/STM32/STM32F1xx/onewire/.project12
2 files changed, 10 insertions, 3 deletions
diff --git a/testhal/STM32/STM32F1xx/onewire/.cproject b/testhal/STM32/STM32F1xx/onewire/.cproject
index 11b29ed..78e793f 100644
--- a/testhal/STM32/STM32F1xx/onewire/.cproject
+++ b/testhal/STM32/STM32F1xx/onewire/.cproject
@@ -52,4 +52,5 @@
</scannerConfigBuildInfo>
</storageModule>
<storageModule moduleId="org.eclipse.cdt.core.LanguageSettingsProviders"/>
+ <storageModule moduleId="refreshScope"/>
</cproject>
diff --git a/testhal/STM32/STM32F1xx/onewire/.project b/testhal/STM32/STM32F1xx/onewire/.project
index 9c1fc51..062afeb 100644
--- a/testhal/STM32/STM32F1xx/onewire/.project
+++ b/testhal/STM32/STM32F1xx/onewire/.project
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
- <name>STM32F1xx-onewire</name>
+ <name>STM32F1xx-1-Wire</name>
<comment></comment>
<projects>
</projects>
@@ -80,12 +80,18 @@
<link>
<name>os-community</name>
<type>2</type>
- <locationURI>PARENT-4-PROJECT_LOC/os</locationURI>
+ <locationURI>CHIBIOS_CONTRIB/os</locationURI>
</link>
<link>
<name>os-git</name>
<type>2</type>
- <locationURI>PARENT-5-PROJECT_LOC/ChibiOS-RT/os</locationURI>
+ <locationURI>copy_PARENT/ChibiOS-RT/os</locationURI>
</link>
</linkedResources>
+ <variableList>
+ <variable>
+ <name>copy_PARENT</name>
+ <value>$%7BPARENT-1-CHIBIOS%7D</value>
+ </variable>
+ </variableList>
</projectDescription>