franchioping
b4bba1e5cc
before removing rustlib
2026-03-15 23:57:13 +00:00
Juraj Sadel
3d69bba834
build: fix asm! build error for Rust1.59.0.0
2022-02-24 12:00:31 +01:00
Juraj Michálek
a772540d92
Enable asm_experimental_arch when compiling for xtensa
2022-02-03 09:50:19 +01:00
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