Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
b8c1180
manifest: Upmerge sdk-zephyr, sdk-mbedtls and sdk-mcuboot
jukkar Aug 13, 2025
2e73d82
boards: Remove usage of deprecated BT_CTLR Kconfig option
cvinayak Sep 9, 2025
d16a342
samples: openthread: Switch to new USB driver
ArekBalysNordic Sep 9, 2025
4a79170
samples: net: mqtt: Align with SMF API changes
rlubos Sep 9, 2025
1aaf23c
samples: openthread: Align coprocessor HCI to new USB stack
ArekBalysNordic Sep 11, 2025
4b0bde9
treewide: Remove use of CONFIG_DEBUG_INFO
tokangas Sep 11, 2025
2557a49
samples: bluetooth: llpm: remove nrf52840dongle USB configuration
jfischer-no Sep 11, 2025
315d6b0
samples: bluetooth: peripheral_uart: use CDC ACM serial backend
jfischer-no Sep 11, 2025
d4ae12c
samples: nrf5340: remote_shell: use CDC ACM serial backend
jfischer-no Sep 11, 2025
2e003a2
tests: net: lwm2m: Align with API changes
juhaylinen Sep 10, 2025
c0f07a0
bluetooth: In hci_internal_msg_get add msg_type_out cast to avoid warn
ppryga-nordic Sep 12, 2025
a81014c
modules: memfault-firmware-sdk: Fix SMF handling
simensrostad Sep 12, 2025
a5c0e9c
boards: nordic: thingy91x: Remove use of deprecated Kconfig option
tokangas Sep 12, 2025
4c38f7a
applications: serial_lte_modem: Remove undefined Kconfig options
tokangas Sep 12, 2025
a32e90a
treewide: Remove TinyCrypt Kconfig options from conf files
tokangas Sep 12, 2025
11be213
bluetooth: cs_de: Fix after combined main and sub mode CS steps
ppryga-nordic Sep 12, 2025
c8abcc5
samples: wifi: shell: Remove CONFIG_NFCT_PINS_AS_GPIOS from overlay
tokangas Sep 12, 2025
1a50dc5
samples: wifi: softap: Fix twister errors
rado17 Sep 12, 2025
e80a12a
drivers: mspi: remove redundant gpd handling
bjarki-andreasen Jul 15, 2025
52b150e
samples: smp_svr: extend mcuboot_merged_slot.overlay
bjarki-andreasen Jul 31, 2025
c6f436d
nrf_compress: decompression: mcuboot_update: adjust nrf54h20dk pd
bjarki-andreasen Jul 31, 2025
1928ae0
benchmarks: multicore: idle: select PM_DEVICE_RUNTIME
bjarki-andreasen Aug 7, 2025
4bc82b2
applications: matter: Fix Weather Station USB stack
ArekBalysNordic Sep 12, 2025
618441c
quarantine: Add overflows to quarantine
katgiadla Sep 12, 2025
2c4f6fb
applications: serial_lte_modem: Fix compilation warning
tokangas Sep 15, 2025
5a14d43
samples: bluetooth: remote_shell: use CDC ACM serial backend
jfischer-no Sep 12, 2025
170e13f
samples: peripheral: use CDC ACM serial backend
jfischer-no Sep 12, 2025
ddeaea8
samples: wifi: allow samples using legacy USB stacks to pass CI
jfischer-no Sep 12, 2025
0a8ee13
samples: i2c: Add missing Kconfig to rtio_loopback sample
kl-cruz Sep 11, 2025
52bb80c
samples: pmic: fix devicetree errors on uicr build
seov-nordic Sep 15, 2025
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
7 changes: 0 additions & 7 deletions applications/connectivity_bridge/sysbuild/mcuboot/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,11 @@ CONFIG_BOOT_BOOTSTRAP=n
### mbedTLS has its own heap
# CONFIG_HEAP_MEM_POOL_SIZE is not set

