Fixed bug #1036.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12877 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
dd8cdeb48d
commit
22267b3fa2
|
@ -86,7 +86,7 @@ endif
|
|||
PROJECT = ch
|
||||
|
||||
# Target settings.
|
||||
MCU = cortex-m4
|
||||
MCU = cortex-m7
|
||||
|
||||
# Imported source files and paths.
|
||||
CHIBIOS := ../../..
|
||||
|
|
|
@ -86,7 +86,7 @@ endif
|
|||
PROJECT = ch
|
||||
|
||||
# Target settings.
|
||||
MCU = cortex-m4
|
||||
MCU = cortex-m7
|
||||
|
||||
# Imported source files and paths.
|
||||
CHIBIOS := ../../..
|
||||
|
|
|
@ -86,7 +86,7 @@ endif
|
|||
PROJECT = ch
|
||||
|
||||
# Target settings.
|
||||
MCU = cortex-m4
|
||||
MCU = cortex-m7
|
||||
|
||||
# Imported source files and paths.
|
||||
CHIBIOS := ../../..
|
||||
|
|
|
@ -86,7 +86,7 @@ endif
|
|||
PROJECT = ch
|
||||
|
||||
# Target settings.
|
||||
MCU = cortex-m4
|
||||
MCU = cortex-m7
|
||||
|
||||
# Imported source files and paths.
|
||||
CHIBIOS := ../../..
|
||||
|
|
|
@ -86,7 +86,7 @@ endif
|
|||
PROJECT = ch
|
||||
|
||||
# Target settings.
|
||||
MCU = cortex-m4
|
||||
MCU = cortex-m7
|
||||
|
||||
# Imported source files and paths.
|
||||
CHIBIOS := ../../..
|
||||
|
|
|
@ -86,7 +86,7 @@ endif
|
|||
PROJECT = ch
|
||||
|
||||
# Target settings.
|
||||
MCU = cortex-m4
|
||||
MCU = cortex-m7
|
||||
|
||||
# Imported source files and paths.
|
||||
CHIBIOS := ../../..
|
||||
|
|
|
@ -456,7 +456,7 @@
|
|||
/* Driver macros. */
|
||||
/*===========================================================================*/
|
||||
|
||||
#if (defined(STM32_SPI_DMA_REQUIRED) &&
|
||||
#if (defined(STM32_SPI_DMA_REQUIRED) && \
|
||||
defined(STM32_SPI_BDMA_REQUIRED)) || defined(__DOXYGEN__)
|
||||
#define spi_lld_driver_fields \
|
||||
/* Pointer to the SPIx registers block.*/ \
|
||||
|
|
|
@ -102,6 +102,7 @@
|
|||
- HAL: Added a new interface for range-finder devices (used by EX).
|
||||
- HAL: Added mcuconf.h updater tool for STM32F407 (backported to 19.1.1).
|
||||
- NIL: Integrated NIL 4.0.
|
||||
- FIX: Fixed some M7 demos compile as M4 bug #1037)(backported to 19.1.3).
|
||||
- FIX: Fixed missing I2C4 RCC definitions for L4/L4+ (bug #1036)
|
||||
(backported to 19.1.3)(backported to 18.2.3).
|
||||
- FIX: Fixed missing delay after STM32 wait states setup (bug #1035)
|
||||
|
|
|
@ -86,7 +86,7 @@ endif
|
|||
PROJECT = ch
|
||||
|
||||
# Target settings.
|
||||
MCU = cortex-m4
|
||||
MCU = cortex-m7
|
||||
|
||||
# Imported source files and paths.
|
||||
CHIBIOS := ../../../..
|
||||
|
|
Loading…
Reference in New Issue