Commit Graph

6 Commits

Author SHA1 Message Date
Juraj Michálek b57a505379
Create test-build.yml
Add manual dispatch for testing build in Docker image
2021-06-25 13:16:00 +02:00
Juraj Michálek e60f4776cb
Create publish-esp-idf-rust-image.yml
Register GitHub Action on main branch
2021-06-25 12:26:54 +02:00
Robert Cottrell a0641abd8c
Enable bindgen during cargo build (#9)
* Add "std" feature to rustlib to allow using std in Xtensa projects
* Fix cargo target in CMakeLists.txt
* Use std feature when building for Xtensa
* Use std ffi aliases when building with std feature
* Add custom ffi aliases when building without std feature
* Add no_std attribute and panic handler when building without std feature
2021-06-15 11:48:12 +02:00
Ivan Grokhotkov d797b1e692
run cargo from CMake, remove hardcoded target from .cargo/config (#5)
* cmake: run cargo build from idf.py build
2021-06-14 08:51:26 +02:00
Juraj Michálek 135c6e5670
docs: add instructions specific for each platform (#1)
* docs: added installation instructions for aarch64-apple-darwin, x86_64-apple-darwin, x86_64-pc-windows-msvc, x86_64-unknown-linux-gnu
2021-06-11 09:31:15 +02:00
Juraj Michalek e21fea775d tools: initial commit 2021-06-09 08:31:52 +02:00