Skip to content

Commit 20f189b

Browse files
MarekPietanordicjm
authored andcommitted
applications: nrf_desktop: Reduce FLASH usage on nrf52820 boards
Change reduces FLASH usage of MCUboot on nrf52820 boards. Jira: NCSDK-16346 Signed-off-by: Marek Pieta <Marek.Pieta@nordicsemi.no>
1 parent 43a1a34 commit 20f189b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

applications/nrf_desktop/configuration/nrf52820dongle_nrf52820/child_image/mcuboot/prj_release.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,4 @@ CONFIG_CBPRINTF_NANO=y
6060
CONFIG_TIMESLICING=n
6161
CONFIG_PRINTK=n
6262
CONFIG_BOOT_BANNER=n
63+
CONFIG_ERRNO=n

applications/nrf_desktop/configuration/nrf52833dk_nrf52820/child_image/mcuboot/prj_release.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,4 @@ CONFIG_USE_SEGGER_RTT=n
6464
CONFIG_CONSOLE=n
6565
CONFIG_UART_CONSOLE=n
6666
CONFIG_BOOT_BANNER=n
67+
CONFIG_ERRNO=n

0 commit comments

Comments
 (0)