Commit Graph

6 Commits

Author SHA1 Message Date
Ivan Grokhotkov da93486461 cmake: add environment variables for esp-idf-sys support 2021-10-08 18:28:59 +02:00
Juraj Michalek ce93c6dfe5 tools: add exlicit definition of toolchain 2021-09-20 14:57:05 +02:00
Scott Mabin 3ded88a65c Fix esp32c3 build by moving to the new upstream target, riscv32imc-esp-espidf. 2021-08-20 14:21:24 +01:00
Scott Mabin 990470bedd
Simple inline assembly addition example (#24)
* requires 1.54.0
2021-08-17 11:08:22 +02:00
Juraj Michálek 0cf3bf1554
tools: remove llvm-patch (#15)
* tools: remove llvm-patch
* docs: update reference to 1.53 compiler binaries from esp-rs/rust repo
2021-07-28 16:14:45 +02:00
Robert Cottrell 8c94733638
Create components for Rust and C integration (#10)
* Create components for Rust and C integration
* Create component for C code that will be callable from Rust
* Create component for Rust code that will be callable from C
* Remove circular dependencies between C and Rust code
* Run cbindgen to dynamically generate C headers for Rust functions
2021-06-25 13:57:03 +02:00