We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eba808 commit 4830178Copy full SHA for 4830178
boot/zephyr/boards/nrf52840dongle_nrf52840_bare.conf
@@ -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