diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-05-09 08:49:10 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-05-09 08:49:10 +0000 |
commit | 0e5cd3594e812de478ba88b184cb462a7f2d1f55 (patch) | |
tree | beff4e0bb2e120371f7a6e67fb9696645f9235cd /testhal | |
parent | eede81d5622ea3e3712a4b5dc76b8d7bbee588e5 (diff) | |
download | ChibiOS-0e5cd3594e812de478ba88b184cb462a7f2d1f55.tar.gz ChibiOS-0e5cd3594e812de478ba88b184cb462a7f2d1f55.tar.bz2 ChibiOS-0e5cd3594e812de478ba88b184cb462a7f2d1f55.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9453 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal')
-rw-r--r-- | testhal/STM32/STM32F3xx/SPI-L3GD20/.project | 2 | ||||
-rw-r--r-- | testhal/STM32/STM32F3xx/SPI-N25Q128/.project | 2 | ||||
-rw-r--r-- | testhal/STM32/STM32L4xx/IRQ_STORM/.project | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/testhal/STM32/STM32F3xx/SPI-L3GD20/.project b/testhal/STM32/STM32F3xx/SPI-L3GD20/.project index 80babdba1..09a4d6a4c 100644 --- a/testhal/STM32/STM32F3xx/SPI-L3GD20/.project +++ b/testhal/STM32/STM32F3xx/SPI-L3GD20/.project @@ -27,7 +27,7 @@ <link>
<name>board</name>
<type>2</type>
- <location>C:/ChibiStudio/chibios_trunk/os/hal/boards/ST_STM32F3_DISCOVERY</location>
+ <locationURI>CHIBIOS/os/hal/boards/ST_STM32F3_DISCOVERY</locationURI>
</link>
<link>
<name>os</name>
diff --git a/testhal/STM32/STM32F3xx/SPI-N25Q128/.project b/testhal/STM32/STM32F3xx/SPI-N25Q128/.project index 77b7badbe..b03746dcb 100644 --- a/testhal/STM32/STM32F3xx/SPI-N25Q128/.project +++ b/testhal/STM32/STM32F3xx/SPI-N25Q128/.project @@ -27,7 +27,7 @@ <link>
<name>board</name>
<type>2</type>
- <location>C:/ChibiStudio/chibios_trunk/os/hal/boards/ST_STM32F3_DISCOVERY</location>
+ <locationURI>CHIBIOS/os/hal/boards/ST_STM32F3_DISCOVERY</locationURI>
</link>
<link>
<name>os</name>
diff --git a/testhal/STM32/STM32L4xx/IRQ_STORM/.project b/testhal/STM32/STM32L4xx/IRQ_STORM/.project index 2bfa90a1c..536926855 100644 --- a/testhal/STM32/STM32L4xx/IRQ_STORM/.project +++ b/testhal/STM32/STM32L4xx/IRQ_STORM/.project @@ -27,7 +27,7 @@ <link>
<name>board</name>
<type>2</type>
- <locationURI>CHIBIOS/os/hal/boards/ST_NUCLEO_L476RG</locationURI>
+ <locationURI>CHIBIOS/os/hal/boards/ST_NUCLEO64_L476RG</locationURI>
</link>
<link>
<name>common</name>
|