1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 06:23:53 +01:00

cpu/efm32: set CPU_HAS_BITBAND

This commit is contained in:
Benjamin Valentin 2020-07-14 22:35:04 +02:00
parent 95ec5890b0
commit b716419462

View File

@ -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