espressif / rust-esp32-example

Example of Rust integration into an ESP-IDF project, for ESP32 series of chips
MIT License
436 stars 36 forks source link

Add example with `asm` #21

Closed georgik closed 3 years ago

georgik commented 3 years ago

Add an example with asm so that we can use build of the code in this repo to verify whether this feature works with our build of the Rust compiler. It will help us to test compatibility. Related issue: https://github.com/esp-rs/rust/issues/64

@mabezdev PTAL