git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_16.1.x@9747 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
Giovanni Di Sirio 2016-08-26 09:26:17 +00:00
parent ceea05d612
commit 3dbb44f1c4
2 changed files with 2 additions and 0 deletions

View File

@ -86,6 +86,7 @@ endif
# Required include directories # Required include directories
PLATFORMINC := $(CHIBIOS)/os/hal/ports/common/ARMCMx \ PLATFORMINC := $(CHIBIOS)/os/hal/ports/common/ARMCMx \
$(CHIBIOS)/os/hal/ports/STM32/STM32F1xx \ $(CHIBIOS)/os/hal/ports/STM32/STM32F1xx \
$(CHIBIOS)/os/hal/ports/STM32/LLD/CANv1 \
$(CHIBIOS)/os/hal/ports/STM32/LLD/DACv1 \ $(CHIBIOS)/os/hal/ports/STM32/LLD/DACv1 \
$(CHIBIOS)/os/hal/ports/STM32/LLD/DMAv1 \ $(CHIBIOS)/os/hal/ports/STM32/LLD/DMAv1 \
$(CHIBIOS)/os/hal/ports/STM32/LLD/EXTIv1 \ $(CHIBIOS)/os/hal/ports/STM32/LLD/EXTIv1 \

View File

@ -73,6 +73,7 @@
***************************************************************************** *****************************************************************************
*** 16.1.6 *** *** 16.1.6 ***
- HAL: Fixed CAN inclusion path missing for STM32F107 (bug #772).
- HAL: Fixed extra brackets in STM32F0 registry (bug #771). - HAL: Fixed extra brackets in STM32F0 registry (bug #771).
- HAL: Fixed STM32 CAN filters initialization problem (bug #770). - HAL: Fixed STM32 CAN filters initialization problem (bug #770).
- HAL: Fixed wrong bit mask in STM32L0xx port (bug #769). - HAL: Fixed wrong bit mask in STM32L0xx port (bug #769).