File tree Expand file tree Collapse file tree 5 files changed +15
-2
lines changed
tests/drivers/sensor/temp_sensor/boards Expand file tree Collapse file tree 5 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,9 @@ config NRFS_HAS_TEMP_SERVICE
4646config NRFS_HAS_VBUS_DETECTOR_SERVICE
4747 bool
4848
49+ config NRFS_TEMP_SERVICE_HAS_SUBSCRIPTION_SERVICE
50+ bool
51+
4952config NRFS
5053 bool "nRF Services Support"
5154 select NRFS_LOCAL_DOMAIN if SOC_NRF54H20_CPUAPP || \
@@ -93,6 +96,11 @@ config NRFS_TEMP_SERVICE_ENABLED
9396 depends on NRFS_HAS_TEMP_SERVICE
9497 default y
9598
99+ config NRFS_TEMP_SERVICE_SUBSCRIPTION_ENABLED
100+ bool "Subscription feature for the temperature service"
101+ depends on NRFS_TEMP_SERVICE_HAS_SUBSCRIPTION_SERVICE
102+ default y if SOC_NRF9280
103+
96104config NRFS_VBUS_DETECTOR_SERVICE_ENABLED
97105 bool "VBUS detector for the USB peripheral"
98106 depends on NRFS_HAS_VBUS_DETECTOR_SERVICE
Original file line number Diff line number Diff line change 1212#define NRFS_TEMP_SERVICE_ENABLED
1313#endif
1414
15+ #ifdef CONFIG_NRFS_TEMP_SERVICE_SUBSCRIPTION_ENABLED
16+ #define NRFS_TEMP_SERVICE_SUBSCRIPTION_ENABLED
17+ #endif
18+
1519#ifdef CONFIG_NRFS_MRAM_SERVICE_ENABLED
1620#define NRFS_MRAM_SERVICE_ENABLED
1721#endif
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ config SOC_NRF9230_ENGB_CPUAPP
2828 select NRFS_HAS_PMIC_SERVICE
2929 select NRFS_HAS_TEMP_SERVICE
3030 select NRFS_HAS_VBUS_DETECTOR_SERVICE
31+ select NRFS_TEMP_SERVICE_HAS_SUBSCRIPTION_SERVICE
3132
3233config SOC_NRF9230_ENGB_CPURAD
3334 select ARM
@@ -46,6 +47,7 @@ config SOC_NRF9230_ENGB_CPURAD
4647 select NRFS_HAS_MRAM_SERVICE
4748 select NRFS_HAS_PMIC_SERVICE
4849 select NRFS_HAS_TEMP_SERVICE
50+ select NRFS_TEMP_SERVICE_HAS_SUBSCRIPTION_SERVICE
4951
5052config SOC_NRF9230_ENGB_CPUPPR
5153 select RISCV_CORE_NORDIC_VPR
Original file line number Diff line number Diff line change 11CONFIG_NRFS=y
2- CONFIG_TEMP_NRFS_TRIGGER_OWN_THREAD=y
Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ manifest:
200200 groups :
201201 - hal
202202 - name : hal_nordic
203- revision : 2f5d4e5868ab573eac932fa4bc142565073c3c04
203+ revision : pull/307/head
204204 path : modules/hal/nordic
205205 groups :
206206 - hal
You can’t perform that action at this time.
0 commit comments