Skip to content

Commit

Permalink
applications: nrf_desktop: Configuration cleanup
Browse files Browse the repository at this point in the history
Remove unnecessary "# Flash" comment and use debug/release instead of
ZDebug/ZRelease.

Jira: NCSDK-26944

Signed-off-by: Marek Pieta <Marek.Pieta@nordicsemi.no>
  • Loading branch information
MarekPieta authored and rlubos committed Jul 15, 2024
1 parent d768a38 commit 5a37179
Show file tree
Hide file tree
Showing 31 changed files with 28 additions and 45 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ CONFIG_MBEDTLS_CFG_FILE="mcuboot-mbedtls-cfg.h"

CONFIG_BOOT_BOOTSTRAP=n

# Flash
CONFIG_FLASH=y
CONFIG_BOOT_ERASE_PROGRESSIVELY=y
CONFIG_SOC_FLASH_NRF_EMULATE_ONE_BYTE_WRITE_ACCESS=y
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ CONFIG_MBEDTLS_CFG_FILE="mcuboot-mbedtls-cfg.h"

CONFIG_BOOT_BOOTSTRAP=n

# Flash
CONFIG_FLASH=y
CONFIG_BOOT_ERASE_PROGRESSIVELY=y
CONFIG_SOC_FLASH_NRF_EMULATE_ONE_BYTE_WRITE_ACCESS=y
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ CONFIG_MBEDTLS_CFG_FILE="mcuboot-mbedtls-cfg.h"

CONFIG_BOOT_BOOTSTRAP=n

# Flash
CONFIG_FLASH=y
CONFIG_BOOT_ERASE_PROGRESSIVELY=y
CONFIG_SOC_FLASH_NRF_EMULATE_ONE_BYTE_WRITE_ACCESS=y
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ CONFIG_MBEDTLS_CFG_FILE="mcuboot-mbedtls-cfg.h"

CONFIG_BOOT_BOOTSTRAP=n

# Flash
CONFIG_FLASH=y
CONFIG_BOOT_ERASE_PROGRESSIVELY=y
CONFIG_SOC_FLASH_NRF_EMULATE_ONE_BYTE_WRITE_ACCESS=y
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ CONFIG_MBEDTLS_CFG_FILE="mcuboot-mbedtls-cfg.h"

CONFIG_BOOT_BOOTSTRAP=n

# Flash
CONFIG_FLASH=y
CONFIG_BOOT_ERASE_PROGRESSIVELY=y
CONFIG_SOC_FLASH_NRF_EMULATE_ONE_BYTE_WRITE_ACCESS=y
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ CONFIG_MBEDTLS_CFG_FILE="mcuboot-mbedtls-cfg.h"

CONFIG_BOOT_BOOTSTRAP=n

# Flash
CONFIG_FLASH=y
CONFIG_BOOT_ERASE_PROGRESSIVELY=y
CONFIG_SOC_FLASH_NRF_EMULATE_ONE_BYTE_WRITE_ACCESS=y
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ CONFIG_BOOT_BOOTSTRAP=n

CONFIG_BOOT_VERSION_CMP_USE_BUILD_NUMBER=y

# Flash
CONFIG_FLASH=y
CONFIG_SOC_FLASH_NRF_EMULATE_ONE_BYTE_WRITE_ACCESS=y

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ CONFIG_MBEDTLS_CFG_FILE="mcuboot-mbedtls-cfg.h"

CONFIG_BOOT_BOOTSTRAP=n

# Flash
CONFIG_FLASH=y

# Required by QSPI
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ CONFIG_MBEDTLS_CFG_FILE="mcuboot-mbedtls-cfg.h"
CONFIG_BOOT_MAX_IMG_SECTORS=256
CONFIG_BOOT_BOOTSTRAP=n

# Flash
CONFIG_FLASH=y
CONFIG_SOC_FLASH_NRF_EMULATE_ONE_BYTE_WRITE_ACCESS=y

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#
################################################################################
# ZDebug: Dongle version
# debug: Dongle version
#
# This ZDebug build type configuration acts as a dongle.
# This debug build type configuration acts as a dongle.
#
# Application Configuration

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#
################################################################################
# ZDebug: Fast Pair version
# debug: Fast Pair version
#
# This ZDebug build type configuration enables Fast Pair support.
# This debug build type configuration enables Fast Pair support.
# The build type configuration supports both configuration channel and MCUmgr DFU transports.
#
# Application Configuration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#
################################################################################
# ZDebug: Keyboard version
# debug: Keyboard version
#
# This ZDebug build type configuration acts as a keyboard.
# This debug build type configuration acts as a keyboard.
#
# Application Configuration

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#
################################################################################
# ZDebug: MCUBootQSPI version
# debug: MCUBootQSPI version
#
# This ZDebug build type configuration uses MCUboot with the secondary slot in the external QSPI FLASH.
# This debug build type configuration uses MCUboot with the secondary slot in the external QSPI FLASH.
#
# Application Configuration

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#
################################################################################
# ZDebug: MCUBootSMP version
# debug: MCUBootSMP version
#
# This ZDebug build type configuration enables MCUmgr with DFU support, with the image management
# This debug build type configuration enables MCUmgr with DFU support, with the image management
# commands enabled for this purpose.
#
# Application Configuration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#
################################################################################
# ZDebug: Triple Bluetooth® LE connection version
# debug: Triple Bluetooth® LE connection version
#
# This ZDebug build type configuration allows up to three simultaneous Bluetooth® LE connections.
# This debug build type configuration allows up to three simultaneous Bluetooth® LE connections.
#
# Application Configuration

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#
################################################################################
# ZDebug: Quad LLPM connection version
# debug: Quad LLPM connection version
#
# This ZDebug build type configuration allows up to four simultaneous Bluetooth® LE connections.
# This debug build type configuration allows up to four simultaneous Bluetooth® LE connections.
# This configuration enables the Low Latency Packet Mode.
#
# Application Configuration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#
################################################################################
# ZRelease: Quad LLPM connection version
# release: Quad LLPM connection version
#
# This ZRelease build type configuration allows up to four simultaneous Bluetooth® LE connections.
# This release build type configuration allows up to four simultaneous Bluetooth® LE connections.
# This configuration enables the Low Latency Packet Mode.
#
# Application Configuration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ CONFIG_BOOT_BOOTSTRAP=n

