Replies: 7 comments 3 replies
-
Current state of Rust on ESPBare metal
Awesome ESP Rust
cargo modules
RustZX-ESP32
Acquiring information from FreeRTOS - example
let mut stats = [0; 1024];
unsafe {
esp_idf_sys::vTaskList(stats.as_mut_ptr());
let message = std::ffi::CStr::from_ptr(stats.as_mut_ptr()).to_str().unwrap().replace("\r","");
println!("{}", message);
}
Wokwi
|
Beta Was this translation helpful? Give feedback.
-
serialport-rs
espflash
xtensa-toolchain
miscellaneous
|
Beta Was this translation helpful? Give feedback.
-
Ferrous System Training
Devcontainers
WokwiRust installer
Other
|
Beta Was this translation helpful? Give feedback.
-
espflash
wokwi-server
compiler - std
misc
|
Beta Was this translation helpful? Give feedback.
-
esp-backtrace
esp-storage
esp32c3-ota-experiment
interfacing ESP32-C3 with a PS/2 keyboard using our bare-metal HAL
T-Watch 2020 v1 in bare-metal
tiny-tlsProof-of-Concept of a minimum viable implementation of a TLS 1.3 client stack based on the awesome blog post https://jvns.ca/blog/2022/03/23/a-toy-version-of-tls/
|
Beta Was this translation helpful? Give feedback.
-
esp-hal
wrover demo
|
Beta Was this translation helpful? Give feedback.
-
Next meeting?
Rust 1.62
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Please add topics and links to this discussion.
The meeting is scheduled 6th June 2022 - 5pm CEST/GMT+2 via Google Meet. The meeting invite is automatically sent to attendees of previous meetings. If you'd like to join, please notify us at https://matrix.to/#/#esp-rs-community-meetins:matrix.org
You can find information from previous meeting at https://github.com/esp-rs/rust/discussions
Beta Was this translation helpful? Give feedback.
All reactions