diff options
| author | barthess <barthess@yandex.ru> | 2016-10-18 10:37:02 +0300 | 
|---|---|---|
| committer | barthess <barthess@yandex.ru> | 2016-10-18 10:37:02 +0300 | 
| commit | 9263bcd5a4a30b5eb6d68c62ab8ad5a7800291f7 (patch) | |
| tree | ec33b4e34e2d5d075745b288ee8a95ece9190353 /testhal/STM32 | |
| parent | 709addd02d5c885870b9d222c068a02165e70a0a (diff) | |
| download | ChibiOS-Contrib-9263bcd5a4a30b5eb6d68c62ab8ad5a7800291f7.tar.gz ChibiOS-Contrib-9263bcd5a4a30b5eb6d68c62ab8ad5a7800291f7.tar.bz2 ChibiOS-Contrib-9263bcd5a4a30b5eb6d68c62ab8ad5a7800291f7.zip | |
1-Wire. Fixed demos' name
Diffstat (limited to 'testhal/STM32')
| -rw-r--r-- | testhal/STM32/STM32F1xx/onewire/.cproject | 1 | ||||
| -rw-r--r-- | testhal/STM32/STM32F1xx/onewire/.project | 12 | ||||
| -rw-r--r-- | testhal/STM32/STM32F4xx/onewire/.cproject | 1 | ||||
| -rw-r--r-- | testhal/STM32/STM32F4xx/onewire/.project | 12 | 
4 files changed, 20 insertions, 6 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>
 diff --git a/testhal/STM32/STM32F4xx/onewire/.cproject b/testhal/STM32/STM32F4xx/onewire/.cproject index f6e2450..d2cdbd2 100644 --- a/testhal/STM32/STM32F4xx/onewire/.cproject +++ b/testhal/STM32/STM32F4xx/onewire/.cproject @@ -49,4 +49,5 @@  		</scannerConfigBuildInfo>
  	</storageModule>
  	<storageModule moduleId="org.eclipse.cdt.core.LanguageSettingsProviders"/>
 +	<storageModule moduleId="refreshScope"/>
  </cproject>
 diff --git a/testhal/STM32/STM32F4xx/onewire/.project b/testhal/STM32/STM32F4xx/onewire/.project index 30d6ff3..a82f065 100644 --- a/testhal/STM32/STM32F4xx/onewire/.project +++ b/testhal/STM32/STM32F4xx/onewire/.project @@ -1,6 +1,6 @@  <?xml version="1.0" encoding="UTF-8"?>
  <projectDescription>
 -	<name>STM32F4xx-onewire</name>
 +	<name>STM32F4xx-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>
 | 
