Skip to content

Commit 8755b14

Browse files
authored
Update README with new embedded libraries
Added new embedded libraries and updated embassy link.
1 parent 64409c0 commit 8755b14

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1311,8 +1311,10 @@ Work in progress drivers. Help the authors make these crates awesome!
13111311
1. [🤖 crispy-bootloader](https://github.com/ADNTIO/crispy-bootloader-rp2040-rs): Minimal dual-bank bootloader for RP2040 with USB firmware upload, A/B bank switching, and CRC verification.
13121312
1. [ector](https://github.com/drogue-iot/ector): An async actor framework for embedded, based on embassy.
13131313
1. [embassy]: A set of embedded async tools to make async/await a first-class option for embedded development
1314+
1. [embedded-3dgfx](https://crates.io/crates/embedded-3dgfx): 3D engine based on `embedded-graphics` with optional physics effects. [![crates.io](https://img.shields.io/crates/v/embedded-3dgfx.svg)](https://crates.io/crates/embedded-3dgfx)
13141315
1. [embedded-cli](https://crates.io/crates/embedded-cli): CLI library with autocompletion, subcommands, options, help and history support. [![crates.io](https://img.shields.io/crates/v/embedded-cli.svg)](https://crates.io/crates/embedded-cli)
13151316
1. [embedded-crc-macros](https://crates.io/crates/embedded-crc-macros): Macros implementing portable CRC algorithms and build-time lookup table generation. [![crates.io](https://img.shields.io/crates/v/embedded-crc-macros.svg)](https://crates.io/crates/embedded-crc-macros)
1317+
1. [embedded-gui](https://crates.io/crates/embedded-gui): GUI library taking inspiration from the Pebble smartwatches and LVGL. [![crates.io](https://img.shields.io/crates/v/embedded-gui.svg)](https://crates.io/crates/embedded-gui)
13161318
1. [embedded-update](https://github.com/drogue-iot/embedded-update): Pluggable firmware update protocol for embedded devices.
13171319
1. [embedded-tls](https://github.com/drogue-iot/embedded-tls): A TLS 1.3 implementation that runs in a no-std environment.
13181320
1. [embedded-websocket](https://crates.io/crates/embedded-websocket): A lightweight server and client websocket library for embedded systems. [![crates.io](https://img.shields.io/crates/v/embedded-websocket.svg)](https://crates.io/crates/embedded-websocket)
@@ -1372,10 +1374,12 @@ Work in progress drivers. Help the authors make these crates awesome!
13721374
[`cmim`]: https://crates.io/crates/cmim
13731375
[bitmatch]: https://crates.io/crates/bitmatch
13741376
[biquad]: https://crates.io/crates/biquad
1375-
[embassy]: https://github.com/akiles/embassy
1377+
[embassy]: https://github.com/embassy-rs/embassy
13761378
[dcmimu]: https://crates.io/crates/dcmimu
13771379
[debouncr]: https://crates.io/crates/debouncr
13781380
[device-driver]: https://crates.io/crates/device-driver
1381+
[embedded-3dgfx]: https://crates.io/crates/embedded-3dgfx
1382+
[embedded-gui]: https://crates.io/crates/embedded-gui
13791383
[endian_codec]: https://crates.io/crates/endian_codec
13801384
[menu]: https://github.com/thejpster/menu
13811385
[pc-keyboard]: https://github.com/thejpster/pc-keyboard

0 commit comments

Comments
 (0)