Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,6 @@ CONFIG_ISR_TABLES_LOCAL_DECLARATION=y

# Improve firmware reliability
CONFIG_RESET_ON_FATAL_ERROR=y

# Enable code partitioning with DTS
CONFIG_USE_DT_CODE_PARTITION=y
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,6 @@ CONFIG_BT_BUF_ACL_TX_SIZE=35
CONFIG_BT_CTLR_DATA_LENGTH_MAX=35

CONFIG_ENTROPY_CC3XX=n

# Enable code partitioning with DTS
CONFIG_USE_DT_CODE_PARTITION=y
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,6 @@ CONFIG_ISR_TABLES_LOCAL_DECLARATION=y

# Improve firmware reliability
CONFIG_RESET_ON_FATAL_ERROR=y

# Enable code partitioning with DTS
CONFIG_USE_DT_CODE_PARTITION=y
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,6 @@ CONFIG_USE_SEGGER_RTT=n
CONFIG_SERIAL=n
CONFIG_CONSOLE=n
CONFIG_UART_CONSOLE=n

# Enable code partitioning with DTS
CONFIG_USE_DT_CODE_PARTITION=y
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,6 @@ CONFIG_ISR_TABLES_LOCAL_DECLARATION=y

# Improve debugging experience by disabling reset on fatal error
CONFIG_RESET_ON_FATAL_ERROR=n

# Enable code partitioning with DTS
CONFIG_USE_DT_CODE_PARTITION=y
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,6 @@ CONFIG_ISR_TABLES_LOCAL_DECLARATION=y

# Improve firmware reliability
CONFIG_RESET_ON_FATAL_ERROR=y

# Enable code partitioning with DTS
CONFIG_USE_DT_CODE_PARTITION=y
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,6 @@ CONFIG_ISR_TABLES_LOCAL_DECLARATION=y

# Improve firmware reliability
CONFIG_RESET_ON_FATAL_ERROR=y

# Enable code partitioning with DTS
CONFIG_USE_DT_CODE_PARTITION=y
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ CONFIG_BT_BUF_ACL_TX_SIZE=35
CONFIG_BT_CTLR_DATA_LENGTH_MAX=35
CONFIG_BT_CTLR_SDC_MAX_CONN_EVENT_LEN_DEFAULT=3000

# Enable code partitioning with DTS
CONFIG_USE_DT_CODE_PARTITION=y

################################################################################

CONFIG_ASSERT=y
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ CONFIG_BT_LL_SW_SPLIT=y
CONFIG_BT_BUF_ACL_TX_SIZE=35
CONFIG_BT_CTLR_DATA_LENGTH_MAX=35

# Enable code partitioning with DTS
CONFIG_USE_DT_CODE_PARTITION=y

################################################################################

CONFIG_ASSERT=y
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,6 @@ CONFIG_BT_CTLR_TX_PWR_DYNAMIC_CONTROL=y
CONFIG_BT_BUF_ACL_TX_SIZE=35
CONFIG_BT_CTLR_DATA_LENGTH_MAX=35
CONFIG_BT_CTLR_SDC_MAX_CONN_EVENT_LEN_DEFAULT=3000

# Enable code partitioning with DTS
CONFIG_USE_DT_CODE_PARTITION=y
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,6 @@ CONFIG_ISR_TABLES_LOCAL_DECLARATION=y

# Improve debugging experience by disabling reset on fatal error
CONFIG_RESET_ON_FATAL_ERROR=n

# Enable code partitioning with DTS
CONFIG_USE_DT_CODE_PARTITION=y
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,6 @@ CONFIG_ISR_TABLES_LOCAL_DECLARATION=y

# Improve firmware reliability
CONFIG_RESET_ON_FATAL_ERROR=y

# Enable code partitioning with DTS
CONFIG_USE_DT_CODE_PARTITION=y
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ CONFIG_BT_BUF_ACL_TX_SIZE=35
CONFIG_BT_CTLR_DATA_LENGTH_MAX=35
CONFIG_BT_CTLR_SDC_MAX_CONN_EVENT_LEN_DEFAULT=3000

