| name: Dining Philosophers |
| extra_args: DEBUG_PRINTF=1 |
| sample.kernel.philosopher: {} |
| sample.kernel.philosopher.same_prio: |
| sample.kernel.philosopher.static: |
| extra_args: STATIC_OBJS=1 |
| sample.kernel.philosopher.semaphores: |
| extra_args: FORKS=SEMAPHORES |
| sample.kernel.philosopher.stacks: |
| sample.kernel.philosopher.fifos: |
| sample.kernel.philosopher.lifos: |
| sample.kernel.philosopher.preempt_only: |
| - CONFIG_NUM_PREEMPT_PRIORITIES=6 |
| - CONFIG_NUM_COOP_PRIORITIES=0 |
| sample.kernel.philosopher.coop_only: |
| - CONFIG_NUM_PREEMPT_PRIORITIES=0 |
| - CONFIG_NUM_COOP_PRIORITIES=7 |