vpochapuis
vpochapuis
Hello! Is there any current support for a `RTOS` with `esp-rs` (for example a safe API to work with the ESP-IDF `FreeRTOS`) ? And if yes could it be documented...
Hello, I think I found an issue on the first image [`Communication Protocols`](https://github.com/ByteByteGoHq/system-design-101/blob/main/images/api-architecture-styles.png )! Websocket, as described are: > Real-time, bidirectional, persistent connections Hence the connection should be represented as...
# PR Content Remove the `Clone` derive/impl for the `EventSource` . # Reasoning After discussing https://github.com/rustwasm/gloo/discussions/409, it seems that the implementation of Clone for `EventSource` is a bug. To summarize...
Dear `esp-idf-hal` maintainers, I was trying to use the different Spi Drivers provided by the crate in order to communicate with an industrial Spi chip ([AnalogDevices LTC-6813](https://www.analog.com/en/products/ltc6813-1.html#product-overview). When I was...
Hello! Thank you for this crate! I needed a quick way to draw graph in the browser and update it in real-time (I am using `Yew` as the frontend Framework),...
# What Add support for cs to clock delay in `embedded-hal-bus` spi's device implementation. Resolves https://github.com/rust-embedded/embedded-hal/issues/539 # Why This feature is defined at https://docs.rs/embedded-hal/latest/embedded_hal/spi/index.html#cs-to-clock-delays and issued at https://github.com/rust-embedded/embedded-hal/issues/539 Some chips...
# What This is a proposition of a Nix Shell ready to build and use the project with. Feedback, improvements and modifications would be great! Tested: - [x] x86 Native...