franchioping
b36fad45f4
add eigen
2026-03-20 17:16:20 +00:00
franchioping
2b733de280
fix header getting imported twice with pragma once
2026-03-18 21:45:32 +00:00
franchioping
5cf3d7d8fc
refactor. IMU and BME280 at once, mutex for IMU data
2026-03-18 21:43:28 +00:00
franchioping
404389af0b
update drone_controller. add arduino library support. add adafruit gps library. add managed dependencies. update flake.lock.
2026-03-18 15:49:09 +00:00
franchioping
b3b1a7f009
submodule + initial momentum init?
2026-03-16 14:25:49 +00:00
franchioping
76f1651736
start of rust + c journey
2026-03-16 00:49:02 +00:00
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