diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-11-03 09:28:43 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-11-03 09:28:43 +0000 |
commit | 5da033f3619cdafa22be2e9d3cbe682bd35a5d67 (patch) | |
tree | 8f47ae08a7118772db3c4cace33190a9478f3a8d /testhal/STM32 | |
parent | 6620e65927443454f881d706a69ea8c9af71e296 (diff) | |
download | ChibiOS-5da033f3619cdafa22be2e9d3cbe682bd35a5d67.tar.gz ChibiOS-5da033f3619cdafa22be2e9d3cbe682bd35a5d67.tar.bz2 ChibiOS-5da033f3619cdafa22be2e9d3cbe682bd35a5d67.zip |
MX25 8bits STR mode working.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12404 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'testhal/STM32')
-rw-r--r-- | testhal/STM32/multi/WSPI-MFS/.project | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testhal/STM32/multi/WSPI-MFS/.project b/testhal/STM32/multi/WSPI-MFS/.project index 332e10b0f..9b26e02af 100644 --- a/testhal/STM32/multi/WSPI-MFS/.project +++ b/testhal/STM32/multi/WSPI-MFS/.project @@ -81,5 +81,15 @@ <type>2</type>
<locationURI>CHIBIOS/os</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>
|