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