From b716419462f2fa49c6cefcddcd375b3d4bbe482f Mon Sep 17 00:00:00 2001 From: Benjamin Valentin Date: Tue, 14 Jul 2020 22:35:04 +0200 Subject: [PATCH] cpu/efm32: set CPU_HAS_BITBAND --- cpu/efm32/include/cpu_conf.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/cpu/efm32/include/cpu_conf.h b/cpu/efm32/include/cpu_conf.h index b4ee8b8ebb..e6427b0d82 100644 --- a/cpu/efm32/include/cpu_conf.h +++ b/cpu/efm32/include/cpu_conf.h @@ -51,6 +51,15 @@ extern "C" { #define FLASHPAGE_RAW_ALIGNMENT (4U) /** @} */ +/** + * @brief Bit-Band configuration + * @{ + */ +#ifdef BITBAND_RAM_BASE +#define CPU_HAS_BITBAND 1 +#endif +/** @} */ + #ifdef __cplusplus } #endif