CONFIG_BOOT_VERSION_CMP_USE_BUILD_NUMBER=y

# Flash
CONFIG_FLASH=y
CONFIG_SOC_FLASH_NRF_EMULATE_ONE_BYTE_WRITE_ACCESS=y

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ CONFIG_MAIN_STACK_SIZE=10240

CONFIG_BOOT_BOOTSTRAP=n

# Flash
CONFIG_FLASH=y
CONFIG_SOC_FLASH_NRF_EMULATE_ONE_BYTE_WRITE_ACCESS=y

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ CONFIG_BOOT_BOOTSTRAP=n

CONFIG_BOOT_VERSION_CMP_USE_BUILD_NUMBER=y

# Flash
CONFIG_FLASH=y
CONFIG_SOC_FLASH_NRF_EMULATE_ONE_BYTE_WRITE_ACCESS=y

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#
################################################################################
# ZDebug: Fast Pair version
# debug: Fast Pair version
#
# This ZDebug build type configuration enables Fast Pair support.
# This debug build type configuration enables Fast Pair support.
# The build type configuration supports both configuration channel and MCUmgr DFU transports.
#
# Application Configuration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#
################################################################################
# ZDebug: MCUBootSMP version
# debug: MCUBootSMP version
#
# This ZDebug build type configuration enables MCUmgr with DFU support, with the image management commands enabled for this purpose.
# This debug build type configuration enables MCUmgr with DFU support, with the image management commands enabled for this purpose.
# The DFU over config channel is disabled.
#
# Application Configuration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#
################################################################################
# ZRelease: Fast Pair version
# release: Fast Pair version
#
# This ZRelease build type configuration enables Fast Pair support.
# This release build type configuration enables Fast Pair support.
# The build type configuration supports both configuration channel and MCUmgr DFU transports.
#
# Application Configuration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ CONFIG_BOOT_BOOTSTRAP=n

CONFIG_BOOT_VERSION_CMP_USE_BUILD_NUMBER=y

# Flash
CONFIG_FLASH=y
CONFIG_SOC_FLASH_NRF_EMULATE_ONE_BYTE_WRITE_ACCESS=y

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#
################################################################################
# ZRelease: Fast Pair version
# release: Fast Pair version
#
# This ZRelease build type configuration enables Fast Pair support.
# This release build type configuration enables Fast Pair support.
# The build type configuration supports both configuration channel and MCUmgr DFU transports.
#
# Application Configuration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ CONFIG_BOOT_BOOTSTRAP=n

CONFIG_BOOT_VERSION_CMP_USE_BUILD_NUMBER=y

# Flash
CONFIG_FLASH=y

# Reduce memory consumption
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ CONFIG_BOOT_BOOTSTRAP=n

CONFIG_BOOT_VERSION_CMP_USE_BUILD_NUMBER=y

# Flash
CONFIG_FLASH=y

# Reduce memory consumption
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ CONFIG_BOOT_BOOTSTRAP=n

CONFIG_BOOT_VERSION_CMP_USE_BUILD_NUMBER=y

# Flash
CONFIG_FLASH=y

# Reduce memory consumption
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ CONFIG_BOOT_BOOTSTRAP=n

CONFIG_BOOT_VERSION_CMP_USE_BUILD_NUMBER=y

# Flash
CONFIG_FLASH=y

# Reduce memory consumption
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#
################################################################################
# ZDebug: Fast Pair version
# debug: Fast Pair version
#
# This ZDebug build type configuration enables Fast Pair support.
# This debug build type configuration enables Fast Pair support.
# The build type configuration supports both configuration channel and MCUmgr DFU transports.
#
# Application Configuration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#
################################################################################
# ZDebug: Keyboard version
# debug: Keyboard version
#
# This ZDebug build type configuration acts as a keyboard.
# This debug build type configuration acts as a keyboard.
#
# Application Configuration

Expand Down

0 comments on commit 5a37179

Please sign in to comment.