Skip to content

Commit ed13a34

Browse files
authored
Update README.md
1 parent 74ce14a commit ed13a34

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,20 @@ Bindings to C libraries or a Rust library that is meant for Displays and/or GUIs
160160
### Work in progress
161161
* [Rafael Carício](https://github.com/rafaelcaricio) is working on [lvgl-rs](https://github.com/rafaelcaricio/lvgl-rs), which are safe bindings for Rust to use LittlevGL ([see also the annoucement on the LVGL forums](https://forum.lvgl.io/t/rust-bindings-for-littlevgl/2386)). LVGL can now also [compile to WASM](https://github.com/rafaelcaricio/lvgl-rs-wasm) thanks to Rust.
162162

163+
## Support for no_std esp32-cam
164+
165+
### Background
166+
167+
There is a large amount of accessible libraries and projects involving the esp32-cam in c++, and a few projects for rust using esp-idf-std (listed below), however there are no no_std crates with this support.
168+
169+
### Success Criteria
170+
171+
A library with bindings to the esp32-cam camera, accessible in a no_std environment.
172+
173+
### Work in progress
174+
175+
* The [ChenHuaYou/esp-cam-rs](https://github.com/ChenHuaYou/esp-cam-rs) and [Jlocash/esp-camera-rs](https://github.com/jlocash/esp-camera-rs) repositories support esp32-cam using esp-idf-std bindings.
176+
163177
# Not Yet Awesome Item Template
164178

165179
Here's an example for something that is not yet awesome:

0 commit comments

Comments
 (0)