diff options
author | barthess <barthess@yandex.ru> | 2016-10-18 12:02:55 +0300 |
---|---|---|
committer | barthess <barthess@yandex.ru> | 2016-10-18 12:02:55 +0300 |
commit | 555f301da2f276cc353a8e2d0a283a488bd8eeff (patch) | |
tree | 2ae51b49dec5bf94ef79ea97a66a263a2aef7b88 /testhal/STM32/STM32F0xx/onewire/.project | |
parent | bd47894d622acbc18bf99b0b46bf7b0ed7330634 (diff) | |
download | ChibiOS-Contrib-555f301da2f276cc353a8e2d0a283a488bd8eeff.tar.gz ChibiOS-Contrib-555f301da2f276cc353a8e2d0a283a488bd8eeff.tar.bz2 ChibiOS-Contrib-555f301da2f276cc353a8e2d0a283a488bd8eeff.zip |
1-Wire. Duplicated code from testhal apllications moved to separate directory.
Diffstat (limited to 'testhal/STM32/STM32F0xx/onewire/.project')
-rw-r--r-- | testhal/STM32/STM32F0xx/onewire/.project | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testhal/STM32/STM32F0xx/onewire/.project b/testhal/STM32/STM32F0xx/onewire/.project index 6599a83..8776e6e 100644 --- a/testhal/STM32/STM32F0xx/onewire/.project +++ b/testhal/STM32/STM32F0xx/onewire/.project @@ -25,6 +25,11 @@ </natures>
<linkedResources>
<link>
+ <name>hw_abstracted</name>
+ <type>2</type>
+ <locationURI>PARENT-3-PROJECT_LOC/hw_abstracted</locationURI>
+ </link>
+ <link>
<name>os-community</name>
<type>2</type>
<locationURI>PARENT-4-PROJECT_LOC/os</locationURI>
|