1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

cpu/lpc1768: set CPU_HAS_BITBAND

> Support for Cortex-M3 bit banding.

https://www.nxp.com/docs/en/data-sheet/LPC1769_68_67_66_65_64_63.pdf
This commit is contained in:
Benjamin Valentin 2020-08-07 18:02:16 +02:00 committed by Benjamin Valentin
parent 225f56b5e6
commit e886dad430

View File

@ -36,6 +36,7 @@ extern "C" {
#define CPU_DEFAULT_IRQ_PRIO (1U)
#define CPU_IRQ_NUMOF (35U)
#define CPU_FLASH_BASE LPC_FLASH_BASE
#define CPU_HAS_BITBAND (1)
/** @} */
/**