# Enable code partitioning with DTS
CONFIG_USE_DT_CODE_PARTITION=y

################################################################################

CONFIG_ASSERT=y
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,6 @@ CONFIG_BT_CTLR_TX_PWR_DYNAMIC_CONTROL=y
CONFIG_BT_BUF_ACL_TX_SIZE=35
CONFIG_BT_CTLR_DATA_LENGTH_MAX=35
CONFIG_BT_CTLR_SDC_MAX_CONN_EVENT_LEN_DEFAULT=3000

# Enable code partitioning with DTS
CONFIG_USE_DT_CODE_PARTITION=y
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,6 @@ CONFIG_ISR_TABLES_LOCAL_DECLARATION=y

# Improve debugging experience by disabling reset on fatal error
CONFIG_RESET_ON_FATAL_ERROR=n

# Enable code partitioning with DTS
CONFIG_USE_DT_CODE_PARTITION=y
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,6 @@ CONFIG_ISR_TABLES_LOCAL_DECLARATION=y

# Improve debugging experience by disabling reset on fatal error
CONFIG_RESET_ON_FATAL_ERROR=n

# Enable code partitioning with DTS
CONFIG_USE_DT_CODE_PARTITION=y
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,6 @@ CONFIG_ISR_TABLES_LOCAL_DECLARATION=y

# Improve debugging experience by disabling reset on fatal error
CONFIG_RESET_ON_FATAL_ERROR=n

# Enable code partitioning with DTS
CONFIG_USE_DT_CODE_PARTITION=y
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,6 @@ CONFIG_ISR_TABLES_LOCAL_DECLARATION=y

# Improve firmware reliability
CONFIG_RESET_ON_FATAL_ERROR=y

# Enable code partitioning with DTS
CONFIG_USE_DT_CODE_PARTITION=y
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,6 @@ CONFIG_ISR_TABLES_LOCAL_DECLARATION=y

# Improve debugging experience by disabling reset on fatal error
CONFIG_RESET_ON_FATAL_ERROR=n

# Enable code partitioning with DTS
CONFIG_USE_DT_CODE_PARTITION=y
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,6 @@ CONFIG_ISR_TABLES_LOCAL_DECLARATION=y

# Improve debugging experience by disabling reset on fatal error
CONFIG_RESET_ON_FATAL_ERROR=n

# Enable code partitioning with DTS
CONFIG_USE_DT_CODE_PARTITION=y
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,6 @@ CONFIG_ISR_TABLES_LOCAL_DECLARATION=y

# Improve debugging experience by disabling reset on fatal error
CONFIG_RESET_ON_FATAL_ERROR=n

# Enable code partitioning with DTS
CONFIG_USE_DT_CODE_PARTITION=y
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,6 @@ CONFIG_ISR_TABLES_LOCAL_DECLARATION=y

# Improve debugging experience by disabling reset on fatal error
CONFIG_RESET_ON_FATAL_ERROR=n

# Enable code partitioning with DTS
CONFIG_USE_DT_CODE_PARTITION=y
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ CONFIG_ENTROPY_CC3XX=n
CONFIG_FW_INFO=y
CONFIG_FW_INFO_FIRMWARE_VERSION=1

# Enable code partitioning with DTS
CONFIG_USE_DT_CODE_PARTITION=y

################################################################################

CONFIG_ASSERT=y
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ CONFIG_ENTROPY_CC3XX=n
CONFIG_FW_INFO=y
CONFIG_FW_INFO_FIRMWARE_VERSION=1

# Enable code partitioning with DTS
CONFIG_USE_DT_CODE_PARTITION=y

################################################################################

CONFIG_ASSERT=y
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,9 @@ CONFIG_BT_PRIVACY=y

CONFIG_ENTROPY_CC3XX=n

# Enable code partitioning with DTS
CONFIG_USE_DT_CODE_PARTITION=y

################################################################################

