Skip to content

Commit f62fbb8

Browse files
krish2718carlescufi
authored andcommitted
treewide: Fix the scheduler name
Zephyr has renamed from dumb->simple. Signed-off-by: Chaitanya Tata <[email protected]>
1 parent ed6713e commit f62fbb8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

samples/suit/flash_companion/prj.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ CONFIG_NUM_PREEMPT_PRIORITIES=0
99
CONFIG_MULTITHREADING=y
1010
CONFIG_NUM_COOP_PRIORITIES=16
1111
CONFIG_NUM_METAIRQ_PRIORITIES=0
12-
CONFIG_SCHED_DUMB=y
13-
CONFIG_WAITQ_DUMB=y
12+
CONFIG_SCHED_SIMPLE=y
13+
CONFIG_WAITQ_SIMPLE=y
1414
CONFIG_TICKLESS_KERNEL=n
1515
CONFIG_SSF_DEVICE_INFO_SERVICE_ENABLED=n
1616

scripts/quarantine_zephyr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -365,8 +365,8 @@
365365
- kernel.threads.dynamic_thread.stack.pool.no_alloc.no_user
366366
- kernel.threads.dynamic_thread.stack.no_pool.no_alloc.user
367367
- kernel.scheduler.no_timeslicing
368-
- kernel.scheduler.dumb_no_timeslicing
369-
- kernel.scheduler.dumb_timeslicing
368+
- kernel.scheduler.simple_no_timeslicing
369+
- kernel.scheduler.simple_timeslicing
370370
- kernel.scheduler.multiq_no_timeslicing
371371
- kernel.scheduler.multiq
372372
- message_bus.zbus.hlp_priority_boost

0 commit comments

Comments
 (0)