Open Model Railroad Network (OpenMRN)
Loading...
Searching...
No Matches
stm32f_hal_conf.hxx
Go to the documentation of this file.
1
34#ifndef _FREERTOS_DRIVERS_ST_STM32F_HAL_CONF_HXX_
35#define _FREERTOS_DRIVERS_ST_STM32F_HAL_CONF_HXX_
36
37#if defined(STM32F030x6) || defined(STM32F031x6) || defined(STM32F038xx) || \
38 defined(STM32F030x8) || defined(STM32F030xC) || defined(STM32F042x6) || \
39 defined(STM32F048xx) || defined(STM32F051x8) || defined(STM32F058xx) || \
40 defined(STM32F070x6) || defined(STM32F070xB) || defined(STM32F071xB) || \
41 defined(STM32F072xB) || defined(STM32F078xx) || defined(STM32F091xC) || \
42 defined(STM32F098xx)
43#include "stm32f0xx_hal_conf.h"
44#elif defined(STM32F103xB)
45#include "stm32f1xx_hal_conf.h"
46#elif defined(STM32F303xC) || defined(STM32F303xE)
47#include "stm32f3xx_hal_conf.h"
48#elif defined(STM32F767xx)
49#include "stm32f7xx_hal_conf.h"
50#elif defined(STM32L432xx) || defined(STM32L431xx)
51#include "stm32l4xx_hal_conf.h"
52#elif defined(STM32G0B1xx)
53#include "stm32g0xx_hal_conf.h"
54#else
55#error "STM32F_HAL_CONF unsupported STM32 device"
56#endif
57
58#endif // _FREERTOS_DRIVERS_ST_STM32F_HAL_CONF_HXX_
HAL configuration file.
HAL configuration template file. This file should be copied to the application folder and renamed to ...
HAL configuration file.
HAL configuration file.
HAL configuration template file. This file should be copied to the application folder and renamed to ...
HAL configuration file.