You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For context i am quite new to rust. I am trying to run an opcua server on an esp32-c6.
I am currently failing to build the project after installing opcua. If i understood the docu correctly there should be not need to install riscv32imac-esp-espidf manually. So yeah, i am kinda stuck as to what to do here as i can't really find a solution online. Any help is appreciated!
openssl is not supported with esp-idf-sys. mbedtls is.
Whatever you try to port to the esp, keep in mind that the chip has < 400KB RAM, of which available to you (after wifi and other stacks are initialized) will be 200 - 250?KB at most.
For context i am quite new to rust. I am trying to run an opcua server on an esp32-c6.
I am currently failing to build the project after installing opcua. If i understood the docu correctly there should be not need to install riscv32imac-esp-espidf manually. So yeah, i am kinda stuck as to what to do here as i can't really find a solution online. Any help is appreciated!
my Cargo.toml
my rust-toolchain.toml
The text was updated successfully, but these errors were encountered: