Michał Hanusek

Results 30 issues of Michał Hanusek

Hello. Based on [example](https://esp-rs.github.io/esp-idf-hal/esp_idf_hal/can/index.html) I tried to compile it: ```rust use esp_idf_sys as _; use log::*; use embedded_can::nb::*; use embedded_can::Frame; use esp_idf_hal::prelude::*; use esp_idf_hal::can; fn main() { esp_idf_sys::link_patches(); // Bind...

documentation

Hello. I have two issues. **1.** I need a list of features with status (done/in progress). Because I don't know which features are done. **2.** I would like to create...

``` DEBUG: openfortivpn 1.16.0 DEBUG: revision v1.16.0+git42.gabb1e29 DEBUG: Loaded configuration file "/home/mhanusek/config.vpn". DEBUG: Loaded password from configuration file "/home/mhanusek/config.vpn" DEBUG: Configuration host = "AA.ZZ.YYY.XXX" DEBUG: Configuration realm = "" DEBUG:...

Hello! I have a problem with linking (`rtt-target = "0.4.0"`). ``` rustup show Default host: x86_64-unknown-linux-gnu rustup home: /home/mhanusek/.rustup installed toolchains -------------------- stable-x86_64-unknown-linux-gnu nightly-x86_64-unknown-linux-gnu 1.66.0-arm-unknown-linux-gnueabihf 1.66.0-x86_64-unknown-linux-gnu 1.68.0-x86_64-unknown-linux-gnu 1.70.0-x86_64-unknown-linux-gnu 1.72.0-x86_64-unknown-linux-gnu (default)...

Hello! I have a problem: ``` C:\builds\eprotect-platfrom\auth\client\include\nonstd\expected.hpp(2142) : error C2220: the following warning is treated as an error C:\builds\eprotect-platfrom\auth\client\include\nonstd\expected.hpp(2142) : warning C4702: unreachable code ``` OS: Windows 2022 Visual Studio...

OS: Ubuntu 22.04 ``` $ cargo install --locked cargo2junit Updating crates.io index Downloading crates ... Downloaded cargo2junit v0.1.13 Installing cargo2junit v0.1.13 error: failed to select a version for the requirement...

Hello @slowli I have a problem with the download and build the crate. **My compiler: rust 1.54 ([required by yocto](https://layers.openembedded.org/layerindex/recipe/190301/)).** Cargo.toml ``` [package] name = "jwt_tests" version = "0.1.0" edition...

Is this library compatible with OpenTherm/Lite (PWM Control)?

I try to build my `example`: ``` $ cargo zigbuild --target armv7-unknown-linux-gnueabihf.2.33 --release ``` If I check it: ``` $ readelf -s ./target/armv7-unknown-linux-gnueabihf/release/example | grep GLIBC_2.34 11: 00000000 0 FUNC...

The program returns "Segmentation fault (core dumped)". What is wrong? The implementation is based on the example - 'Nested' form documentation BOOST.SML: http://boost-experimental.github.io/sml/examples/index.html#nested SM is used to call methods from...