CONFIG_ASSERT=y
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,9 @@ CONFIG_ENTROPY_CC3XX=n
CONFIG_FW_INFO=y
CONFIG_FW_INFO_FIRMWARE_VERSION=1

# Enable code partitioning with DTS
CONFIG_USE_DT_CODE_PARTITION=y

################################################################################

CONFIG_ASSERT=y
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,9 @@ CONFIG_STREAM_FLASH=y
CONFIG_IMG_MANAGER=y
CONFIG_MCUBOOT_IMG_MANAGER=y

# Enable code partitioning with DTS
CONFIG_USE_DT_CODE_PARTITION=y

################################################################################

CONFIG_ASSERT=y
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,9 @@ CONFIG_BT_CTLR_TX_PWR_DYNAMIC_CONTROL=y

CONFIG_ENTROPY_CC3XX=n

# Enable code partitioning with DTS
CONFIG_USE_DT_CODE_PARTITION=y

################################################################################

CONFIG_ASSERT=y
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,6 @@ CONFIG_ENTROPY_CC3XX=n

CONFIG_FW_INFO=y
CONFIG_FW_INFO_FIRMWARE_VERSION=1

# Enable code partitioning with DTS
CONFIG_USE_DT_CODE_PARTITION=y
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@ CONFIG_ENTROPY_CC3XX=n
CONFIG_FW_INFO=y
CONFIG_FW_INFO_FIRMWARE_VERSION=1

# Enable code partitioning with DTS
CONFIG_USE_DT_CODE_PARTITION=y

################################################################################

CONFIG_ASSERT=y
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,6 @@ CONFIG_ISR_TABLES_LOCAL_DECLARATION=y

# Improve debugging experience by disabling reset on fatal error
CONFIG_RESET_ON_FATAL_ERROR=n

# Enable code partitioning with DTS
CONFIG_USE_DT_CODE_PARTITION=y
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,6 @@ CONFIG_ISR_TABLES_LOCAL_DECLARATION=y

# Improve debugging experience by disabling reset on fatal error
CONFIG_RESET_ON_FATAL_ERROR=n

# Enable code partitioning with DTS
CONFIG_USE_DT_CODE_PARTITION=y
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,6 @@ CONFIG_ISR_TABLES_LOCAL_DECLARATION=y

# Improve firmware reliability
CONFIG_RESET_ON_FATAL_ERROR=y

# Enable code partitioning with DTS
CONFIG_USE_DT_CODE_PARTITION=y
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,9 @@ CONFIG_ENTROPY_CC3XX=n
CONFIG_PMW3360=y
CONFIG_PMW3360_ORIENTATION_90=y

# Enable code partitioning with DTS
CONFIG_USE_DT_CODE_PARTITION=y

################################################################################

CONFIG_ASSERT=y
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,9 @@ CONFIG_STREAM_FLASH=y
CONFIG_IMG_MANAGER=y
CONFIG_MCUBOOT_IMG_MANAGER=y

# Enable code partitioning with DTS
CONFIG_USE_DT_CODE_PARTITION=y

################################################################################

CONFIG_ASSERT=y
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -179,3 +179,6 @@ CONFIG_ENTROPY_CC3XX=n

CONFIG_PMW3360=y
CONFIG_PMW3360_ORIENTATION_90=y

# Enable code partitioning with DTS
CONFIG_USE_DT_CODE_PARTITION=y
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,6 @@ CONFIG_ISR_TABLES_LOCAL_DECLARATION=y

# Improve firmware reliability
CONFIG_RESET_ON_FATAL_ERROR=y

# Enable code partitioning with DTS
CONFIG_USE_DT_CODE_PARTITION=y
Original file line number Diff line number Diff line change
Expand Up @@ -146,3 +146,6 @@ CONFIG_BT_FAST_PAIR=y
# Due to this limitation, this configuration uses the generic input device use case.
CONFIG_BT_FAST_PAIR_USE_CASE_INPUT_DEVICE=y
CONFIG_BT_PRIVACY=y

