File tree Expand file tree Collapse file tree 2 files changed +35
-0
lines changed Expand file tree Collapse file tree 2 files changed +35
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Disable logging
2
+ CONFIG_LOG=n
3
+ CONFIG_CONSOLE=n
4
+ CONFIG_UART_CONSOLE=n
5
+
6
+ # MCUBoot serial configuration
7
+ CONFIG_MCUBOOT_SERIAL=y
8
+ CONFIG_BOOT_SERIAL_ENTRANCE_GPIO=n
9
+ CONFIG_BOOT_SERIAL_CDC_ACM=y
10
+ CONFIG_BOOT_SERIAL_WAIT_FOR_DFU=y
11
+ CONFIG_BOOT_SERIAL_NO_APPLICATION=y
12
+ CONFIG_BOOT_SERIAL_WAIT_FOR_DFU_TIMEOUT=5000
13
+ CONFIG_BOOT_USB_DFU_WAIT=n
14
+
15
+ # Required by USB
16
+ CONFIG_MULTITHREADING=y
17
+
18
+ # USB
19
+ CONFIG_USB_DEVICE_STACK=y
20
+ CONFIG_USB_DEVICE_REMOTE_WAKEUP=n
Original file line number Diff line number Diff line change
1
+ # Disable logging
2
+ CONFIG_LOG=n
3
+ CONFIG_CONSOLE=n
4
+ CONFIG_UART_CONSOLE=n
5
+
6
+ # MCUboot serial configuration
7
+ CONFIG_MCUBOOT_SERIAL=y
8
+ CONFIG_BOOT_SERIAL_UART=y
9
+ CONFIG_BOOT_SERIAL_ENTRANCE_GPIO=n
10
+ CONFIG_BOOT_SERIAL_WAIT_FOR_DFU=y
11
+ CONFIG_BOOT_SERIAL_NO_APPLICATION=y
12
+ CONFIG_BOOT_SERIAL_WAIT_FOR_DFU_TIMEOUT=5000
13
+
14
+ # SPI NOR
15
+ CONFIG_SPI_NOR=n
You can’t perform that action at this time.
0 commit comments