git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8013 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
Giovanni Di Sirio 2015-06-10 11:40:06 +00:00
parent acc7844843
commit 6e2745e0c9
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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 ***