From e886dad430dbf06f7d4fa9b03a7017bee9b76f87 Mon Sep 17 00:00:00 2001 From: Benjamin Valentin Date: Fri, 7 Aug 2020 18:02:16 +0200 Subject: [PATCH] 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 --- cpu/lpc1768/include/cpu_conf.h | 1 + 1 file changed, 1 insertion(+) diff --git a/cpu/lpc1768/include/cpu_conf.h b/cpu/lpc1768/include/cpu_conf.h index c9ce1e67d1..ae0814a9b8 100644 --- a/cpu/lpc1768/include/cpu_conf.h +++ b/cpu/lpc1768/include/cpu_conf.h @@ -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) /** @} */ /**