diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-09-21 11:01:37 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-09-21 11:01:37 +0000 |
commit | d25139221ec71ed2fbd6a9e06aa3c039c6cf9551 (patch) | |
tree | e6fb0a405d279172932c17846a4a21d89747b5da /demos | |
parent | b0732341df29179f7dfc1adfab99bb3a11e1c065 (diff) | |
download | ChibiOS-d25139221ec71ed2fbd6a9e06aa3c039c6cf9551.tar.gz ChibiOS-d25139221ec71ed2fbd6a9e06aa3c039c6cf9551.tar.bz2 ChibiOS-d25139221ec71ed2fbd6a9e06aa3c039c6cf9551.zip |
Fixed bug #609.
Updated STM32F1xx headers.
STM32F1xx, STM32F3xx and STM32F37x now use the common DMAv1 driver.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8319 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos')
-rw-r--r-- | demos/STM32/RT-STM32F103-MAPLEMINI/.project | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/STM32/RT-STM32F103-MAPLEMINI/.project b/demos/STM32/RT-STM32F103-MAPLEMINI/.project index 43d914dc7..1c44f6672 100644 --- a/demos/STM32/RT-STM32F103-MAPLEMINI/.project +++ b/demos/STM32/RT-STM32F103-MAPLEMINI/.project @@ -79,7 +79,7 @@ <link>
<name>board</name>
<type>2</type>
- <locationURI>CHIBIOS/os/hal/boards/ST_STM32VL_DISCOVERY</locationURI>
+ <locationURI>CHIBIOS/os/hal/boards/MAPLEMINI_STM32_F103</locationURI>
</link>
<link>
<name>os</name>
|