Skip to content

georgik/esp32c3-rust-zig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example application for ESP32-C3

Rust no_std app invokes Zig function.

Build

cd ziglib
zig build-lib -target riscv32-freestanding-none  -mcpu sifive_e76   src/main.zig
cd ..
cargo build --release

About

Example of calling Zig code from Rust Bare metal app

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published