Skip to content

Commit

Permalink
docs(examples/coap): Move example into tests
Browse files Browse the repository at this point in the history
The code in there does not have sufficient didactic character, and is at
the moment more a test case for "does all of this still build and work"
while refactoring coapcore and ariel-coap. A server example was split
out from it to cover the actual example parts.
  • Loading branch information
chrysn committed Nov 21, 2024
1 parent 7d74086 commit 898d618
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ members = [
"src/ariel-os-storage",
"tests/benchmarks/bench_sched_flags",
"tests/benchmarks/bench_sched_yield",
"tests/coap",
"tests/gpio",
"tests/gpio-interrupt-nrf",
"tests/gpio-interrupt-stm32",
Expand Down
1 change: 0 additions & 1 deletion examples/laze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ subdirs:
- benchmark
- blinky
- core-sizes
- coap
- coap-server
- device-metadata
- embassy-http-server
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions examples/coap/README.md → tests/coap/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# coap demo
# coap tests

## About

Expand All @@ -21,7 +21,7 @@ This application is a work in progress demo of running CoAP with OSCORE/EDHOC se

## Roadmap

Eventually, this should be a 20 line demo.
Eventually, all of this should be covered by 20 line examples.

Until the CoAP roadmap is complete,
this serves as a work bench, test bed, demo zone and playground at the same time.
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions tests/laze.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
subdirs:
- benchmarks
- coap
- gpio
- gpio-interrupt-nrf
- gpio-interrupt-stm32
Expand Down

0 comments on commit 898d618

Please sign in to comment.