Files
zephyr/boards/96boards/96b_nitrogen/96b_nitrogen_defconfig
Jamie McCrae a6289516e4 boards: arm: 96b_nitrogen: Convert to v2
Converts the board to hwmv2

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
2024-03-01 15:49:56 +01:00

15 lines
193 B
Plaintext

# SPDX-License-Identifier: Apache-2.0
# Enable MPU
CONFIG_ARM_MPU=y
# enable GPIO
CONFIG_GPIO=y
# enable uart driver
CONFIG_SERIAL=y
# enable console
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y