Skip to content

Commit

Permalink
feat(examples): rename hello-world-async -> hello-world
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Oct 22, 2024
1 parent 5ac8b4d commit ab74e84
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This directory contains example applications that showcase how to use RIOT-rs.
- [embassy-net-tcp/](./embassy-net-tcp): TCP echo example
- [embassy-http-server/](./embassy-http-server): HTTP server example
- [embassy-usb-keyboard/](./embassy-usb-keyboard): USB HID example
- [hello-world-async/](./hello-world-async): a classic, async version
- [hello-world/](./hello-world): a classic, async version
- [hello-world-threading/](./hello-world-threading): a classic, using a thread
- [minimal/](./minimal): minimized to the max RIOT-rs config
- [threading/](./threading): how to start and use preemptively scheduled threads
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "hello-world-async"
name = "hello-world"
version = "0.1.0"
authors.workspace = true
license.workspace = true
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apps:
- name: hello-world-async
- name: hello-world
selects:
- ?release
File renamed without changes.
2 changes: 1 addition & 1 deletion examples/laze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ subdirs:
- embassy-net-udp
- embassy-usb-keyboard
- gpio
- hello-world
- hello-world-threading
- hello-world-async
- log
- minimal
- random
Expand Down

0 comments on commit ab74e84

Please sign in to comment.