### We never want Zephyr's copy of tinycrypt. If tinycrypt is needed,
### MCUboot has its own copy in tree.
# CONFIG_TINYCRYPT is not set
# CONFIG_TINYCRYPT_ECC_DSA is not set
# CONFIG_TINYCRYPT_SHA256 is not set

CONFIG_FLASH=y
CONFIG_FPROTECT=y

### Various Zephyr boards enable features that we don't want.
# CONFIG_BT is not set
# CONFIG_BT_CTLR is not set
# CONFIG_I2C is not set

CONFIG_LOG=y
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ CONFIG_BT_BUF_ACL_RX_SIZE=502
CONFIG_BT_MAX_CONN=6

CONFIG_ASSERT=y
CONFIG_DEBUG_INFO=y
CONFIG_EXCEPTION_STACK_TRACE=y

# Improve debugging experience by disabling reset on fatal error
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#

CONFIG_ASSERT=y
CONFIG_DEBUG_INFO=y
CONFIG_EXCEPTION_STACK_TRACE=y

# Improve debugging experience by disabling reset on fatal error
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#

CONFIG_ASSERT=y
CONFIG_DEBUG_INFO=y
CONFIG_EXCEPTION_STACK_TRACE=y

# Improve debugging experience by disabling reset on fatal error
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#

CONFIG_ASSERT=y
CONFIG_DEBUG_INFO=y
CONFIG_EXCEPTION_STACK_TRACE=y

# Improve debugging experience by disabling reset on fatal error
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#

CONFIG_ASSERT=y
CONFIG_DEBUG_INFO=y
CONFIG_EXCEPTION_STACK_TRACE=y

# Improve debugging experience by disabling reset on fatal error
Expand Down
1 change: 0 additions & 1 deletion applications/machine_learning/sysbuild/ipc_radio/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ CONFIG_BT_HCI_RAW=y
CONFIG_BT_CTLR_ASSERT_HANDLER=y

CONFIG_ASSERT=y
CONFIG_DEBUG_INFO=y
CONFIG_EXCEPTION_STACK_TRACE=y

CONFIG_IPC_RADIO_BT=y
Expand Down
7 changes: 0 additions & 7 deletions applications/machine_learning/sysbuild/mcuboot/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,11 @@ CONFIG_BOOT_BOOTSTRAP=n
### mbedTLS has its own heap
# CONFIG_HEAP_MEM_POOL_SIZE is not set

### We never want Zephyr's copy of tinycrypt. If tinycrypt is needed,
### MCUboot has its own copy in tree.
# CONFIG_TINYCRYPT is not set
# CONFIG_TINYCRYPT_ECC_DSA is not set
# CONFIG_TINYCRYPT_SHA256 is not set

CONFIG_FLASH=y
CONFIG_FPROTECT=y

### Various Zephyr boards enable features that we don't want.
# CONFIG_BT is not set
# CONFIG_BT_CTLR is not set
# CONFIG_I2C is not set

CONFIG_LOG=y
Expand Down
1 change: 0 additions & 1 deletion applications/matter_bridge/sysbuild/ipc_radio/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ CONFIG_BT_CTLR_PHY_2M=n

# Debug and assert configuration
CONFIG_ASSERT=y
CONFIG_DEBUG_INFO=y
CONFIG_RESET_ON_FATAL_ERROR=n
CONFIG_REBOOT=n

Expand Down
9 changes: 5 additions & 4 deletions applications/matter_weather_station/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,11 @@ CONFIG_SHELL=y
CONFIG_SHELL_LOG_BACKEND=y

