diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-08-11 13:38:20 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-08-11 13:38:20 +0000 |
commit | 857115486cd70a1fe0f40feb6188b2af9d62b43b (patch) | |
tree | 00a599349ae9a1de52363ffcdad7747e272ac97b /demos | |
parent | 30ed1b741767e4f67152b2efd5737fb7e20517c5 (diff) | |
download | ChibiOS-857115486cd70a1fe0f40feb6188b2af9d62b43b.tar.gz ChibiOS-857115486cd70a1fe0f40feb6188b2af9d62b43b.tar.bz2 ChibiOS-857115486cd70a1fe0f40feb6188b2af9d62b43b.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6133 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos')
-rw-r--r-- | demos/ARMCM3-STM32F100-DISCOVERY/iar/ch.ewp | 4 | ||||
-rw-r--r-- | demos/ARMCM3-STM32F100-DISCOVERY/keil/ch.uvproj | 4 | ||||
-rw-r--r-- | demos/ARMCM3-STM32L152-DISCOVERY/iar/ch.ewp | 4 | ||||
-rw-r--r-- | demos/ARMCM3-STM32L152-DISCOVERY/keil/ch.uvproj | 2 | ||||
-rw-r--r-- | demos/ARMCM4-STM32F407-DISCOVERY/iar/ch.ewp | 4 | ||||
-rw-r--r-- | demos/ARMCM4-STM32F407-DISCOVERY/keil/ch.uvproj | 4 |
6 files changed, 11 insertions, 11 deletions
diff --git a/demos/ARMCM3-STM32F100-DISCOVERY/iar/ch.ewp b/demos/ARMCM3-STM32F100-DISCOVERY/iar/ch.ewp index ee3c8c26f..e9f0ab15a 100644 --- a/demos/ARMCM3-STM32F100-DISCOVERY/iar/ch.ewp +++ b/demos/ARMCM3-STM32F100-DISCOVERY/iar/ch.ewp @@ -2147,10 +2147,10 @@ <name>$PROJ_DIR$\..\..\..\os\hal\platforms\STM32\GPIOv1\pal_lld.h</name>
</file>
<file>
- <name>$PROJ_DIR$\..\..\..\os\hal\platforms\STM32\pwm_lld.c</name>
+ <name>$PROJ_DIR$\..\..\..\os\hal\platforms\STM32\TIMv1\pwm_lld.c</name>
</file>
<file>
- <name>$PROJ_DIR$\..\..\..\os\hal\platforms\STM32\pwm_lld.h</name>
+ <name>$PROJ_DIR$\..\..\..\os\hal\platforms\STM32\TIMv1\pwm_lld.h</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\os\hal\platforms\STM32\USARTv1\serial_lld.c</name>
diff --git a/demos/ARMCM3-STM32F100-DISCOVERY/keil/ch.uvproj b/demos/ARMCM3-STM32F100-DISCOVERY/keil/ch.uvproj index fbb580b8a..fd5d61d30 100644 --- a/demos/ARMCM3-STM32F100-DISCOVERY/keil/ch.uvproj +++ b/demos/ARMCM3-STM32F100-DISCOVERY/keil/ch.uvproj @@ -899,7 +899,7 @@ <File> <FileName>pwm_lld.c</FileName> <FileType>1</FileType> - <FilePath>..\..\..\os\hal\platforms\STM32\pwm_lld.c</FilePath> + <FilePath>..\..\..\os\hal\platforms\STM32\TIMv1\pwm_lld.c</FilePath> </File> <File> <FileName>serial_lld.c</FileName> @@ -944,7 +944,7 @@ <File> <FileName>pwm_lld.h</FileName> <FileType>5</FileType> - <FilePath>..\..\..\os\hal\platforms\STM32\pwm_lld.h</FilePath> + <FilePath>..\..\..\os\hal\platforms\STM32\TIMv1\pwm_lld.h</FilePath> </File> <File> <FileName>serial_lld.h</FileName> diff --git a/demos/ARMCM3-STM32L152-DISCOVERY/iar/ch.ewp b/demos/ARMCM3-STM32L152-DISCOVERY/iar/ch.ewp index f97a68345..9227464b9 100644 --- a/demos/ARMCM3-STM32L152-DISCOVERY/iar/ch.ewp +++ b/demos/ARMCM3-STM32L152-DISCOVERY/iar/ch.ewp @@ -2138,10 +2138,10 @@ <name>$PROJ_DIR$\..\..\..\os\hal\platforms\STM32\GPIOv2\pal_lld.h</name>
</file>
<file>
- <name>$PROJ_DIR$\..\..\..\os\hal\platforms\STM32\pwm_lld.c</name>
+ <name>$PROJ_DIR$\..\..\..\os\hal\platforms\STM32\TIMv1\pwm_lld.c</name>
</file>
<file>
- <name>$PROJ_DIR$\..\..\..\os\hal\platforms\STM32\pwm_lld.h</name>
+ <name>$PROJ_DIR$\..\..\..\os\hal\platforms\STM32\TIMv1\pwm_lld.h</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\os\hal\platforms\STM32\USARTv1\serial_lld.c</name>
diff --git a/demos/ARMCM3-STM32L152-DISCOVERY/keil/ch.uvproj b/demos/ARMCM3-STM32L152-DISCOVERY/keil/ch.uvproj index 7f2ef1bf9..7752c318f 100644 --- a/demos/ARMCM3-STM32L152-DISCOVERY/keil/ch.uvproj +++ b/demos/ARMCM3-STM32L152-DISCOVERY/keil/ch.uvproj @@ -789,7 +789,7 @@ <File> <FileName>pwm_lld.c</FileName> <FileType>1</FileType> - <FilePath>..\..\..\os\hal\platforms\STM32\pwm_lld.c</FilePath> + <FilePath>..\..\..\os\hal\platforms\STM32\TIMv1\pwm_lld.c</FilePath> </File> <File> <FileName>serial_lld.c</FileName> diff --git a/demos/ARMCM4-STM32F407-DISCOVERY/iar/ch.ewp b/demos/ARMCM4-STM32F407-DISCOVERY/iar/ch.ewp index 55e090426..f638ba4d4 100644 --- a/demos/ARMCM4-STM32F407-DISCOVERY/iar/ch.ewp +++ b/demos/ARMCM4-STM32F407-DISCOVERY/iar/ch.ewp @@ -2135,10 +2135,10 @@ <name>$PROJ_DIR$\..\..\..\os\hal\platforms\STM32\GPIOv2\pal_lld.h</name>
</file>
<file>
- <name>$PROJ_DIR$\..\..\..\os\hal\platforms\STM32\pwm_lld.c</name>
+ <name>$PROJ_DIR$\..\..\..\os\hal\platforms\STM32\TIMv1\pwm_lld.c</name>
</file>
<file>
- <name>$PROJ_DIR$\..\..\..\os\hal\platforms\STM32\pwm_lld.h</name>
+ <name>$PROJ_DIR$\..\..\..\os\hal\platforms\STM32\TIMv1\pwm_lld.h</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\..\os\hal\platforms\STM32\USARTv1\serial_lld.c</name>
diff --git a/demos/ARMCM4-STM32F407-DISCOVERY/keil/ch.uvproj b/demos/ARMCM4-STM32F407-DISCOVERY/keil/ch.uvproj index ef926a349..6974a806e 100644 --- a/demos/ARMCM4-STM32F407-DISCOVERY/keil/ch.uvproj +++ b/demos/ARMCM4-STM32F407-DISCOVERY/keil/ch.uvproj @@ -774,12 +774,12 @@ <File> <FileName>pwm_lld.c</FileName> <FileType>1</FileType> - <FilePath>..\..\..\os\hal\platforms\STM32\pwm_lld.c</FilePath> + <FilePath>..\..\..\os\hal\platforms\STM32\TIMv1\pwm_lld.c</FilePath> </File> <File> <FileName>pwm_lld.h</FileName> <FileType>5</FileType> - <FilePath>..\..\..\os\hal\platforms\STM32\pwm_lld.h</FilePath> + <FilePath>..\..\..\os\hal\platforms\STM32\TIMv1\pwm_lld.h</FilePath> </File> <File> <FileName>serial_lld.c</FileName> |