From 6e2745e0c970a51befda84eac350febbf0e8c033 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Wed, 10 Jun 2015 11:40:06 +0000 Subject: [PATCH] Fixed bug #599. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8013 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/ports/STM32/STM32F1xx/platform_f105_f107.mk | 2 +- readme.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/os/hal/ports/STM32/STM32F1xx/platform_f105_f107.mk b/os/hal/ports/STM32/STM32F1xx/platform_f105_f107.mk index 368ebc8a3..0a90ed152 100644 --- a/os/hal/ports/STM32/STM32F1xx/platform_f105_f107.mk +++ b/os/hal/ports/STM32/STM32F1xx/platform_f105_f107.mk @@ -74,7 +74,7 @@ PLATFORMSRC := $(CHIBIOS)/os/hal/ports/common/ARMCMx/nvic.c \ $(CHIBIOS)/os/hal/ports/STM32/LLD/TIMv1/gpt_lld.c \ $(CHIBIOS)/os/hal/ports/STM32/LLD/TIMv1/icu_lld.c \ $(CHIBIOS)/os/hal/ports/STM32/LLD/TIMv1/pwm_lld.c \ - $(CHIBIOS)/os/hal/ports/STM32/LLD/TIMv1/st_lld.c + $(CHIBIOS)/os/hal/ports/STM32/LLD/TIMv1/st_lld.c \ $(CHIBIOS)/os/hal/ports/STM32/LLD/USARTv1/serial_lld.c \ $(CHIBIOS)/os/hal/ports/STM32/LLD/USARTv1/uart_lld.c endif diff --git a/readme.txt b/readme.txt index c389ad332..def0b1893 100644 --- a/readme.txt +++ b/readme.txt @@ -75,6 +75,7 @@ *** 3.0.0p6 *** - HAL: Added support for extra DMA channels in STM32F072 devices. +- HAL: Fixed error in platofm_f105_f107.mk file (bug #599). - HAL: Fixed issue in DMA drivers when channels share ISRs (bug #597). *** 3.0.0p5 ***