# Configure USB CDC ACM
CONFIG_USB_DEVICE_INITIALIZE_AT_BOOT=n
CONFIG_USB_DEVICE_PRODUCT="Thingy:53 Matter Weather"
CONFIG_USB_DEVICE_VID=0x1915
CONFIG_USB_DEVICE_PID=0x530D
CONFIG_USB_DEVICE_STACK_NEXT=y
CONFIG_CDC_ACM_SERIAL_MANUFACTURER_STRING="Nordic Semiconductor ASA"
CONFIG_CDC_ACM_SERIAL_PRODUCT_STRING="Thingy:53 Matter Weather"
CONFIG_CDC_ACM_SERIAL_VID=0x1915
CONFIG_CDC_ACM_SERIAL_PID=0x530D
CONFIG_UART_LINE_CTRL=y
CONFIG_SHELL_BACKEND_SERIAL_INIT_PRIORITY=51

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

# Debug and assert configuration
CONFIG_ASSERT=y
CONFIG_DEBUG_INFO=y
CONFIG_RESET_ON_FATAL_ERROR=n
CONFIG_REBOOT=n

Expand Down
1 change: 0 additions & 1 deletion applications/nrf5340_audio/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ CONFIG_SAMPLE_RATE_CONVERTER_FILTER_SIMPLE=y

# General
CONFIG_DEBUG=y
CONFIG_DEBUG_INFO=y
CONFIG_ASSERT=y
CONFIG_STACK_USAGE=y
CONFIG_THREAD_RUNTIME_STATS=y
Expand Down
1 change: 0 additions & 1 deletion applications/nrf5340_audio/prj_fota.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ CONFIG_SAMPLE_RATE_CONVERTER_FILTER_SIMPLE=y

# General
CONFIG_DEBUG=y
CONFIG_DEBUG_INFO=y
CONFIG_ASSERT=y
CONFIG_STACK_USAGE=y
CONFIG_THREAD_RUNTIME_STATS=y
Expand Down
7 changes: 0 additions & 7 deletions applications/nrf5340_audio/sysbuild/mcuboot/prj_fota.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,11 @@ CONFIG_BOOT_BOOTSTRAP=n
### mbedTLS has its own heap
# CONFIG_HEAP_MEM_POOL_SIZE is not set

### We never want Zephyr's copy of tinycrypt. If tinycrypt is needed,
### MCUboot has its own copy in tree.
# CONFIG_TINYCRYPT is not set
# CONFIG_TINYCRYPT_ECC_DSA is not set
# CONFIG_TINYCRYPT_SHA256 is not set

CONFIG_FLASH=y
CONFIG_FPROTECT=y

### Various Zephyr boards enable features that we don't want.
# CONFIG_BT is not set
# CONFIG_BT_CTLR is not set
# CONFIG_I2C is not set

