Skip to content

Commit

Permalink
Update a few links
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Oct 9, 2024
1 parent 71e15f6 commit 4219149
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
Everything necessary to run [`rs-matter`](https://github.com/project-chip/rs-matter) with Embassy:
* Implementation of `rs-matter`'s `GattPeripheral` for BLE comissioning support - based on [`trouble`](https://github.com/embassy-rs/trouble).
* [`rs-matter-stack`](https://github.com/ivmarkov/rs-matter-stack) traits support:
* `Netif` - Implementation based on [`embassy-net`]()
* `Netif` - Implementation based on [`embassy-net`](https://github.com/embassy-rs/embassy/tree/main/embassy-net)
* `Ble` - Based on [`trouble`](https://github.com/embassy-rs/trouble), as mentioned
* `Wireless` - TBD - custom implementations for each MCU
* `KvBlobStore` - [`sequential-storage`]()
* `KvBlobStore` - [`sequential-storage`](https://github.com/tweedegolf/sequential-storage)

## Example

Expand Down

0 comments on commit 4219149

Please sign in to comment.