Tyler Hall

Results 10 comments of Tyler Hall

I honestly don't have any experience with Windows or DirectX outside of this quick PoC which I made to help someone get started with another project. Maybe one of the...

I made a local change to make the rpath handling in rust-bin a bit better, but hadn't upstreamed since rust-bin isn't really the desired/supported/tested workflow. https://github.com/tylerwhall/meta-rust/commit/9a0b3b65a5880d59f62e51902368776c3d3086b0 The patch is less...

As long as we're using Cargo to execute the entire build plan within one recipe, sstate can't cache anything but the compiler, sysroot, and cargo-native. https://github.com/mozilla/sccache might be worth a...

Stick to a Zephyr release. 3.4 is known to work. This commit added a field to the generated syscalls.json which is the current error. https://github.com/zephyrproject-rtos/zephyr/commit/80e78208e6cda603c9c909e934fbdf49d23c181e I tried to quickly get...

I wrote and am supporting this for my company, so it's going to stay maintained, but we're still on 2.x. I haven't made the separate effort for 3.x since I...

I think this is tantamount to defining a stable binary API to Zephyr in general, which could be done, but doesn't need to be specific to Rust. It would be...

Thanks! GPIOs are a basic feature we've needed bindings for. I'll give this a more thorough look soon, but my initial impression is we might want to separate the safe...

@konradmoesch I don't personally have a need for GPIOs, so I haven't put in the effort to finish this up.

I get the same errors (and more after fixing that one) with the master branch of Zephyr. Try with v2.2.0 of Zephyr. Unfortunately the last several Zephyr releases have broken...

This doesn't work with the earlier supported versions. I set up CI so you should be able to test the build if you rebase on master. I don't have permission...