aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxoviat <[email protected]>2023-07-22 17:06:04 -0500
committerGitHub <[email protected]>2023-07-22 17:06:04 -0500
commitfbcc587eca63b038e0e878a58b0b21ba54bc21d8 (patch)
tree7a0f9dde534eb3978789330b6e98c032a971b20c
parentfbe30b2453a4bdbacd091aa1804b416bcb4e0706 (diff)
update readme
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 28407b8bc..c4c01dfbc 100644
--- a/README.md
+++ b/README.md
@@ -33,6 +33,7 @@ The <a href="https://docs.embassy.dev/embassy-net/">embassy-net</a> network stac
33 33
34- **Bluetooth** - 34- **Bluetooth** -
35The <a href="https://github.com/embassy-rs/nrf-softdevice">nrf-softdevice</a> crate provides Bluetooth Low Energy 4.x and 5.x support for nRF52 microcontrollers. 35The <a href="https://github.com/embassy-rs/nrf-softdevice">nrf-softdevice</a> crate provides Bluetooth Low Energy 4.x and 5.x support for nRF52 microcontrollers.
36The <a href="https://github.com/embassy-rs/embassy/tree/main/embassy-stm32-wpan">embassy-stm32-wpan</a> crate provides Bluetooth Low Energy 5.x support for stm32wb microcontrollers.
36 37
37- **LoRa** - 38- **LoRa** -
38<a href="https://docs.embassy.dev/embassy-lora/">embassy-lora</a> supports LoRa networking. 39<a href="https://docs.embassy.dev/embassy-lora/">embassy-lora</a> supports LoRa networking.
@@ -125,6 +126,8 @@ For example:
125cargo run --release --bin blinky 126cargo run --release --bin blinky
126``` 127```
127 128
129For more help getting started, see [Getting Started][1] and [Running the Examples][2].
130
128## Developing Embassy with Rust Analyzer based editors 131## Developing Embassy with Rust Analyzer based editors
129 132
130The [Rust Analyzer](https://rust-analyzer.github.io/) is used by [Visual Studio Code](https://code.visualstudio.com/) 133The [Rust Analyzer](https://rust-analyzer.github.io/) is used by [Visual Studio Code](https://code.visualstudio.com/)
@@ -157,3 +160,5 @@ This work is licensed under either of
157 160
158at your option. 161at your option.
159 162
163[1]: https://github.com/embassy-rs/embassy/wiki/Getting-Started
164[2]: https://github.com/embassy-rs/embassy/wiki/Running-the-Examples