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:
parent
225f56b5e6
commit
e886dad430
@ -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)
|
||||
/** @} */
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user