Skip to content

Commit

Permalink
bring back all samples
Browse files Browse the repository at this point in the history
  • Loading branch information
wsipak committed Mar 6, 2024
1 parent 6eb676e commit f2cdf68
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions zephyr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,25 +17,25 @@ artifact_names:
samples:
hello_world:
path: "hello_world"
#philosophers:
# path: "philosophers"
# shell_module:
# path: "subsys/shell/shell_module"
# tensorflow_lite_micro:
# path: "modules/tflite-micro/hello_world"
# micropython:
# path: "../../../micropython/ports/zephyr"
# blinky:
# path: "basic/blinky"
# hello_world_user:
# path: "userspace/hello_world_user"
# kconfig:
# - 'CONFIG_USERSPACE=y'
# synchronization:
# path: "synchronization"
# lz4:
# path: "compression/lz4"
# rust-app:
# path: "../zephyr-rust/samples/rust-app"
# kconfig:
# - 'CONFIG_USERSPACE=y'
philosophers:
path: "philosophers"
shell_module:
path: "subsys/shell/shell_module"
tensorflow_lite_micro:
path: "modules/tflite-micro/hello_world"
micropython:
path: "../../../micropython/ports/zephyr"
blinky:
path: "basic/blinky"
hello_world_user:
path: "userspace/hello_world_user"
kconfig:
- 'CONFIG_USERSPACE=y'
synchronization:
path: "synchronization"
lz4:
path: "compression/lz4"
rust-app:
path: "../zephyr-rust/samples/rust-app"
kconfig:
- 'CONFIG_USERSPACE=y'

0 comments on commit f2cdf68

Please sign in to comment.