Skip to content
Merged
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
4 changes: 2 additions & 2 deletions samples/suit/flash_companion/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ CONFIG_NUM_PREEMPT_PRIORITIES=0
CONFIG_MULTITHREADING=y
CONFIG_NUM_COOP_PRIORITIES=16
CONFIG_NUM_METAIRQ_PRIORITIES=0
CONFIG_SCHED_DUMB=y
CONFIG_WAITQ_DUMB=y
CONFIG_SCHED_SIMPLE=y
CONFIG_WAITQ_SIMPLE=y

# Enable peripherals needed by the flash companion firmware
CONFIG_GPIO=y
Expand Down
2 changes: 2 additions & 0 deletions scripts/quarantine_zephyr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,8 @@
- drivers.gpio.build
- sample.perf
- .*secure_storage.*
- kernel.scheduler.simple_timeslicing
- kernel.scheduler.simple_no_timeslicing
platforms:
- [email protected]/nrf54h20/cpuppr
comment: "region RAM/FLASH overflowed"
Expand Down
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: eb778e882c293b37176a316361e87c08b8386d93
revision: cb2537e877c693f40d9a24e800f1a5e6da133ca7
import:
# In addition to the zephyr repository itself, NCS also
# imports the contents of zephyr/west.yml at the above
Expand Down
Loading