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 d353099 commit 62795c3Copy full SHA for 62795c3
samples/suit/flash_companion/prj.conf
@@ -20,7 +20,8 @@ CONFIG_FLASH=y
20
# Disable power management
21
CONFIG_PM=n
22
23
-# Disable NRFS
+# Disable GPD service and NRFS
24
+CONFIG_SOC_NRF54H20_GPD=n
25
CONFIG_NRFS=n
26
27
# Disable unneeded interrupt features
west.yml
@@ -72,7 +72,7 @@ manifest:
72
# https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html
73
- name: zephyr
74
repo-path: sdk-zephyr
75
- revision: pull/2195/head
+ revision: 40ac0cca86ebc2a7af34221f643ec616804a02fa
76
import:
77
# In addition to the zephyr repository itself, NCS also
78
# imports the contents of zephyr/west.yml at the above
0 commit comments