We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7630967 commit 5e068b8Copy full SHA for 5e068b8
boards/nordic/nrf54h20dk/CMakeLists.txt
boards/nordic/nrf54h20dk/board.c
modules/hal_nordic/nrfs/Kconfig
@@ -46,8 +46,6 @@ config NRFS
46
SOC_NRF9280_CPUAPP || \
47
SOC_NRF9280_CPURAD
48
depends on HAS_NRFS
49
- depends on !MISRA_SANE
50
- default y if !ZTEST
51
help
52
This option enables the nRF Services library.
53
@@ -82,7 +80,6 @@ config NRFS_RESET_SERVICE_ENABLED
82
80
config NRFS_MRAM_SERVICE_ENABLED
83
81
bool "MRAM latency service"
84
depends on NRFS_HAS_MRAM_SERVICE
85
- default y
86
87
config NRFS_TEMP_SERVICE_ENABLED
88
bool "Temperature service"
0 commit comments