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:
parent
95ec5890b0
commit
b716419462
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user