Ole-Jeger Hoffstuen

Results 9 issues of Ole-Jeger Hoffstuen

**Describe the bug** When downloading the built distribution from pip, it is missing the `mcu` submodule under `/qiling/os`. This is not the case for the source distribution. **Expected behavior** I'd...

I am trying to build the project to test if it would be useful for projects I'm involved with at work. I am running Windows 10 Enterprise (19044.1586), using MSys2...

Windows
needs-input

- [x] I've read the [CONTRIBUTING guide](https://github.com/conan-io/conan/blob/develop/.github/CONTRIBUTING.md). From my understanding, Conan tries to simplify the mess that is C++ package management so that the developers of applications and libraries may...

type: question

Added support for the RT600 series eval kit. There are also a few minor changes which are there to make it easier to write custom flashing algorithms at a later...

I have a struct where one flag has to be 1 no matter what. With the current implementation I have to do something like this no matter what which doesn't...

enhancement

I think it'd be nice to be able to use the OrbTrace Mini along with these utilities but that doesn't seem to be possible. I suspect this has to do...

This seeks to address the issue with the `LinuxI2CDevice` not correctly implementing the I2c trait as mentioned in rust-embedded/linux-embedded-hal#82. I am not sure whether the fix really belongs in this...

**Is your enhancement proposal related to a problem? Please describe.** I am trying to use the SDK as a standalone library and I need the functionality that the sdmmc middleware...

### Problem The functions [`Node::child`](https://docs.rs/tree-sitter/latest/tree_sitter/struct.Node.html#method.child) and [`Node::named_child`](https://docs.rs/tree-sitter/latest/tree_sitter/struct.Node.html#method.named_child) both take `usize` as their index parameter, but the functions [`Node::field_name_for_child`](https://docs.rs/tree-sitter/latest/tree_sitter/struct.Node.html#method.field_name_for_child) and [`Node::field_name_for_named_child`](https://docs.rs/tree-sitter/latest/tree_sitter/struct.Node.html#method.field_name_for_named_child) expect `u32` as their index parameter. ### Steps to reproduce...

good-first-issue
rust