diff options
| author | eZio Pan <[email protected]> | 2024-01-02 11:55:09 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-01-02 11:55:09 +0800 |
| commit | f5a218a018d3ecd899db0ec5460a4e00dac78abe (patch) | |
| tree | f4bce8b63044bf2de9277385d229b4dbaf4c53e2 /README.md | |
| parent | 873ee0615147b4a4e0aacd069ce8ac8df611bbbf (diff) | |
| parent | 9c2d2ff64d302437e2e0568372c76bf37bbfacf4 (diff) | |
Merge branch 'embassy-rs:main' into simplepwm-dma
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
| @@ -35,8 +35,7 @@ The <a href="https://docs.embassy.dev/embassy-net/">embassy-net</a> network stac | |||
| 35 | The <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. | 35 | The <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. |
| 36 | The <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 | The <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. |
| 37 | 37 | ||
| 38 | - **LoRa** - | 38 | - **LoRa** - The <a href="https://github.com/lora-rs/lora-rs">lora-rs</a> project provides an async LoRa and LoRaWAN stack that works well on Embassy. |
| 39 | <a href="hthttps://github.com/lora-rs/lora-rs">The lora-rs project</a> provides an async LoRa and LoRaWAN stack that works well on Embassy. | ||
| 40 | 39 | ||
| 41 | - **USB** - | 40 | - **USB** - |
| 42 | <a href="https://docs.embassy.dev/embassy-usb/">embassy-usb</a> implements a device-side USB stack. Implementations for common classes such as USB serial (CDC ACM) and USB HID are available, and a rich builder API allows building your own. | 41 | <a href="https://docs.embassy.dev/embassy-usb/">embassy-usb</a> implements a device-side USB stack. Implementations for common classes such as USB serial (CDC ACM) and USB HID are available, and a rich builder API allows building your own. |
