Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Jun 2, 2024
1 parent 454ea9d commit 3d567a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Using `MatterStack<...>` hard-codes the following:

The core of `rs-matter-stack` is `no_std` and no-`alloc`.

You need to provide implementations of the following platform-specific traits for your embedded platform:
You need to provide platform-specific implementations of the following traits for your embedded platform:
- `Persist` - non-volatile storage abstraction. Easiest is to implement `KvBlobStore` instead, and then use it with the provided `KvPersist` utility.
- For STD, `rs-matter-stack` provides `DirKvBlobStore`.
- `Netif` - network interface abstraction (i.e. monitoring when the network interface is up or down, and what is its IP configuration).
Expand Down

0 comments on commit 3d567a0

Please sign in to comment.