Skip to content

Commit

Permalink
samples: suit: flash_companion: disable GPD service
Browse files Browse the repository at this point in the history
Otherwise flash overflows.

Signed-off-by: Gerard Marull-Paretas <[email protected]>
  • Loading branch information
gmarull authored and NordicBuilder committed Nov 7, 2024
1 parent b29795d commit 4d28fdb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion samples/suit/flash_companion/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ CONFIG_FLASH=y
# Disable power management
CONFIG_PM=n

# Disable NRFS
# Disable GPD service and NRFS
CONFIG_SOC_NRF54H20_GPD=n
CONFIG_NRFS=n

# Disable unneeded interrupt features
Expand Down
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ manifest:
# https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html
- name: zephyr
repo-path: sdk-zephyr
revision: pull/2195/head
revision: 40ac0cca86ebc2a7af34221f643ec616804a02fa
import:
# In addition to the zephyr repository itself, NCS also
# imports the contents of zephyr/west.yml at the above
Expand Down

0 comments on commit 4d28fdb

Please sign in to comment.