Fixed bug #772.
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:
parent
ceea05d612
commit
3dbb44f1c4
|
@ -86,6 +86,7 @@ endif
|
|||
# Required include directories
|
||||
PLATFORMINC := $(CHIBIOS)/os/hal/ports/common/ARMCMx \
|
||||
$(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/DMAv1 \
|
||||
$(CHIBIOS)/os/hal/ports/STM32/LLD/EXTIv1 \
|
||||
|
|
|
@ -73,6 +73,7 @@
|
|||
*****************************************************************************
|
||||
|
||||
*** 16.1.6 ***
|
||||
- HAL: Fixed CAN inclusion path missing for STM32F107 (bug #772).
|
||||
- HAL: Fixed extra brackets in STM32F0 registry (bug #771).
|
||||
- HAL: Fixed STM32 CAN filters initialization problem (bug #770).
|
||||
- HAL: Fixed wrong bit mask in STM32L0xx port (bug #769).
|
||||
|
|
Loading…
Reference in New Issue