aboutsummaryrefslogtreecommitdiff
path: root/platforms/chibios/common/configs/halconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'platforms/chibios/common/configs/halconf.h')
-rw-r--r--platforms/chibios/common/configs/halconf.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/platforms/chibios/common/configs/halconf.h b/platforms/chibios/common/configs/halconf.h
index 880e7f97a..264ae4e6c 100644
--- a/platforms/chibios/common/configs/halconf.h
+++ b/platforms/chibios/common/configs/halconf.h
@@ -29,7 +29,7 @@
29#define HALCONF_H 29#define HALCONF_H
30 30
31#define _CHIBIOS_HAL_CONF_ 31#define _CHIBIOS_HAL_CONF_
32#define _CHIBIOS_HAL_CONF_VER_7_0_ 32#define _CHIBIOS_HAL_CONF_VER_7_1_
33 33
34#include <mcuconf.h> 34#include <mcuconf.h>
35 35
@@ -69,6 +69,13 @@
69#endif 69#endif
70 70
71/** 71/**
72 * @brief Enables the EFlash subsystem.
73 */
74#if !defined(HAL_USE_EFL) || defined(__DOXYGEN__)
75#define HAL_USE_EFL FALSE
76#endif
77
78/**
72 * @brief Enables the GPT subsystem. 79 * @brief Enables the GPT subsystem.
73 */ 80 */
74#if !defined(HAL_USE_GPT) || defined(__DOXYGEN__) 81#if !defined(HAL_USE_GPT) || defined(__DOXYGEN__)
@@ -451,7 +458,6 @@
451#define SPI_USE_CIRCULAR FALSE 458#define SPI_USE_CIRCULAR FALSE
452#endif 459#endif
453 460
454
455/** 461/**
456 * @brief Enables the @p spiAcquireBus() and @p spiReleaseBus() APIs. 462 * @brief Enables the @p spiAcquireBus() and @p spiReleaseBus() APIs.
457 * @note Disabling this option saves both code and data space. 463 * @note Disabling this option saves both code and data space.