mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 06:42:32 +08:00
configs/open1788/knxterm/defconfig: Add missing MPU configuration option.
This commit is contained in:
@@ -60,14 +60,6 @@
|
||||
# define MIN(a,b) a < b ? a : b
|
||||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
* Private Data
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Private Functions
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Public Functions
|
||||
****************************************************************************/
|
||||
|
||||
@@ -13,7 +13,7 @@ CONFIG_ARCH_BOARD_OPEN1788=y
|
||||
CONFIG_ARCH_CHIP_LPC1788=y
|
||||
CONFIG_ARCH_CHIP_LPC17XX=y
|
||||
CONFIG_ARCH_STACKDUMP=y
|
||||
CONFIG_ARCH_USE_MPU=y
|
||||
CONFIG_ARM_MPU=y
|
||||
CONFIG_BCH=y
|
||||
CONFIG_BOARD_LATE_INITIALIZE=y
|
||||
CONFIG_BOARD_LOOPSPERMSEC=11934
|
||||
|
||||
Reference in New Issue
Block a user