Refs #659. Made STM32 HAL port includes conditional for the communication interfaces.

git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@633 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
This commit is contained in:
Frank Voorburg 2018-10-27 10:56:19 +00:00
parent 83e9c0018c
commit e9ba4a1d03
9 changed files with 9 additions and 11 deletions

View File

@ -31,11 +31,11 @@
* Include files
****************************************************************************************/
#include "boot.h" /* bootloader generic header */
#if (BOOT_COM_CAN_ENABLE > 0)
#include "stm32f0xx.h" /* STM32 CPU and HAL header */
#include "stm32f0xx_ll_rcc.h" /* STM32 LL RCC header */
#if (BOOT_COM_CAN_ENABLE > 0)
/****************************************************************************************
* Macro definitions
****************************************************************************************/

View File

@ -30,11 +30,11 @@
* Include files
****************************************************************************************/
#include "boot.h" /* bootloader generic header */
#if (BOOT_COM_UART_ENABLE > 0)
#include "stm32f0xx.h" /* STM32 CPU and HAL header */
#include "stm32f0xx_ll_usart.h" /* STM32 LL USART header */
#if (BOOT_COM_UART_ENABLE > 0)
/****************************************************************************************
* Macro definitions
****************************************************************************************/

View File

@ -31,13 +31,11 @@
* Include files
****************************************************************************************/
#include "boot.h" /* bootloader generic header */
#if (BOOT_COM_CAN_ENABLE > 0)
#include "stm32f1xx.h" /* STM32 CPU and HAL header */
#if (BOOT_COM_CAN_ENABLE > 0)
#include "stm32f1xx_ll_rcc.h" /* STM32 LL RCC header */
#endif
#if (BOOT_COM_CAN_ENABLE > 0)
/****************************************************************************************
* Macro definitions
****************************************************************************************/

View File

@ -31,11 +31,11 @@
* Include files
****************************************************************************************/
#include "boot.h" /* bootloader generic header */
#if (BOOT_COM_CAN_ENABLE > 0)
#include "stm32f2xx.h" /* STM32 CPU and HAL header */
#include "stm32f2xx_ll_rcc.h" /* STM32 LL RCC header */
#if (BOOT_COM_CAN_ENABLE > 0)
/****************************************************************************************
* Macro definitions
****************************************************************************************/

View File

@ -30,11 +30,11 @@
* Include files
****************************************************************************************/
#include "boot.h" /* bootloader generic header */
#if (BOOT_COM_UART_ENABLE > 0)
#include "stm32f2xx.h" /* STM32 CPU and HAL header */
#include "stm32f2xx_ll_usart.h" /* STM32 LL USART header */
#if (BOOT_COM_UART_ENABLE > 0)
/****************************************************************************************
* Macro definitions
****************************************************************************************/

View File

@ -31,11 +31,11 @@
* Include files
****************************************************************************************/
#include "boot.h" /* bootloader generic header */
#if (BOOT_COM_CAN_ENABLE > 0)
#include "stm32f3xx.h" /* STM32 CPU and HAL header */
#include "stm32f3xx_ll_rcc.h" /* STM32 LL RCC header */
#if (BOOT_COM_CAN_ENABLE > 0)
/****************************************************************************************
* Macro definitions
****************************************************************************************/

View File

@ -30,11 +30,11 @@
* Include files
****************************************************************************************/
#include "boot.h" /* bootloader generic header */
#if (BOOT_COM_UART_ENABLE > 0)
#include "stm32f3xx.h" /* STM32 CPU and HAL header */
#include "stm32f3xx_ll_usart.h" /* STM32 LL USART header */
#if (BOOT_COM_UART_ENABLE > 0)
/****************************************************************************************
* Macro definitions
****************************************************************************************/

View File

@ -31,11 +31,11 @@
* Include files
****************************************************************************************/
#include "boot.h" /* bootloader generic header */
#if (BOOT_COM_CAN_ENABLE > 0)
#include "stm32l4xx.h" /* STM32 CPU and HAL header */
#include "stm32l4xx_ll_rcc.h" /* STM32 LL RCC header */
#if (BOOT_COM_CAN_ENABLE > 0)
/****************************************************************************************
* Macro definitions
****************************************************************************************/

View File

@ -30,11 +30,11 @@
* Include files
****************************************************************************************/
#include "boot.h" /* bootloader generic header */
#if (BOOT_COM_UART_ENABLE > 0)
#include "stm32l4xx.h" /* STM32 CPU and HAL header */
#include "stm32l4xx_ll_usart.h" /* STM32 LL USART header */
#if (BOOT_COM_UART_ENABLE > 0)
/****************************************************************************************
* Macro definitions
****************************************************************************************/