CONFIG_LOG=y
Expand Down
2 changes: 1 addition & 1 deletion applications/serial_lte_modem/src/slm_ctrl_pin.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ static int configure_power_pin_interrupt(gpio_callback_handler_t handler, gpio_f
*/
err = gpio_pin_interrupt_configure(gpio_dev, pin, GPIO_INT_DISABLE);
if (err) {
LOG_ERR("Failed to configure %s (0x%x) on power pin. (%d)",
LOG_ERR("Failed to configure %s (0x%lx) on power pin. (%d)",
"interrupt", GPIO_INT_DISABLE, err);
}

Expand Down
7 changes: 0 additions & 7 deletions applications/serial_lte_modem/sysbuild/mcuboot/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,11 @@ CONFIG_BOOT_BOOTSTRAP=n
### mbedTLS has its own heap
# CONFIG_HEAP_MEM_POOL_SIZE is not set

### We never want Zephyr's copy of tinycrypt. If tinycrypt is needed,
### MCUboot has its own copy in tree.
# CONFIG_TINYCRYPT is not set
# CONFIG_TINYCRYPT_ECC_DSA is not set
# CONFIG_TINYCRYPT_SHA256 is not set

CONFIG_FLASH=y
CONFIG_FPROTECT=y

### Various Zephyr boards enable features that we don't want.
# CONFIG_BT is not set
# CONFIG_BT_CTLR is not set
# CONFIG_I2C is not set

CONFIG_LOG=y
Expand Down
2 changes: 1 addition & 1 deletion boards/nordic/nrf54lv10dk/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
DT_CHOSEN_Z_CODE_PARTITION := zephyr,code-partition
DT_CHOSEN_Z_SRAM_PARTITION := zephyr,sram-secure-partition

config BT_CTLR
config HAS_BT_CTLR
default BT

config SOC_NRF54LX_SKIP_GLITCHDETECTOR_DISABLE
Expand Down
4 changes: 2 additions & 2 deletions boards/nordic/nrf7120pdk/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

if BOARD_NRF7120PDK_NRF7120_CPUAPP

config BT_CTLR
config HAS_BT_CTLR
default BT

config ROM_START_OFFSET
Expand All @@ -14,7 +14,7 @@ endif # BOARD_NRF7120PDK_NRF7120_CPUAPP

if BOARD_NRF7120PDK_NRF7120_CPUAPP_NS

config BT_CTLR
config HAS_BT_CTLR
default BT

# By default, if we build for a Non-Secure version of the board,
Expand Down
3 changes: 0 additions & 3 deletions boards/nordic/thingy91x/Kconfig.defconfig.nrf5340
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ endif # BUILD_WITH_TFM
DT_CHOSEN_Z_CODE_PARTITION := zephyr,code-partition
DT_CHOSEN_Z_SRAM_PARTITION := zephyr,sram-secure-partition

config NFCT_PINS_AS_GPIOS
default y

if BOARD_THINGY91X_NRF5340_CPUAPP && TRUSTED_EXECUTION_SECURE

config FLASH_LOAD_SIZE
Expand Down
4 changes: 4 additions & 0 deletions boards/nordic/thingy91x/thingy91x_nrf5340_cpuapp_common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,10 @@
pinctrl-names = "default", "sleep";
};

&uicr {
nfct-pins-as-gpios;
};

/* Include default memory partition configuration file. */
/* This is not the layout that's actually used! It's overridden by Partition Manager. */
#include <vendor/nordic/nrf5340_cpuapp_partition.dtsi>
Expand Down
17 changes: 0 additions & 17 deletions drivers/mspi/mspi_sqspi.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@
#include <hal/nrf_oscillators.h>
#include <hal/nrf_spu.h>
#endif
#if defined(CONFIG_SOC_NRF54H20_GPD)
#include <nrf/gpd.h>
#endif
#include <dmm.h>

LOG_MODULE_REGISTER(mspi_sqspi, CONFIG_MSPI_LOG_LEVEL);
Expand Down Expand Up @@ -432,13 +429,6 @@ static int dev_pm_action_cb(const struct device *dev,
return rc;
}

#if defined(CONFIG_SOC_NRF54H20_GPD)
rc = nrf_gpd_retain_pins_set(dev_config->pcfg, false);
if (rc < 0) {
LOG_ERR("Cannot clear RETAIN for pins (%d)", rc);
return rc;
}
#endif
nrf_sqspi_activate(&dev_config->sqspi);
#if defined(CONFIG_SOC_SERIES_NRF54LX)
nrf_memconf_ramblock_ret_enable_set(NRF_MEMCONF,
Expand All @@ -452,13 +442,6 @@ static int dev_pm_action_cb(const struct device *dev,

if (IS_ENABLED(CONFIG_PM_DEVICE) &&
action == PM_DEVICE_ACTION_SUSPEND) {
#if defined(CONFIG_SOC_NRF54H20_GPD)
rc = nrf_gpd_retain_pins_set(dev_config->pcfg, true);
if (rc < 0) {
LOG_ERR("Cannot set RETAIN for pins (%d)", rc);
return rc;
}
#endif
rc = pinctrl_apply_state(dev_config->pcfg,
PINCTRL_STATE_SLEEP);
if (rc < 0) {
Expand Down
Loading
Loading