From 27881295a0d743d079f66fae65ac4f6f6f99a04b Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 13 Jul 2013 07:21:51 +0000 Subject: [PATCH] Fixed bug #419. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5965 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- .../ARMCM3-STM32F100-DISCOVERY/keil/ch.uvproj | 18 +++++++++--------- demos/ARMCM3-STM32F103/keil/ch.uvproj | 14 +++++++------- demos/ARMCM3-STM32F107/keil/ch.uvproj | 2 +- readme.txt | 2 ++ 4 files changed, 19 insertions(+), 17 deletions(-) diff --git a/demos/ARMCM3-STM32F100-DISCOVERY/keil/ch.uvproj b/demos/ARMCM3-STM32F100-DISCOVERY/keil/ch.uvproj index b544d5410..fbb580b8a 100644 --- a/demos/ARMCM3-STM32F100-DISCOVERY/keil/ch.uvproj +++ b/demos/ARMCM3-STM32F100-DISCOVERY/keil/ch.uvproj @@ -409,7 +409,7 @@ vectors.s 2 - D:\Progetti\ChibiOS-RT\os\ports\RVCT\ARMCMx\STM32F1xx\vectors.s + ..\..\..\os\ports\RVCT\ARMCMx\STM32F1xx\vectors.s chcoreasm_v7m.s @@ -879,7 +879,7 @@ adc_lld.c 1 - D:\Progetti\ChibiOS-RT\os\hal\platforms\STM32F1xx\adc_lld.c + ..\..\..\os\hal\platforms\STM32F1xx\adc_lld.c can_lld.c @@ -889,12 +889,12 @@ hal_lld.c 1 - D:\Progetti\ChibiOS-RT\os\hal\platforms\STM32F1xx\hal_lld.c + ..\..\..\os\hal\platforms\STM32F1xx\hal_lld.c pal_lld.c 1 - D:\Progetti\ChibiOS-RT\os\hal\platforms\STM32\GPIOv1\pal_lld.c + ..\..\..\os\hal\platforms\STM32\GPIOv1\pal_lld.c pwm_lld.c @@ -919,7 +919,7 @@ adc_lld.h 5 - D:\Progetti\ChibiOS-RT\os\hal\platforms\STM32F1xx\adc_lld.h + ..\..\..\os\hal\platforms\STM32F1xx\adc_lld.h can_lld.h @@ -929,17 +929,17 @@ hal_lld.h 5 - D:\Progetti\ChibiOS-RT\os\hal\platforms\STM32F1xx\hal_lld.h + ..\..\..\os\hal\platforms\STM32F1xx\hal_lld.h hal_lld_f103.h 5 - D:\Progetti\ChibiOS-RT\os\hal\platforms\STM32F1xx\hal_lld_f103.h + ..\..\..\os\hal\platforms\STM32F1xx\hal_lld_f103.h pal_lld.h 5 - D:\Progetti\ChibiOS-RT\os\hal\platforms\STM32\GPIOv1\pal_lld.h + ..\..\..\os\hal\platforms\STM32\GPIOv1\pal_lld.h pwm_lld.h @@ -959,7 +959,7 @@ stm32f10x.h 5 - D:\Progetti\ChibiOS-RT\os\hal\platforms\STM32F1xx\stm32f10x.h + ..\..\..\os\hal\platforms\STM32F1xx\stm32f10x.h uart_lld.h diff --git a/demos/ARMCM3-STM32F103/keil/ch.uvproj b/demos/ARMCM3-STM32F103/keil/ch.uvproj index cb2f755e0..e3fa3b587 100644 --- a/demos/ARMCM3-STM32F103/keil/ch.uvproj +++ b/demos/ARMCM3-STM32F103/keil/ch.uvproj @@ -409,7 +409,7 @@ vectors.s 2 - D:\Progetti\ChibiOS-RT\os\ports\RVCT\ARMCMx\STM32F1xx\vectors.s + ..\..\..\os\ports\RVCT\ARMCMx\STM32F1xx\vectors.s chcoreasm_v7m.s @@ -879,12 +879,12 @@ hal_lld.c 1 - D:\Progetti\ChibiOS-RT\os\hal\platforms\STM32F1xx\hal_lld.c + ..\..\..\os\hal\platforms\STM32F1xx\hal_lld.c pal_lld.c 1 - D:\Progetti\ChibiOS-RT\os\hal\platforms\STM32\GPIOv1\pal_lld.c + ..\..\..\os\hal\platforms\STM32\GPIOv1\pal_lld.c serial_lld.c @@ -894,17 +894,17 @@ hal_lld.h 5 - D:\Progetti\ChibiOS-RT\os\hal\platforms\STM32F1xx\hal_lld.h + ..\..\..\os\hal\platforms\STM32F1xx\hal_lld.h hal_lld_f103.h 5 - D:\Progetti\ChibiOS-RT\os\hal\platforms\STM32F1xx\hal_lld_f103.h + ..\..\..\os\hal\platforms\STM32F1xx\hal_lld_f103.h pal_lld.h 5 - D:\Progetti\ChibiOS-RT\os\hal\platforms\STM32\GPIOv1\pal_lld.h + ..\..\..\os\hal\platforms\STM32\GPIOv1\pal_lld.h serial_lld.h @@ -914,7 +914,7 @@ stm32f10x.h 5 - D:\Progetti\ChibiOS-RT\os\hal\platforms\STM32F1xx\stm32f10x.h + ..\..\..\os\hal\platforms\STM32F1xx\stm32f10x.h diff --git a/demos/ARMCM3-STM32F107/keil/ch.uvproj b/demos/ARMCM3-STM32F107/keil/ch.uvproj index 999e635d2..a88981aed 100644 --- a/demos/ARMCM3-STM32F107/keil/ch.uvproj +++ b/demos/ARMCM3-STM32F107/keil/ch.uvproj @@ -409,7 +409,7 @@ vectors.s 2 - D:\Progetti\ChibiOS-RT\os\ports\RVCT\ARMCMx\STM32F1xx\vectors.s + ..\..\..\os\ports\RVCT\ARMCMx\STM32F1xx\vectors.s chcoreasm_v7m.s diff --git a/readme.txt b/readme.txt index e89a4547b..af95c3f1c 100644 --- a/readme.txt +++ b/readme.txt @@ -89,6 +89,8 @@ ***************************************************************************** *** 2.7.0 *** +- FIX: Fixed invalid directory links in the demo files (bug #419)backported + to 2.6.1). - FIX: Fixed missing casts in time-conversion macros (bug #418)(backported to 2.6.1, 2.4.4 and 2.2.10). - FIX: Fixed PLL2 activation condition is wrong in STM32F107 HAL (bug #417)