feat(ieee802154): Add ieee802154 CLI example

This commit is contained in:
Xu Si Yu
2023-10-11 19:41:20 +08:00
parent a532a648b1
commit 13fa6c7af2
20 changed files with 555 additions and 124 deletions

View File

@@ -14,6 +14,7 @@ The examples are grouped into subdirectories by category. Each category director
- `cxx` C++ language utilization examples and experimental components.
- `ethernet` Ethernet network examples.
- `get-started` Simple examples with minimal functionality. Good start point for beginners.
- `ieee802154` IEEE802.15.4 examples.
- `mesh` Wi-Fi Mesh examples.
- `network` Examples related to general network environment, test & analysis.
- `openthread` OpenThread examples.