Skip to content

Commit 2736dd1

Browse files
committed
boot: Add config for dongle bare variant
Add a configuration file for the nRF52840 dongle bare variant. Signed-off-by: Tomasz Chyrowicz <tomasz.chyrowicz@nordicsemi.no>
1 parent 5eaf190 commit 2736dd1

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# The UART is used for Serial Recovery, so logging requires
2+
# an RTT console, which is not available out of the box on this board.
3+
# Disable logging.
4+
CONFIG_LOG=n
5+
6+
# Serial
7+
CONFIG_CONSOLE=n
8+
CONFIG_SERIAL=y
9+
CONFIG_UART_NRFX=n
10+
CONFIG_UART_INTERRUPT_DRIVEN=y
11+
CONFIG_UART_LINE_CTRL=y
12+
13+
# MCUBoot serial
14+
CONFIG_GPIO=y
15+
CONFIG_MCUBOOT_SERIAL=y
16+
CONFIG_BOOT_SERIAL_CDC_ACM=y
17+
18+
# Required by USB
19+
CONFIG_MULTITHREADING=y
20+
21+
# USB
22+
CONFIG_USB_DEVICE_STACK=y
23+
CONFIG_USB_DEVICE_REMOTE_WAKEUP=n
24+
CONFIG_USB_DEVICE_PRODUCT="MCUBOOT"
25+
26+
CONFIG_NORDIC_QSPI_NOR=n

0 commit comments

Comments
 (0)