diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-03-27 12:34:28 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-03-27 12:34:28 +0000 |
commit | 6050649f1bb2183a693f242ca5c765d9ea0af1bc (patch) | |
tree | 6a1cfc292765f85eddf6b02ba11d2c33858e3960 /testhal/STM32 | |
parent | 3b2b8fc938792c5c1c9437bf4eea3562228cd457 (diff) | |
download | ChibiOS-6050649f1bb2183a693f242ca5c765d9ea0af1bc.tar.gz ChibiOS-6050649f1bb2183a693f242ca5c765d9ea0af1bc.tar.bz2 ChibiOS-6050649f1bb2183a693f242ca5c765d9ea0af1bc.zip |
Tentative fix for QSPI race condition.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11858 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'testhal/STM32')
-rw-r--r-- | testhal/STM32/multi/QSPI-MFS/.project | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/testhal/STM32/multi/QSPI-MFS/.project b/testhal/STM32/multi/QSPI-MFS/.project index f3561b950..fd02d3c02 100644 --- a/testhal/STM32/multi/QSPI-MFS/.project +++ b/testhal/STM32/multi/QSPI-MFS/.project @@ -84,7 +84,17 @@ <link>
<name>test</name>
<type>2</type>
- <locationURI>CHIBIOS/test</locationURI>
+ <locationURI>virtual:/virtual</locationURI>
+ </link>
+ <link>
+ <name>test/lib</name>
+ <type>2</type>
+ <locationURI>CHIBIOS/test/lib</locationURI>
+ </link>
+ <link>
+ <name>test/mfs</name>
+ <type>2</type>
+ <locationURI>CHIBIOS/test/mfs</locationURI>
</link>
</linkedResources>
</projectDescription>
|