Skip to content
Closed
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
6 changes: 0 additions & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,3 @@ add_subdirectory(subsys)
add_subdirectory(modules)
add_subdirectory(drivers)
add_subdirectory(tests)

# TEMPHACK: Add a source file generated by cmake/sysbuild/periphconf_migrate.cmake
if(SYSBUILD AND CONFIG_NRF_HALTIUM_GENERATE_UICR)
file(TOUCH ${APPLICATION_BINARY_DIR}/../periphconf_migrated.c)
zephyr_sources(${APPLICATION_BINARY_DIR}/../periphconf_migrated.c)
endif()
66 changes: 0 additions & 66 deletions cmake/sysbuild/periphconf_migrate.cmake

This file was deleted.

4 changes: 2 additions & 2 deletions samples/pmic/native/npm13xx_fuel_gauge/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ tests:
sysbuild: true
build_only: true
extra_args:
- SHIELD=npm1300_ek
- npm13xx_fuel_gauge_SHIELD=npm1300_ek
- EXTRA_DTC_OVERLAY_FILE=npm1300.overlay
sample.npm1304_fuel_gauge_compile:
sysbuild: true
build_only: true
extra_args:
- SHIELD=npm1304_ek
- npm13xx_fuel_gauge_SHIELD=npm1304_ek
- EXTRA_DTC_OVERLAY_FILE=npm1304.overlay
4 changes: 2 additions & 2 deletions samples/pmic/native/npm13xx_one_button/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ tests:
sysbuild: true
build_only: true
extra_args:
- SHIELD=npm1300_ek
- npm13xx_one_button_SHIELD=npm1300_ek
- EXTRA_DTC_OVERLAY_FILE=npm1300.overlay
sample.npm1304_one_button_compile:
sysbuild: true
build_only: true
extra_args:
- SHIELD=npm1304_ek
- npm13xx_one_button_SHIELD=npm1304_ek
- EXTRA_DTC_OVERLAY_FILE=npm1304.overlay
4 changes: 0 additions & 4 deletions sysbuild/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -859,10 +859,6 @@ function(${SYSBUILD_CURRENT_MODULE_NAME}_post_cmake)
set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS ${BINARY_DIR}/zephyr/.config)
endif()
endif()

if(SB_CONFIG_NRF_PERIPHCONF_MIGRATE)
include(${ZEPHYR_NRF_MODULE_DIR}/cmake/sysbuild/periphconf_migrate.cmake)
endif()
endfunction(${SYSBUILD_CURRENT_MODULE_NAME}_post_cmake)

# Enable use of partition manager with sysbuild.
Expand Down
11 changes: 0 additions & 11 deletions sysbuild/Kconfig.periphconf

This file was deleted.

1 change: 0 additions & 1 deletion sysbuild/Kconfig.sysbuild
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,4 @@ rsource "Kconfig.approtect"
rsource "Kconfig.lwm2m_carrier"
rsource "Kconfig.cracen"
rsource "Kconfig.tfm"
rsource "Kconfig.periphconf"
rsource "Kconfig.firmware_loader"
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ manifest:
# https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html
- name: zephyr
repo-path: sdk-zephyr
revision: d32b79417c5a4c70f16cbbb579d3610daab5f88f
revision: pull/3276/head
import:
# In addition to the zephyr repository itself, NCS also
# imports the contents of zephyr/west.yml at the above
Expand Down
Loading