# Enable code partitioning with DTS
CONFIG_USE_DT_CODE_PARTITION=y
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,6 @@ CONFIG_SOC_NRF53_ANOMALY_160_WORKAROUND_NEEDED=n

# Improve debugging experience by disabling reset on fatal error
CONFIG_RESET_ON_FATAL_ERROR=n

# Enable code partitioning with DTS
CONFIG_USE_DT_CODE_PARTITION=y
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,6 @@ CONFIG_SOC_NRF53_ANOMALY_160_WORKAROUND_NEEDED=n

# Improve firmware reliability
CONFIG_RESET_ON_FATAL_ERROR=y

# Enable code partitioning with DTS
CONFIG_USE_DT_CODE_PARTITION=y
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ CONFIG_BT_BUF_ACL_TX_SIZE=35
CONFIG_FW_INFO=y
CONFIG_FW_INFO_FIRMWARE_VERSION=1

# Enable code partitioning with DTS
CONFIG_USE_DT_CODE_PARTITION=y

################################################################################

CONFIG_ASSERT=y
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,6 @@ CONFIG_BT_BUF_ACL_TX_SIZE=35

CONFIG_FW_INFO=y
CONFIG_FW_INFO_FIRMWARE_VERSION=1

# Enable code partitioning with DTS
CONFIG_USE_DT_CODE_PARTITION=y
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,6 @@ CONFIG_RESET_ON_FATAL_ERROR=n

CONFIG_IPC_RADIO_BT=y
CONFIG_IPC_RADIO_BT_HCI_IPC=y

# Avoid using DTS memory map defined at board-level as we do not use bootloader for the netcore
CONFIG_USE_DT_CODE_PARTITION=n
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,6 @@ CONFIG_RESET_ON_FATAL_ERROR=y

CONFIG_IPC_RADIO_BT=y
CONFIG_IPC_RADIO_BT_HCI_IPC=y

# Avoid using DTS memory map defined at board-level as we do not use bootloader for the netcore
CONFIG_USE_DT_CODE_PARTITION=n
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,6 @@ CONFIG_ISR_TABLES_LOCAL_DECLARATION=y

# Improve debugging experience by disabling reset on fatal error
CONFIG_RESET_ON_FATAL_ERROR=n

# Enable code partitioning with DTS
CONFIG_USE_DT_CODE_PARTITION=y
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,6 @@ CONFIG_ISR_TABLES_LOCAL_DECLARATION=y

# Improve debugging experience by disabling reset on fatal error
CONFIG_RESET_ON_FATAL_ERROR=n

# Enable code partitioning with DTS
CONFIG_USE_DT_CODE_PARTITION=y
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,6 @@ CONFIG_USE_SEGGER_RTT=n
# Activate Link Time Optimization (LTO)
CONFIG_LTO=y
CONFIG_ISR_TABLES_LOCAL_DECLARATION=y

# Enable code partitioning with DTS
CONFIG_USE_DT_CODE_PARTITION=y
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,6 @@ CONFIG_USE_SEGGER_RTT=n
# Activate Link Time Optimization (LTO)
CONFIG_LTO=y
CONFIG_ISR_TABLES_LOCAL_DECLARATION=y

# Enable code partitioning with DTS
CONFIG_USE_DT_CODE_PARTITION=y
Original file line number Diff line number Diff line change
Expand Up @@ -155,5 +155,8 @@ CONFIG_DESKTOP_LOG=y
CONFIG_DESKTOP_LOG_UART=y
CONFIG_DESKTOP_LOG_RTT=n

# Enable code partitioning with DTS
CONFIG_USE_DT_CODE_PARTITION=y

################################################################################
# DFU configuration
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ CONFIG_PM=y
CONFIG_LTO=n
CONFIG_ISR_TABLES_LOCAL_DECLARATION=n

# Enable code partitioning with DTS
CONFIG_USE_DT_CODE_PARTITION=y

################################################################################
# Debug logs configuration

Expand Down
Loading
Loading