Skip to content

Commit 5d3f2a7

Browse files
committed
samples: rename work-philosophers to async-philosophers
Change this to be more general about the async executor used, instead of the zephyr-specific workq-based one. This doesn't change the sample itself, just the name. Signed-off-by: David Brown <[email protected]>
1 parent 53105d7 commit 5d3f2a7

File tree

9 files changed

+3
-3
lines changed

9 files changed

+3
-3
lines changed

samples/work-philosophers/CMakeLists.txt renamed to samples/async-philosophers/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
cmake_minimum_required(VERSION 3.20.0)
44

55
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
6-
project(work_philosophers)
6+
project(async_philosophers)
77

88
rust_cargo_application()

samples/work-philosophers/sample.yaml renamed to samples/async-philosophers/sample.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
sample:
2-
description: Philosphers, in Rust
3-
name: workq philosophers rust
2+
description: Async Philosphers, in Rust
3+
name: async philosophers rust
44
common:
55
harness: console
66
harness_config:

0 commit comments

Comments
 (0)