Rudi Horn

Results 15 issues of Rudi Horn

This PR is more of an issue than a PR. It seems to be that all `V4L_KCONFIG` variables are just completely ignored during the compilation process. Instead the compilation relies...

I was running into issues where compilation would fail because it thought the architecture was `aarch64` instead of `arm64`. This patch seems to fix it.

By default GitHub pages use Jekyll, which ignores all files starting with an underscore (https://help.github.com/articles/files-that-start-with-an-underscore-are-missing/). This both means long times till the site appears on GitHub pages (as it all...

A lot of the STM32 library is very dependent on macros, and I think that a lot of it could probably be avoided by making better use of traits. I...

I was wondering if it may be better to change the cargo crates version dependency so we use something like Tilde requirements (https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html). Currently there are so many identical dependencies...